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
personal-ai-feed
AI-ranked personal intelligence dashboard. debug
  submitted by   /u/hibzy7 [link]   [comments]
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]
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
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
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
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]
  submitted by   /u/oovaa [link]   [comments]
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]
runaway agent would not stop no matter what, i had to spam escape like 6 times   submitted by   /u/PragmaticSalesman [link]   [comments]
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
Archive .ph/is always have downtime. Any others?
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]
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
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