personal-ai-feed

AI-ranked personal intelligence dashboard. debug

Updated 0s ago
Window
Showing 181210 of 317
5.5
Eyes to your LLMS
r/ClaudeCode·2h agoAIAI AgentsDeveloper Tools

I work a lot with browsers when it comes to giving visual context to LLMs. The usual workflow was: take a screenshot → upload it to my IDE → prompt the context. That works fine , until you’re clicking 1,000 screenshots a day. Eventually they pile up in storage, and ironically, storage costs keep skyrocketing. So I decided to make my life easier. I built agent-vision Github Repo -> https://github.com/kedarvartak/agent-vision NpmJS Package -> https://www.npmjs.com/package/agent-vision-mcp ag

5.5
Am I going crazy or has Sonnet 4.6 been lobotomized?
r/ClaudeCode·2h agoAIDeveloper Tools

I've been using Sonnet 4.6 through VS Code's Claude Code extension and its been completely dogshit the last few days. It feels like its not even reading the file its working on sometimes even when working on the simplest tasks.   submitted by   /u/modsKilledReddit69 [link]   [comments]

5.5
codex removed the token window tracker in the input field
r/codex·2h agoAIDeveloper Tools

the only way to track before auto compaction: while true; do clear THREAD_ID=$( tail -n 1 "$HOME/.codex/session_index.jsonl" | sed -n 's/.*"id":"\([^"]*\)".*/\1/p' ) echo "Thread ID: $THREAD_ID" echo sqlite3 "$HOME/.codex/logs_2.sqlite" " with latest as ( select feedback_log_body from logs where thread_id = '$THREAD_ID' and feedback_log_body like '%post sampling token usage%' order by ts desc limit 1 ), parsed as ( select cast(substr(fe

5.5
Work with Apps Unable to Edit through VSCode when model is ChatGPT Pro
r/codex·2h agoAIDeveloper Tools

I have the Codex extension installed for VSCode and the ChatGPT app installed for macOS. I am trying to use the work with apps feature to edit code directly in the IDE. However, the app is only able to read but not to write. Below are some excerpts from the model's chain of thought. The issue seems to be with something called "oboe." The user wants to proceed with applying the front-matter gating patch. They likely mean modifying the actual file in VS Code. Though I don’t have access t

5.5
Plugins are token hogs - quick fix
r/ClaudeCode·2h agoAIDeveloper Tools

Using context monitoring in crystl terminal app and disabling plugins. Claude Code plugins are great but they will eat all your tokens like they were just another meal. I installed 8 plugins and claude immediately started warning me I should remove some. (I wasn't planning on using them all at the same time). I'm actually surprised that plugins attach at the workspace/app level. Seems like you would want to install per project. Anyway, it was an easy fix in crystl. I just added on/off functional

5.6
Claude Code vs Codex Explained
r/ClaudeAI·5h agoAILLM InfrastructureDeveloper Tools

Wrote a blog post about Claude Code vs Codex comparison I wanted to read myself - what actually differs in daily use: cost, failure modes, and the OpenAI plugin that lets you use both. Link: https://diamantai.substack.com/p/claude-code-vs-codex-cli   submitted by   /u/Nir777 [link]   [comments]

5.4
disappearing messages
r/ClaudeAI·47m agoAILLM Infrastructure

i occasionally am in a conversation, in a conversation. i type the next question/instruction and then the last response from Claude suddenly disappears, and i am back at a previous last response. has anyone else noticed that?   submitted by   /u/Gray_Cloak [link]   [comments]

5.7
Show HN: Freenet, a peer-to-peer platform for decentralized apps
Hacker News·7h agoDeveloper ToolsProduct Ideas

For the past 5 years or so I've been working on a ground-up redesign of Freenet, my peer-to-peer project from the early 2000s (now renamed Hyphanet). The new Freenet has been up and running since December along with some early applications like River[1], our decentralized group chat and Delta - a decentralized CMS. Users have already started to build their own apps on Freenet including games, and we have some interesting apps in development like Atlas, a search/recommendation engine. A

5.6
Claude skims
r/ClaudeCode·6h agoAILLM Infrastructure

Five Claude projects all have fallen off a cliff, simultaneously, in the last week. Massive hallucinations, failing to read any documents, even CLAUDE.md Narrow grep and nothing else - it is happy to a hallucinate what it doesn’t find. Injects generic tropes in place of real substance at every turn. Anyone else experiencing a similar degradation?   submitted by   /u/Puzzleheaded-Fee5917 [link]   [comments]

5.3
I built a Windows shelf that tells you when Claude Code is done running
r/ClaudeCode·1h agoAIAI AgentsDeveloper ToolsProduct Ideas

Hey! I built LiveShelf, a free and open-source Windows utility that turns minimized apps into live cards, so you can keep an eye on windows you’re waiting on without leaving them open. Useful for Windows users running Codex who want a visible shelf card and notification when their agent session is ready again. Built this myself, free/open-source. I’d really appreciate any feedback, stars, or suggestions :) link: https://github.com/ebanez8/liveshelf   submitted by   /u/Kitchen-Car1749 [li

5.1
I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills
r/ClaudeAI·2h agoAIAI AgentsDeveloper ToolsProduct Ideas

Disclosure: I work on Hivemind. Per the subreddit rules, posting with a full description of what it is and how it works. What it is Hivemind is an open-source Claude Code plugin. It installs into Claude Code, watches the traces from your sessions, finds patterns you repeat, and crystallizes them into reusable skills that show up as native slash commands in Claude Code. Because it's a plugin and not an external tool, the skills it generates drop in as proper Claude Code slash commands. No externa