personal-ai-feed

AI-ranked personal intelligence dashboard. debug

Updated 0s ago
Window
Showing 211240 of 384
5.7
How to build a project with MDD (Manual-Driven Development)
r/ClaudeCode·4h agoAIDeveloper ToolsProduct Ideas

https://preview.redd.it/wi3hz3zlfj2h1.jpg?width=2752&format=pjpg&auto=webp&s=dfc94f615dfe59300550e1f3a1b5d32ab96acd3a MDD works exclusively with VS Code and Claude Code. Always work in WSL mode when using MDD - this ensures consistent file paths and command execution across your development environment. Three Ways to Start with MDD Option 1: Import a spec document (my preferred method) Download Template Here Write a complete markdown spec in Claude Desktop over several hours, refinin

5.8
What's up with back to back degrades on Codex and Claude Code?
r/codex·7h agoAILLM InfrastructureDeveloper Tools

Everyone was praising Codex after claude code usage was obviously bad, and then the bug with GPT 5.5 making codex go bad, now more people are reporting having bad experience with codex. What are the chances of this happening simultaneously? Is there some common factor, i.e what if latest models used in these were trained on some common bad dataset?   submitted by   /u/metalvendetta [link]   [comments]

5.5
How-to: recover deleted conversations from Claude Desktop
r/ClaudeAI·13m agoAI

DON'T PANIC (yet) Well, I just had an interesting few hours after somebody we will neither name nor describe deleted a very important conversation in Claude's Desktop app. Writing this up because frantic and somewhat sweaty searching did not find me any results, and Claude itself was also at a loss - perhaps a poor soul in the future will land here and appreciate a possible end to their woes. This requires some knowledge, just telling enough to get you a quick start. Once you have confirmed that

5.5
Did codex get a lot dumber today?
r/codex·51m agoAIDeveloper Tools

Or is it just me? I feel like its going in loops forever   submitted by   /u/Due-Introduction3356 [link]   [comments]

5.8
Fighting AI More Than Coding
r/codex·8h agoAIDeveloper Tools

So how many of you are mainly fighting with the AI instead of getting stuff done? If you don't care about the code, sure, looks like it's working, but I checked my messages, and like 70% of them are "are you sure this is right? can't we change these 3 lines instead of adding those 300 lines or code?" and then the AI writes my 3 lines and maybe gives an extra point somewhere. I mean i checked the logs, and most the stuff is like +### / -## lines, for a few commits, then -### +## lines a

5.8
Turned my lamp into a codex working status indicator
r/codex·7h agoAIDeveloper ToolsProduct Ideas

Saw someone recently shared a claude code lamp setup like this, and I knew I had to do it with Codex too! Github repo of this open-source project here: https://github.com/loopbrew/codex-lamp It is using codex hooks to run a python script, which then sends Bluetooth commands to the lamp. Now the lamp shows a blue spinning animation while codex is working, turns pink when codex needs input from me, and switches back to warm white when it’s idle. It works both on the codex desktop app and codec cli

5.5
Abilities charts -- where are they
r/codex·2h agoAI

In a previous discussion, there were links to charts that ranked the ACTUAL abilities of a model in time. Yes they also showed Codex's decline over time, which was interesting. I looked and looked, and I couldn't find them. Do you know where they are? Shall we link them in this subreddit?   submitted by   /u/mercmobily [link]   [comments]

5.8
The usage limits for ChatGPT Excel are way too low for actual financial modeling
r/codex·9h agoAIDeveloper ToolsLLM Infrastructure

I recently switched to ChatGpt from Claude for Excel plugin tasks because Claude had strict limits. However, OpenAI Excel plugin seems more expensive and restrictive for complex. The issue is that the Excel plugin consumes Codex limits very aggressively, even on relatively simple modifications. I tested it on a financial model that I had created that ChatGPT itself classified as “high complexity.” The workbook contains: Quarterly projections from Q1 2025 to Q4 2050 Revenue, costs, financing, Tax

5.5
Eyes to your LLMS
r/ClaudeCode·3h 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·3h 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·3h 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.4
Show HN: Smithereen – an early-Facebook-style Fediverse server
Hacker News·19m agoDeveloper ToolsProduct Ideas

Hey! I'm Gregory Klyushnikov, a former lead Android developer at VKontakte, Russia's Facebook. And I hate enshittification with a burning passion. I quit in 2016 because the mismatch in values with the new management started driving me crazy. My core issue with Facebook, Twitter, Instagram, VKontakte, and other commercial, centralized social network services is that they all eventually drift away from "staying updated on your friends' lives" towards "getting world n

5.5
Work with Apps Unable to Edit through VSCode when model is ChatGPT Pro
r/codex·3h 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·3h 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·7h 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
Show HN: Onda – a cross-platform alternative to DSView for DSLogic analyzers [video]
Hacker News·49m agoDeveloper ToolsProduct Ideas

I work on building authentic plug-in recreations of old reverb units. Typically I'm able to use schematics and data sheets, but since I started working with ASICs I had to get a logic analyzer I could afford. The software that comes with my DSLogic, DSView, leaves a lot to be desired so I began working on a cross-platform logic analyzer I could customize over time. Let me know what you think and if you would be interested in trying it out once it is ready. For those of you who use logic ana

5.4
disappearing messages
r/ClaudeAI·2h 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]