personal-ai-feed

AI-ranked personal intelligence dashboard. debug

Updated 0s ago
Window
Showing 331360 of 517
5.6
Claude skims
r/ClaudeCode·11h 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·6h 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.0
/goal is great
r/codex·2h agoAIAI AgentsDeveloper Tools

I use codex on opencode and sometimes it decides to not implement a plan in one go. It will stop after a couple seconds of thinking. So I just hop on to codex by itself, tell it to create its own goal prompt to achieve x, and then do /goal {prompt}. And it does keeps on going without a hitch. It's an experimental feature so you have to enable it. Hope you aren't missing out   submitted by   /u/bravelogitex [link]   [comments]

4.9
Guesstimate
Hacker News·31m agoStartupsProduct Ideas
5.0
Massive degradation
r/codex·3h agoAIDeveloper ToolsLLM Infrastructure

PAss =true god is this pure torture. Even when I explicitly tell the Al to write the actual code, I check the file and find hundreds of placeholders. It would take seconds to generate if it actually tried, but it just chooses to do nothing. Then, just when Then when i think I'm done arguing with this little nip twister to actually do its job instead of telling me the task is "too hard , i realize half my folder is now bloated useless junk. Max thinkin time im getting on xhigh is 10 minutes

5.0
Does anyone else use Claude primarily for work related writing and/or general brainstorming? Do you find its responses a little over the top?
r/ClaudeAI·4h agoAI

I am a real estate lawyer that uses Claude for general document drafting. I honestly have found Claude Opus to be far superior to any other LLM out there, including my professional grade $1,000 per month Legal Research AI. I also sometimes use it for general brainstorming on strategy issues. I am a solo attorney, so it helps to just have a sounding board for my legal theories or find out if there is a fact or legal caveat I missed. I rarely actually take its advice or get anything new in respons

4.9
Started with Claude, tried Codex - it's A LOT better
r/ClaudeCode·58m agoAIDeveloper Tools

I say this as someone who has been obsessed with Claude for months building multiple large projects with it. It's not even close. Claude basically uses the most minimalist "duct tape" style fixes, where as Codex 5.5 actually gets to the root of the problem. Almost any time i have Claude 4.7 do something and Codex reviews it, Codex finds problems. If I do the reverse, Claude finds tiny "nitpicks" and if i present them to Codex, most of the time Codex completely refutes them. I

5.1
I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills
r/ClaudeAI·6h 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

4.9
Show HN: Traditional Card Game Website
Hacker News·3h agoProduct Ideas

Hey guys, My friends and I have gotten really into playing traditional card games recently, especially trick-based ones. Our favorite one is called Tractor (or Sheng Ji), which was taught to us after our friend became frustrated that he could no longer play it with his hometown friends. I am moving soon, so there is demand for some way to play our games virtually. I wrote this site (with obvious help of AI) with our favorite games so we have a place to play after I move. Feel free to try some ga

5.3
How do you manage multiple terminals in a WSL environment ?
r/ClaudeCode·10h agoDeveloper Tools

My current cruising speed is to work with three terminals, each working on different issues/features. It's been causing issues sometimes, the different terminals are not aware of the others existence nor what they're working on, sometimes creates conflicts, etc. I'm sure it's my fault and avoidable with a better workflow. Any tips?   submitted by   /u/Halada [link]   [comments]

5.1
pro tip: use /feedback in codex for issues
r/codex·8h agoAIDeveloper Tools

https://preview.redd.it/e2mc8vl04j2h1.png?width=2096&format=png&auto=webp&s=760865be0988a1e833a9a6e3061bb78c1839770d https://preview.redd.it/vhjf2fr24j2h1.png?width=1978&format=png&auto=webp&s=8dcdaa19e9fab96ef326643973c7852947e9669b The best way to contact openai is using the feedback option and reaching out to the team on X. If there is an issue, usage, degradation, etc this will get their attention. The more people do this, the quicker the investigation and fix. Also i

5.3
Context usage indicator disappeared from Codex conversations/chats
r/codex·10h agoAIDeveloper Tools

After the latest Codex desktop app update, the context usage indicator seems to be gone. I’m not talking about billing/token usage. I mean the chat context window indicator that showed how much of the model’s context was currently used. This was one of the most important UI features for me because I used it constantly to avoid context pollution in long coding sessions. Is there any way to bring it back or check it from inside the app? EDIT: Temporary workaround I asked the Codex AI Agent to buil

5.3
Claude making stuff up about music
r/ClaudeAI·11h agoAI

Asking Claude to write some blurb about some records I am playing. Claude:El Ninjo — Strange Cargo Hinterland, 1995 Bill Drummond and Mark Manning's ambient project — Strange Cargo was one of several aliases used by the KLF's Drummond in the mid-90s. El Ninjo sits in a spacious, unhurried place: environmental music with an edge of strangeness. One of the more obscure entries in any playlist and worth flagging to listeners as a genuine discovery. Me:where the hell are you getting that information

5.3
Never trust GPT created code, even the most simple one needs a human. GPT 5.5 xhigh will slop your project faster than you can turn around.
r/codex·11h agoAIAI Agents

I've had an implementation done by GPT 5.5 xhigh It had a ton of additional instructions to not use fallbacks, to not invent multiple methods to do one thing and so on - basically all the agentic pain of the past 3 years in instructions to prevent total slop. I ignored one part of the project, just assuming that the most simple code is "going to be fine". Well until I see that it added up to 7 different fallback names and configuration methods for the same thing. And of course, it also

5.3
Wont be renewing codex at this point
r/codex·12h agoAIDeveloper Tools

It's degraded so much, that I'm unable to continue the project it helped me start, it causes way more problems than it solves... I wouldn't care too much if it was only costing me 20-30$ a month, but it's not, I'm paying $300 AUD/month which is a FUCK ton for me.... Edit: The bootlickers (OpenAI employees) have arrived!   submitted by   /u/Cloaked_GG [link]   [comments]