{"exhaustive":{"nbHits":false,"typo":false},"exhaustiveNbHits":false,"exhaustiveTypo":false,"hits":[{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"fsndz"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"Anthropic is back and cementing its place as the creator of the best coding <em>mode</em>ls\u2014bravo!<p>With <em>Claude</em> <em>Code</em>, the <em>goal</em> is clearly to take a slice of Cursor and its competitors' market share. I expected this to happen eventually.<p>The app layer has barely any moat, so any successful app with the potential to generate significant revenue will eventually be absorbed by foundation <em>mode</em>l companies in their quest for growth and profits."},"story_title":{"fullyHighlighted":false,"matchLevel":"partial","matchedWords":["claude","code"],"value":"<em>Claude</em> 3.7 Sonnet and <em>Claude</em> <em>Code</em>"},"story_url":{"fullyHighlighted":false,"matchLevel":"partial","matchedWords":["claude"],"value":"https://www.anthropic.com/news/<em>claude</em>-3-7-sonnet"}},"_tags":["comment","author_fsndz","story_43163011"],"author":"fsndz","children":[43163777,43163840,43165178],"comment_text":"Anthropic is back and cementing its place as the creator of the best coding models\u2014bravo!<p>With Claude Code, the goal is clearly to take a slice of Cursor and its competitors&#x27; market share. I expected this to happen eventually.<p>The app layer has barely any moat, so any successful app with the potential to generate significant revenue will eventually be absorbed by foundation model companies in their quest for growth and profits.","created_at":"2025-02-24T19:15:05Z","created_at_i":1740424505,"objectID":"43163642","parent_id":43163488,"story_id":43163011,"story_title":"Claude 3.7 Sonnet and Claude Code","story_url":"https://www.anthropic.com/news/claude-3-7-sonnet","updated_at":"2025-03-03T01:29:25Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"stillpointlab"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"My experience is that I am bottle-necked on specs. The agent loop is less of a thing for me now.<p>If I can get a clear understanding of what I want to build, communicate that to <em>Claude</em> <em>Code</em> in planning <em>mode</em> with the <em>goal</em> to write an actionable spec (not <em>code</em>, plan to write the spec) then I tend to get very good results once the agent goes to implement.<p>But this strategy, while effective, puts a big load on me to write the specs. The agent tends to knock each one out of the park (usually 2 to 3 follow ups based on <em>code</em> review) but then I'm back at the stage that requires the spec.<p>Another issue for me is that when I step away, if the agent finishes a task and could technically start on an existing spec (no overlap on files so no conflict possible) it doesn't know it can just create a new branch and start. Before I go to bed I'll often say &quot;do task X and once done and pushed start on task Y&quot;. But I haven't had luck beyond that. Often I find that it starts on Y and has a question and then the agent is idle the rest of the time.<p>The final issue is dependency coupled with the above. For example, today I was writing a background job processor. Obviously, the jobs that are in subsequent tasks require the system. That happens with some frequency. Even the specs need to be refreshed after the implementation to take any details that were resolved at coding time into account.<p>But I am just on the cusp of wanting the outer loop. The gate is almost entirely on spec creation and PR review. In places where those gates don't matter, I want the agent to keep chugging away.<p>As an aside, I strongly believe we need to start using tools that are better for LLMs even if they are worse for us. For example, Rust is annoying because the compiler is so strict. Bad for me, great for LLMs."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"The Coming Loop"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://lucumr.pocoo.org/2026/6/23/the-coming-loop/"}},"_tags":["comment","author_stillpointlab","story_48643180"],"author":"stillpointlab","children":[48652118,48652209,48652229,48654025,48654260,48656926,48658062],"comment_text":"My experience is that I am bottle-necked on specs. The agent loop is less of a thing for me now.<p>If I can get a clear understanding of what I want to build, communicate that to Claude Code in planning mode with the goal to write an actionable spec (not code, plan to write the spec) then I tend to get very good results once the agent goes to implement.<p>But this strategy, while effective, puts a big load on me to write the specs. The agent tends to knock each one out of the park (usually 2 to 3 follow ups based on code review) but then I&#x27;m back at the stage that requires the spec.<p>Another issue for me is that when I step away, if the agent finishes a task and could technically start on an existing spec (no overlap on files so no conflict possible) it doesn&#x27;t know it can just create a new branch and start. Before I go to bed I&#x27;ll often say &quot;do task X and once done and pushed start on task Y&quot;. But I haven&#x27;t had luck beyond that. Often I find that it starts on Y and has a question and then the agent is idle the rest of the time.<p>The final issue is dependency coupled with the above. For example, today I was writing a background job processor. Obviously, the jobs that are in subsequent tasks require the system. That happens with some frequency. Even the specs need to be refreshed after the implementation to take any details that were resolved at coding time into account.<p>But I am just on the cusp of wanting the outer loop. The gate is almost entirely on spec creation and PR review. In places where those gates don&#x27;t matter, I want the agent to keep chugging away.<p>As an aside, I strongly believe we need to start using tools that are better for LLMs even if they are worse for us. For example, Rust is annoying because the compiler is so strict. Bad for me, great for LLMs.","created_at":"2026-06-23T21:46:22Z","created_at_i":1782251182,"objectID":"48651919","parent_id":48643180,"story_id":48643180,"story_title":"The Coming Loop","story_url":"https://lucumr.pocoo.org/2026/6/23/the-coming-loop/","updated_at":"2026-06-25T16:30:22Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"dpalacios"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"One of the things I love doing is bringing ideas to life from actual research papers \u2014 combining evolutionary strategies with simulation and pulling ideas from papers most people never read.<p>When I use AI to turn a paper into a working simulation, there are two options I have to consider:<p>1. Write the plan myself from what I know and keep iterating until it's right.<p>2. Let the AI read the papers and plan the features from them.<p>The best way is to combine both. So that's exactly what I did.<p>I built a research warehouse (datapilot.justgotalead.com) that turns what you know into plans your AI can build from.<p>You put in the papers, books, repos and documents for a project. It reads them, and answers questions from them with citations so you're not asking an AI what it remembers, you're asking your own library.<p>When you type an idea, it plans the whole build from that material: the screens, the data <em>mode</em>l, the <em>goals</em>, each step naming its source.<p>Then your own AI builds from that plan, and it stops making up answers, because context no longer has to come from you. Your AI asks your own research library how to build the thing.<p>Fewer hallucinations, less build time.<p>I ran the same idea twice. Once with it, once without.<p>&quot;Build me a 3D first person shooter game&quot; straight into <em>Claude</em> <em>Code</em>:   2 hours, 150k+ tokens.<p>Same prompt, built from a DataPilot plan: 1 hour, ~50k tokens.<p>Ultimately, we are separating the planning and the building, so you save tokens and put your best <em>mode</em>l in building.<p>My <em>goal</em> is to have other users test this software out for free because we want to continue to improve this and hopefully allow more feasibility for users to spend less time planning and more time building higher quality products."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Build more with AI while burning fewer tokens"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://datapilot.justgotalead.com/"}},"_tags":["comment","author_dpalacios","story_49288348"],"author":"dpalacios","comment_text":"One of the things I love doing is bringing ideas to life from actual research papers \u2014 combining evolutionary strategies with simulation and pulling ideas from papers most people never read.<p>When I use AI to turn a paper into a working simulation, there are two options I have to consider:<p>1. Write the plan myself from what I know and keep iterating until it&#x27;s right.<p>2. Let the AI read the papers and plan the features from them.<p>The best way is to combine both. So that&#x27;s exactly what I did.<p>I built a research warehouse (datapilot.justgotalead.com) that turns what you know into plans your AI can build from.<p>You put in the papers, books, repos and documents for a project. It reads them, and answers questions from them with citations so you&#x27;re not asking an AI what it remembers, you&#x27;re asking your own library.<p>When you type an idea, it plans the whole build from that material: the screens, the data model, the goals, each step naming its source.<p>Then your own AI builds from that plan, and it stops making up answers, because context no longer has to come from you. Your AI asks your own research library how to build the thing.<p>Fewer hallucinations, less build time.<p>I ran the same idea twice. Once with it, once without.<p>&quot;Build me a 3D first person shooter game&quot; straight into Claude Code:   2 hours, 150k+ tokens.<p>Same prompt, built from a DataPilot plan: 1 hour, ~50k tokens.<p>Ultimately, we are separating the planning and the building, so you save tokens and put your best model in building.<p>My goal is to have other users test this software out for free because we want to continue to improve this and hopefully allow more feasibility for users to spend less time planning and more time building higher quality products.","created_at":"2026-08-13T16:25:47Z","created_at_i":1786638347,"objectID":"49288349","parent_id":49288348,"story_id":49288348,"story_title":"Build more with AI while burning fewer tokens","story_url":"https://datapilot.justgotalead.com/","updated_at":"2026-08-13T16:30:51Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"helloplanets"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"With the new Ultracode <em>modes</em> in <em>Claude</em> <em>Code</em> and Codex it's been taken to the next level. I mean, multi agent systems have been available for a long time, but the newest models seem to be much more RL'd for them.<p>Both GPT-5.6 and Fable will happily run 3+ hours straight off a relatively simple <em>goal</em> in that <em>mode</em>, burn through millions of tokens in the process.<p>Not saying it's great bang for your buck, but just that those <em>modes</em> are there and being pushed by the companies."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"How much energy do data centers and artificial intelligence use?"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://ourworldindata.org/how-much-energy-do-data-centers-and-artificial-intelligence-use"}},"_tags":["comment","author_helloplanets","story_49022412"],"author":"helloplanets","comment_text":"With the new Ultracode modes in Claude Code and Codex it&#x27;s been taken to the next level. I mean, multi agent systems have been available for a long time, but the newest models seem to be much more RL&#x27;d for them.<p>Both GPT-5.6 and Fable will happily run 3+ hours straight off a relatively simple goal in that mode, burn through millions of tokens in the process.<p>Not saying it&#x27;s great bang for your buck, but just that those modes are there and being pushed by the companies.","created_at":"2026-07-23T16:57:00Z","created_at_i":1784825820,"objectID":"49024738","parent_id":49024364,"story_id":49022412,"story_title":"How much energy do data centers and artificial intelligence use?","story_url":"https://ourworldindata.org/how-much-energy-do-data-centers-and-artificial-intelligence-use","updated_at":"2026-07-23T17:06:50Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"david_d8912"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"GPT-5.5 + Opus-4.7 here. Codex for pure coding task with clear <em>goal</em>, <em>claude</em> <em>code</em> for the rest. Also combined with opencode to experiment new <em>mode</em>ls.<p>fyi: I didn't have much lock on Deepseek v4 pro, with opencode + openrouter it's incredibly slow. How did op did it?"},"story_title":{"fullyHighlighted":false,"matchLevel":"partial","matchedWords":["mode"],"value":"Ask HN: What LLM <em>mode</em>ls are you using and why?"}},"_tags":["comment","author_david_d8912","story_48166147"],"author":"david_d8912","comment_text":"GPT-5.5 + Opus-4.7 here. Codex for pure coding task with clear goal, claude code for the rest. Also combined with opencode to experiment new models.<p>fyi: I didn&#x27;t have much lock on Deepseek v4 pro, with opencode + openrouter it&#x27;s incredibly slow. How did op did it?","created_at":"2026-05-17T05:17:42Z","created_at_i":1778995062,"objectID":"48166219","parent_id":48166147,"story_id":48166147,"story_title":"Ask HN: What LLM models are you using and why?","updated_at":"2026-05-17T20:17:22Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"Topfi"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"Additional information may be found here: <a href=\"https://developers.openai.com/codex/ide\" rel=\"nofollow\">https://developers.openai.com/codex/ide</a><p>Am seemingly one of very few people to somewhat reliably get usable results from GPT-5 and have been relying on Codex Cloud more and more, especially as an alternative to having to remote into my computer when prompting for minor changes on the phone. This new IDE plugin, naturally, takes very strongly after Cursor, Windsurf, etc. but also does better than some in unifying both Cloud and CLI changes, something I have seen others separate more strictly in their UI.<p>Last time I tested a none CLI LLM coding assistance solutions was when Amazon released KIRO and that was mainly focused on verifying whether there is something I could/should adapt from their way of doing requirements/planning implementations, so I am no expert in the UI of alternatives like Cursor, Windsurf, etc. but in my limited testing, Codex makes diffs very pleasant to read. Would like the added ability to expand individual files over only having them in a collapsable list via &quot;View changes&quot; though. I also very much enjoy the Todo list implementation I have seen on some tasks, it is a bit more informative than the more broad <em>goals</em> <em>Claude</em> <em>Code</em> or CLI Codex tend to provide, while retaining the full, step-by-step work log as an added source of information. Have not found a way to reliably trigger this feature though.<p>Also, some aria-labels are overflowing/covered by other UI elements making them unreadable and I'd prefer this to be placed in a positionable panel, rather than the primary side bar, cause as it stands, one cannot have the Codex panel and e.g. version control, file explorer or search open. Lastly, trepidations of unrestricted local LLM use aside, I don't think the &quot;Agent (full access)&quot; button should expand like that: <a href=\"https://imgur.com/a/T1slbxk\" rel=\"nofollow\">https://imgur.com/a/T1slbxk</a><p>Am also testing the new <em>Code</em> Review implementation they have added, was surprised to see the <em>mode</em>l communicate via emojis/reactions of all things, but haven't yet tried any LLM <em>code</em> review solutions so again don't know how these usually communicate state/provide confirmation of actions: <a href=\"https://developers.openai.com/codex/cloud\" rel=\"nofollow\">https://developers.openai.com/codex/cloud</a>"},"story_title":{"matchLevel":"none","matchedWords":[],"value":"OpenAI Codex for VSCode has been released"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://marketplace.visualstudio.com/items?itemName=openai.chatgpthttps://marketplace.visualstudio.com/items?itemName=openai.chatgpt"}},"_tags":["comment","author_Topfi","story_45045015"],"author":"Topfi","comment_text":"Additional information may be found here: <a href=\"https:&#x2F;&#x2F;developers.openai.com&#x2F;codex&#x2F;ide\" rel=\"nofollow\">https:&#x2F;&#x2F;developers.openai.com&#x2F;codex&#x2F;ide</a><p>Am seemingly one of very few people to somewhat reliably get usable results from GPT-5 and have been relying on Codex Cloud more and more, especially as an alternative to having to remote into my computer when prompting for minor changes on the phone. This new IDE plugin, naturally, takes very strongly after Cursor, Windsurf, etc. but also does better than some in unifying both Cloud and CLI changes, something I have seen others separate more strictly in their UI.<p>Last time I tested a none CLI LLM coding assistance solutions was when Amazon released KIRO and that was mainly focused on verifying whether there is something I could&#x2F;should adapt from their way of doing requirements&#x2F;planning implementations, so I am no expert in the UI of alternatives like Cursor, Windsurf, etc. but in my limited testing, Codex makes diffs very pleasant to read. Would like the added ability to expand individual files over only having them in a collapsable list via &quot;View changes&quot; though. I also very much enjoy the Todo list implementation I have seen on some tasks, it is a bit more informative than the more broad goals Claude Code or CLI Codex tend to provide, while retaining the full, step-by-step work log as an added source of information. Have not found a way to reliably trigger this feature though.<p>Also, some aria-labels are overflowing&#x2F;covered by other UI elements making them unreadable and I&#x27;d prefer this to be placed in a positionable panel, rather than the primary side bar, cause as it stands, one cannot have the Codex panel and e.g. version control, file explorer or search open. Lastly, trepidations of unrestricted local LLM use aside, I don&#x27;t think the &quot;Agent (full access)&quot; button should expand like that: <a href=\"https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;T1slbxk\" rel=\"nofollow\">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;T1slbxk</a><p>Am also testing the new Code Review implementation they have added, was surprised to see the model communicate via emojis&#x2F;reactions of all things, but haven&#x27;t yet tried any LLM code review solutions so again don&#x27;t know how these usually communicate state&#x2F;provide confirmation of actions: <a href=\"https:&#x2F;&#x2F;developers.openai.com&#x2F;codex&#x2F;cloud\" rel=\"nofollow\">https:&#x2F;&#x2F;developers.openai.com&#x2F;codex&#x2F;cloud</a>","created_at":"2025-08-27T20:50:53Z","created_at_i":1756327853,"objectID":"45045080","parent_id":45045015,"story_id":45045015,"story_title":"OpenAI Codex for VSCode has been released","story_url":"https://marketplace.visualstudio.com/items?itemName=openai.chatgpthttps://marketplace.visualstudio.com/items?itemName=openai.chatgpt","updated_at":"2026-03-05T22:32:37Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"ghshephard"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"I use cursor 8+ hours/day at work, and have full (and effectively unlimited) access to <em>Claude</em> <em>Code</em> and Codex - tools which I also use personally.   I suspect that your &quot;constant popups&quot; were when you were using the editor - a <em>mode</em> that I'll confess I haven't touched in 3+ months.<p>Workflow in Cursor is actually awesome - I'm a little outdated in how I use it - I still establish <em>goals</em>/objectives, rather than managing the loop which does so - but if you can think broadly enough - I find it's pretty efficient.<p>Key things I like about Cursor (and I recognize I'm dating myself a bit here):\n - Plan <em>Mode</em> is really solid - I shift-tab, have it go create the plan using whatever insanely expensive SOTA model is available - I will usually spend 5-10 minutes on the Plan - review it, maybe even tweak it a little. (though 90% of the time it's fine out of the gate)<p><pre><code>  - Ability to select any model for every task - I'll switch between Opus 4.8 High/xHigh/...  I'll even switch to 1M context for the planning phase upfront.   \n\n  - It does an *excellent* job managing permissions and looping the agents and spinning up sub-agents for you - you set the <em>goal</em>, run the plan <em>mode</em> - and then let it churn for however long is required - pretty common to have a 30-45 minute run and come back to a fully created/tested product.   \n\n   </code></pre>\nThe nice thing about Cursor (and honestly <em>Claude</em> <em>Code</em>, Codex) - there isn't really any &quot;prompt engineering&quot; involved.   You just say, &quot;Go Build me x - it should have y,z features - and build it in golang for me&quot; - and that's it - the 3-4 page Plan comes back - usually pretty credible - and then you click &quot;build.&quot;."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"SpaceX to buy Cursor for $60B"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/"}},"_tags":["comment","author_ghshephard","story_48553224"],"author":"ghshephard","children":[48560318,48560382,48560882,48561889,48563141,48563281,48564266,48564343,48566981],"comment_text":"I use cursor 8+ hours&#x2F;day at work, and have full (and effectively unlimited) access to Claude Code and Codex - tools which I also use personally.   I suspect that your &quot;constant popups&quot; were when you were using the editor - a mode that I&#x27;ll confess I haven&#x27;t touched in 3+ months.<p>Workflow in Cursor is actually awesome - I&#x27;m a little outdated in how I use it - I still establish goals&#x2F;objectives, rather than managing the loop which does so - but if you can think broadly enough - I find it&#x27;s pretty efficient.<p>Key things I like about Cursor (and I recognize I&#x27;m dating myself a bit here):\n - Plan Mode is really solid - I shift-tab, have it go create the plan using whatever insanely expensive SOTA model is available - I will usually spend 5-10 minutes on the Plan - review it, maybe even tweak it a little. (though 90% of the time it&#x27;s fine out of the gate)<p><pre><code>  - Ability to select any model for every task - I&#x27;ll switch between Opus 4.8 High&#x2F;xHigh&#x2F;...  I&#x27;ll even switch to 1M context for the planning phase upfront.   \n\n  - It does an *excellent* job managing permissions and looping the agents and spinning up sub-agents for you - you set the goal, run the plan mode - and then let it churn for however long is required - pretty common to have a 30-45 minute run and come back to a fully created&#x2F;tested product.   \n\n   </code></pre>\nThe nice thing about Cursor (and honestly Claude Code, Codex) - there isn&#x27;t really any &quot;prompt engineering&quot; involved.   You just say, &quot;Go Build me x - it should have y,z features - and build it in golang for me&quot; - and that&#x27;s it - the 3-4 page Plan comes back - usually pretty credible - and then you click &quot;build.&quot;.","created_at":"2026-06-16T18:23:58Z","created_at_i":1781634238,"objectID":"48559714","parent_id":48558036,"story_id":48553224,"story_title":"SpaceX to buy Cursor for $60B","story_url":"https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/","updated_at":"2026-08-25T15:37:19Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"dbmikus"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"To stop agents from pausing for checkpointing, you can have a deterministic outer loop that re-runs until a stop condition is met.<p>I think teams need to be able to write nested workflows that transition between <em>code</em>-led and agent-led, with either supporting human-in-the-loop checkpoints.<p>Been iterating on what this should look like at our startup (<a href=\"https://www.amika.dev/\">https://www.amika.dev/</a>). <em>Mode</em>l labs are also improving capabilities here, such as Codex's `/<em>goal</em>` and <em>Claude</em> <em>Code</em>'s dynamic workflows[1]<p>The points about API usage cost still stand, but <em>mode</em>l intelligence is getting cheaper every month! No need to use the frontier <em>mode</em>l for every part of the work.<p>[1]: <a href=\"https://code.claude.com/docs/en/workflows\" rel=\"nofollow\">https://<em>code</em>.<em>claude</em>.com/docs/en/workflows</a>"},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Backpressure is all you need"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://www.lucasfcosta.com/blog/backpressure-is-all-you-need"}},"_tags":["comment","author_dbmikus","story_48345090"],"author":"dbmikus","children":[48350661],"comment_text":"To stop agents from pausing for checkpointing, you can have a deterministic outer loop that re-runs until a stop condition is met.<p>I think teams need to be able to write nested workflows that transition between code-led and agent-led, with either supporting human-in-the-loop checkpoints.<p>Been iterating on what this should look like at our startup (<a href=\"https:&#x2F;&#x2F;www.amika.dev&#x2F;\">https:&#x2F;&#x2F;www.amika.dev&#x2F;</a>). Model labs are also improving capabilities here, such as Codex&#x27;s `&#x2F;goal` and Claude Code&#x27;s dynamic workflows[1]<p>The points about API usage cost still stand, but model intelligence is getting cheaper every month! No need to use the frontier model for every part of the work.<p>[1]: <a href=\"https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;workflows\" rel=\"nofollow\">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;workflows</a>","created_at":"2026-05-31T21:29:47Z","created_at_i":1780262987,"objectID":"48349943","parent_id":48345557,"story_id":48345090,"story_title":"Backpressure is all you need","story_url":"https://www.lucasfcosta.com/blog/backpressure-is-all-you-need","updated_at":"2026-05-31T23:07:16Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"gck1"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"Every proprietary harness is just proprietary junk without ability to extend it without polluting context. This includes <em>claude</em>-<em>code</em>, gemini-cli, codex etc. They have tools which hardcode the behavior that is impossible to modify, they add tools you may not need that pollute context, they inject an entire textbook's worth of words into the system prompt which pollutes context, they provide zero observability into what the agent is doing when it's launching a subagent as one example.<p>They don't provide easy way to use multiple <em>mode</em>ls from multiple providers for varying tasks. One <em>mode</em>l may be the best thing on earth at one thing, but fail miserably for another. Try orchestrating multiple agents from <em>claude</em>, gemini and codex in any of these proprietary boxes.<p>They also... suck at TUI UX. I don't know if it was fixed already, but <em>claude</em> <em>code</em> had flickering issue that was unresolved for more than a year.<p>You need to take a very good care of what goes into your context. A black box of proprietary harnesses is not it. Check out pi [1] for example, which is a very minimal harness with really nice extension system. The idea is that you start with barebones and add things that you need for your own <em>goals</em>.<p><em>claude</em>-<em>code</em> HAS to have all these bells and whistles that pollute context to support larger audiences that can't tinker with it. If you have the ability to only pull in only what you need and extend things in a way that works for your workflow, you'll always get the best experience. And <em>claude</em>-<em>code</em> may never be that without making it complicated for the masses. OSS will always win here.<p>[1] <a href=\"https://github.com/badlogic/pi-mono\" rel=\"nofollow\">https://github.com/badlogic/pi-mono</a>"},"story_title":{"matchLevel":"none","matchedWords":[],"value":"How will OpenAI compete?"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://www.ben-evans.com/benedictevans/2026/2/19/how-will-openai-compete-nkg2x"}},"_tags":["comment","author_gck1","story_47158975"],"author":"gck1","children":[47166653],"comment_text":"Every proprietary harness is just proprietary junk without ability to extend it without polluting context. This includes claude-code, gemini-cli, codex etc. They have tools which hardcode the behavior that is impossible to modify, they add tools you may not need that pollute context, they inject an entire textbook&#x27;s worth of words into the system prompt which pollutes context, they provide zero observability into what the agent is doing when it&#x27;s launching a subagent as one example.<p>They don&#x27;t provide easy way to use multiple models from multiple providers for varying tasks. One model may be the best thing on earth at one thing, but fail miserably for another. Try orchestrating multiple agents from claude, gemini and codex in any of these proprietary boxes.<p>They also... suck at TUI UX. I don&#x27;t know if it was fixed already, but claude code had flickering issue that was unresolved for more than a year.<p>You need to take a very good care of what goes into your context. A black box of proprietary harnesses is not it. Check out pi [1] for example, which is a very minimal harness with really nice extension system. The idea is that you start with barebones and add things that you need for your own goals.<p>claude-code HAS to have all these bells and whistles that pollute context to support larger audiences that can&#x27;t tinker with it. If you have the ability to only pull in only what you need and extend things in a way that works for your workflow, you&#x27;ll always get the best experience. And claude-code may never be that without making it complicated for the masses. OSS will always win here.<p>[1] <a href=\"https:&#x2F;&#x2F;github.com&#x2F;badlogic&#x2F;pi-mono\" rel=\"nofollow\">https:&#x2F;&#x2F;github.com&#x2F;badlogic&#x2F;pi-mono</a>","created_at":"2026-02-26T10:24:43Z","created_at_i":1772101483,"objectID":"47164172","parent_id":47163889,"story_id":47158975,"story_title":"How will OpenAI compete?","story_url":"https://www.ben-evans.com/benedictevans/2026/2/19/how-will-openai-compete-nkg2x","updated_at":"2026-03-05T23:37:43Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"chrisischris"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"I was hitting <em>Claude</em> <em>Code</em>'s rate limit pretty often while paying for their max subscription. Started thinking \u2013 I've got a decent GPU sitting at home doing nothing most of the day.<p>So I'm building a distributed AI inference platform where you can run <em>mode</em>ls on your own hardware and access it from anywhere privately. Keep your data on infrastructure you control, but also leverage a credit system to tap into more powerful compute when you need it. Your idle GPU time can earn credits for accessing bigger <em>mode</em>ls.\nThe <em>goal</em> is making it dead simple to use your home hardware from wherever you're working.<p>It's for anyone who wants infrastructure optionality: developers who don't want vendor lock-in, businesses with compliance requirements, or just people who don't want their data sent to third parties.<p>Get notified when we launch: <a href=\"https://sporeintel.com\" rel=\"nofollow\">https://sporeintel.com</a>"},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Ask HN: What Are You Working On? (Nov 2025)"}},"_tags":["comment","author_chrisischris","story_45869146"],"author":"chrisischris","children":[45879559,45880916,45934706],"comment_text":"I was hitting Claude Code&#x27;s rate limit pretty often while paying for their max subscription. Started thinking \u2013 I&#x27;ve got a decent GPU sitting at home doing nothing most of the day.<p>So I&#x27;m building a distributed AI inference platform where you can run models on your own hardware and access it from anywhere privately. Keep your data on infrastructure you control, but also leverage a credit system to tap into more powerful compute when you need it. Your idle GPU time can earn credits for accessing bigger models.\nThe goal is making it dead simple to use your home hardware from wherever you&#x27;re working.<p>It&#x27;s for anyone who wants infrastructure optionality: developers who don&#x27;t want vendor lock-in, businesses with compliance requirements, or just people who don&#x27;t want their data sent to third parties.<p>Get notified when we launch: <a href=\"https:&#x2F;&#x2F;sporeintel.com\" rel=\"nofollow\">https:&#x2F;&#x2F;sporeintel.com</a>","created_at":"2025-11-10T18:49:34Z","created_at_i":1762800574,"objectID":"45879351","parent_id":45869146,"story_id":45869146,"story_title":"Ask HN: What Are You Working On? (Nov 2025)","updated_at":"2026-03-05T23:01:12Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"pranshu54"},"story_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"After months of feedback from devs juggling multiple chat tools just to break big tasks into smaller steps, we re\u2011imagined our workflow as a Kanban\u2011style Phase Board right inside your favourite IDE. The new Phase <em>mode</em> turns any large task into a clean sequence of PR\u2011sized phases you can review and commit one by one.<p>How it works<p>1. Describe the <em>goal</em> (Task Query) \u2013 In Phase <em>mode</em>, type a concise description of what you want to build or change. Example: \u201cAdd rate\u2011limit middleware and expose a /metrics endpoint.\u201d Traycer treats this as the parent task.\n2. Clarify intent (AI follow\u2011up) \u2013 Traycer may ask one or two quick questions (constraints, coding style). Answer them so the scope is crystal\u2011clear.\n3. Auto\u2011generate the Phase Board \u2013 Traycer breaks the task into a sequential list of PR\u2011sized phases you can reorder, edit, or delete.\n4. Open a phase &amp; generate its plan \u2013 get a detailed file\u2011level plan: which files, functions, symbols, and tests will be touched.\n5. Handoff to your coding agent \u2013 Hit Execute to send that plan straight to Cursor, <em>Claude</em> <em>Code</em>, or any agent you prefer.\n6. Verify the diff \u2013 When your agent finishes, Traycer compares the diff to the plan and checks compatibility with upcoming phases, flagging any mismatches.\n7. Review &amp; commit (or tweak) \u2013 Approve and commit the phase, or adjust the plan and rerun. Then move on to the next phase.<p>Why it helps?<p>* True PR checkpoints \u2013 every phase is small enough to reason about and ship.\n* No runaway prompts \u2013 only the active phase is in context, so tokens stay low and results stay focused.\n* Tool-agnostic \u2013 Traycer plans and verifies; your coding agent writes <em>code</em>.\n* Fast course-correction \u2013 if something feels off, just edit that phase and re-run.<p>Try it out &amp; share feedback<p>Install the Traycer extension (<a href=\"https://traycer.ai/installation\" rel=\"nofollow\">https://traycer.ai/installation</a>), create a new task, and the Phase Board will appear. Add a few phases, run one through, and see how the PR\u2011sized checkpoints feel in practice.\nIf you have suggestions that could make the flow smoother, drop them in the comments - every bit of feedback helps."},"title":{"matchLevel":"none","matchedWords":[],"value":"Show HN: Kanban-style Phase Board: plan \u2192 execute \u2192 verify \u2192 commit"},"url":{"matchLevel":"none","matchedWords":[],"value":"https://traycer.ai/"}},"_tags":["story","author_pranshu54","story_44757409","show_hn"],"author":"pranshu54","created_at":"2025-08-01T14:36:00Z","created_at_i":1754058960,"num_comments":0,"objectID":"44757409","points":5,"story_id":44757409,"story_text":"After months of feedback from devs juggling multiple chat tools just to break big tasks into smaller steps, we re\u2011imagined our workflow as a Kanban\u2011style Phase Board right inside your favourite IDE. The new Phase mode turns any large task into a clean sequence of PR\u2011sized phases you can review and commit one by one.<p>How it works<p>1. Describe the goal (Task Query) \u2013 In Phase mode, type a concise description of what you want to build or change. Example: \u201cAdd rate\u2011limit middleware and expose a &#x2F;metrics endpoint.\u201d Traycer treats this as the parent task.\n2. Clarify intent (AI follow\u2011up) \u2013 Traycer may ask one or two quick questions (constraints, coding style). Answer them so the scope is crystal\u2011clear.\n3. Auto\u2011generate the Phase Board \u2013 Traycer breaks the task into a sequential list of PR\u2011sized phases you can reorder, edit, or delete.\n4. Open a phase &amp; generate its plan \u2013 get a detailed file\u2011level plan: which files, functions, symbols, and tests will be touched.\n5. Handoff to your coding agent \u2013 Hit Execute to send that plan straight to Cursor, Claude Code, or any agent you prefer.\n6. Verify the diff \u2013 When your agent finishes, Traycer compares the diff to the plan and checks compatibility with upcoming phases, flagging any mismatches.\n7. Review &amp; commit (or tweak) \u2013 Approve and commit the phase, or adjust the plan and rerun. Then move on to the next phase.<p>Why it helps?<p>* True PR checkpoints \u2013 every phase is small enough to reason about and ship.\n* No runaway prompts \u2013 only the active phase is in context, so tokens stay low and results stay focused.\n* Tool-agnostic \u2013 Traycer plans and verifies; your coding agent writes code.\n* Fast course-correction \u2013 if something feels off, just edit that phase and re-run.<p>Try it out &amp; share feedback<p>Install the Traycer extension (<a href=\"https:&#x2F;&#x2F;traycer.ai&#x2F;installation\" rel=\"nofollow\">https:&#x2F;&#x2F;traycer.ai&#x2F;installation</a>), create a new task, and the Phase Board will appear. Add a few phases, run one through, and see how the PR\u2011sized checkpoints feel in practice.\nIf you have suggestions that could make the flow smoother, drop them in the comments - every bit of feedback helps.","title":"Show HN: Kanban-style Phase Board: plan \u2192 execute \u2192 verify \u2192 commit","updated_at":"2025-08-01T23:54:35Z","url":"https://traycer.ai/"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"allnew_llc"},"story_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"LLM coding agents (<em>Claude</em> <em>Code</em>, Codex, etc.) have structural weaknesses: blind retry loops, volatile learning, silent\n  spec drift, and gate gaming. These aren't bugs in specific <em>mode</em>ls \u2014 they're properties of <em>goal</em>-optimizing systems.<p><pre><code>  ANDON applies Toyota Production System principles to address this:\n\n  - Jidoka (autonomation): auto-detect failures and block forward-progress commands (git push, deploy)\n  - Kaizen (continuous improvement): force Five Whys root cause analysis, then standardize prevention rules\n  - Meta-ANDON: detect when the agent is stuck in a whack-a-mole debugging loop\n\n  Install: pip install andon-for-llm-agents\n\n  Works with any agent that supports hooks/callbacks. Apache-2.0 licensed.</code></pre>"},"title":{"matchLevel":"none","matchedWords":[],"value":"Show HN: Andon \u2013 Toyota Production System for LLM Coding Agents"},"url":{"matchLevel":"none","matchedWords":[],"value":"https://github.com/allnew-llc/andon-for-llm-agents"}},"_tags":["story","author_allnew_llc","story_47304539","show_hn"],"author":"allnew_llc","created_at":"2026-03-09T03:23:40Z","created_at_i":1773026620,"num_comments":0,"objectID":"47304539","points":3,"story_id":47304539,"story_text":"LLM coding agents (Claude Code, Codex, etc.) have structural weaknesses: blind retry loops, volatile learning, silent\n  spec drift, and gate gaming. These aren&#x27;t bugs in specific models \u2014 they&#x27;re properties of goal-optimizing systems.<p><pre><code>  ANDON applies Toyota Production System principles to address this:\n\n  - Jidoka (autonomation): auto-detect failures and block forward-progress commands (git push, deploy)\n  - Kaizen (continuous improvement): force Five Whys root cause analysis, then standardize prevention rules\n  - Meta-ANDON: detect when the agent is stuck in a whack-a-mole debugging loop\n\n  Install: pip install andon-for-llm-agents\n\n  Works with any agent that supports hooks&#x2F;callbacks. Apache-2.0 licensed.</code></pre>","title":"Show HN: Andon \u2013 Toyota Production System for LLM Coding Agents","updated_at":"2026-03-09T12:54:24Z","url":"https://github.com/allnew-llc/andon-for-llm-agents"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"skatiyar"},"story_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"I built a Go utility library inspired by the JavaScript async library, implemented idiomatically with Go 1.18+ generics. Avoids using reflection and interface{} wherever possible.<p>It provides ~70 functions across four packages:<p>Sync and Async -- map, filter, detect, reduce, every, some, reject, groupBy -- for both slices and maps. Every async function runs iteratees in goroutines with panic recovery.\nConcurrency limiting -- all async functions have a Limit variant that caps goroutine count via a semaphore.\nWorker pool -- a generic work queue with configurable buffer, concurrency, timeouts, and graceful shutdown.\nControl flow -- waterfall-style sequential execution with type-safe context passing.<p>Disclaimer: Parts of the <em>code</em> were generated using <em>Claude</em> <em>Code</em>. One of my <em>goals</em> with this project was to experiment with the latest <em>mode</em>ls and see what they're capable of in a real codebase -- from writing implementations to tests to docs.<p>go get github.com/skatiyar/goutils@v1.0.0<p>Would love feedback on the API design and whether the function naming feels natural for Go."},"title":{"matchLevel":"none","matchedWords":[],"value":"Show HN: Goutils \u2013 70 type-safe generic functions for async/functional Go"},"url":{"matchLevel":"none","matchedWords":[],"value":"https://github.com/skatiyar/goutils"}},"_tags":["story","author_skatiyar","story_47022476","show_hn"],"author":"skatiyar","created_at":"2026-02-15T09:56:23Z","created_at_i":1771149383,"num_comments":0,"objectID":"47022476","points":3,"story_id":47022476,"story_text":"I built a Go utility library inspired by the JavaScript async library, implemented idiomatically with Go 1.18+ generics. Avoids using reflection and interface{} wherever possible.<p>It provides ~70 functions across four packages:<p>Sync and Async -- map, filter, detect, reduce, every, some, reject, groupBy -- for both slices and maps. Every async function runs iteratees in goroutines with panic recovery.\nConcurrency limiting -- all async functions have a Limit variant that caps goroutine count via a semaphore.\nWorker pool -- a generic work queue with configurable buffer, concurrency, timeouts, and graceful shutdown.\nControl flow -- waterfall-style sequential execution with type-safe context passing.<p>Disclaimer: Parts of the code were generated using Claude Code. One of my goals with this project was to experiment with the latest models and see what they&#x27;re capable of in a real codebase -- from writing implementations to tests to docs.<p>go get github.com&#x2F;skatiyar&#x2F;goutils@v1.0.0<p>Would love feedback on the API design and whether the function naming feels natural for Go.","title":"Show HN: Goutils \u2013 70 type-safe generic functions for async/functional Go","updated_at":"2026-03-05T23:33:01Z","url":"https://github.com/skatiyar/goutils"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"kirumachi"},"story_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"Hey HN,<p>I have been using <em>Claude</em> <em>Code</em> and Cursor lately and as we all know, they write <em>code</em> incredibly fast but a few times i have noticed they can introduce the same security flaws. For example, you ask the LLM to build a file upload feature, you will get working <em>code</em> in minutes, but it would almost always miss magic-byte validation or leaves you vulnerable to SVG XSS. The LLM optimizes for <em>code</em> that compiles not <em>code</em> that is secure.<p>To fix this for my own workflow, I made a set of 8 security-focused AI agents (AppSec, GRC, Cloud/Platform, etc) that you can drop into any MCP-compatible tool (Cursor, Windsurf) or use with <em>Claude</em> <em>Code</em>.<p>To clarify, the <em>goal</em> here is not to say that LLM/AI replaces AppSec or the Secure Software Development Cycle, instead the <em>goal</em> is to provide a series of structured prompts and concrete security artifacts (like STRIDE based threat <em>mode</em>ls and ASVS mapped functional requirements) for developers who are already using AI to write <em>code</em>. The aim is to force the LLM to pause and sort of put on a security hat during specific phases of the SDLC.<p>What It Actually Is<p>It is an MIT licenced repo containing the agent prompts, document templates and an MCP server. You can install via <em>Claude</em> marketplace or globally via npm, which gives you a CLI to scaffold git hooks, CodeQL CI Gates and the MCP config. Also included are 3 full walkthroughs in the repo showing how the agents catch things.<p>I am an Application Security Engineer, and I am really curious to get feedback and critique. Please try it out without any signups using the URL. I will be around to answer any questions"},"title":{"fullyHighlighted":false,"matchLevel":"partial","matchedWords":["claude"],"value":"Show HN: Secure SDLC Agents for <em>Claude</em> and Cursor (MCP)"},"url":{"matchLevel":"none","matchedWords":[],"value":"https://github.com/Kaademos/secure-sdlc-agents"}},"_tags":["story","author_kirumachi","story_47672458","show_hn"],"author":"kirumachi","children":[47677559],"created_at":"2026-04-07T09:00:01Z","created_at_i":1775552401,"num_comments":0,"objectID":"47672458","points":1,"story_id":47672458,"story_text":"Hey HN,<p>I have been using Claude Code and Cursor lately and as we all know, they write code incredibly fast but a few times i have noticed they can introduce the same security flaws. For example, you ask the LLM to build a file upload feature, you will get working code in minutes, but it would almost always miss magic-byte validation or leaves you vulnerable to SVG XSS. The LLM optimizes for code that compiles not code that is secure.<p>To fix this for my own workflow, I made a set of 8 security-focused AI agents (AppSec, GRC, Cloud&#x2F;Platform, etc) that you can drop into any MCP-compatible tool (Cursor, Windsurf) or use with Claude Code.<p>To clarify, the goal here is not to say that LLM&#x2F;AI replaces AppSec or the Secure Software Development Cycle, instead the goal is to provide a series of structured prompts and concrete security artifacts (like STRIDE based threat models and ASVS mapped functional requirements) for developers who are already using AI to write code. The aim is to force the LLM to pause and sort of put on a security hat during specific phases of the SDLC.<p>What It Actually Is<p>It is an MIT licenced repo containing the agent prompts, document templates and an MCP server. You can install via Claude marketplace or globally via npm, which gives you a CLI to scaffold git hooks, CodeQL CI Gates and the MCP config. Also included are 3 full walkthroughs in the repo showing how the agents catch things.<p>I am an Application Security Engineer, and I am really curious to get feedback and critique. Please try it out without any signups using the URL. I will be around to answer any questions","title":"Show HN: Secure SDLC Agents for Claude and Cursor (MCP)","updated_at":"2026-04-12T19:06:15Z","url":"https://github.com/Kaademos/secure-sdlc-agents"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"elliotec"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"Thanks for taking a look! Yeah, these programs are very new and pretty uncommon (for now).<p>As for why I chose Rails - I just know Rails really well. I've been using it since 2012 or so, and it's basically muscle memory now. The most intensive parts of the app really would lend themselves to Python tooling and I did end up hand-building a lot of the data engineering stuff that there for sure exist plugins for in Python, but the trade off of using what I know well outweighed that by a lot. Plus the rest of it are perfectly CRUD-able server-rendered pages. Pretty Railsy aside from the data eng stuff.<p>I also started this before AI coding harnesses were available. I shelved it for a long time after the initial few rounds, but the work I did in the beginning was substantial enough to not just start over. If I had <em>Claude</em> <em>Code</em> with Fable when beginning, it might look a lot different. But I do like knowing everything about what I built and understanding every line.<p>On your AI ethics question... I do think it's possible, eventually. That's why I hedged a bunch on it being a long term <em>goal</em>. If open weight <em>mode</em>ls gain steam and hardware acquisition becomes manageable, it would be a dream to run a self-hosted self-trained <em>mode</em>l in my house (which is powered by solar, so the renewable thing is real). It is especially realistic if some funding comes through for hardware."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Show HN: 35k+ paper psychedelic library that knows LSD from Lumpy Skin Disease"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://consciousnesslibrary.org/"}},"_tags":["comment","author_elliotec","story_49235471"],"author":"elliotec","children":[49237465],"comment_text":"Thanks for taking a look! Yeah, these programs are very new and pretty uncommon (for now).<p>As for why I chose Rails - I just know Rails really well. I&#x27;ve been using it since 2012 or so, and it&#x27;s basically muscle memory now. The most intensive parts of the app really would lend themselves to Python tooling and I did end up hand-building a lot of the data engineering stuff that there for sure exist plugins for in Python, but the trade off of using what I know well outweighed that by a lot. Plus the rest of it are perfectly CRUD-able server-rendered pages. Pretty Railsy aside from the data eng stuff.<p>I also started this before AI coding harnesses were available. I shelved it for a long time after the initial few rounds, but the work I did in the beginning was substantial enough to not just start over. If I had Claude Code with Fable when beginning, it might look a lot different. But I do like knowing everything about what I built and understanding every line.<p>On your AI ethics question... I do think it&#x27;s possible, eventually. That&#x27;s why I hedged a bunch on it being a long term goal. If open weight models gain steam and hardware acquisition becomes manageable, it would be a dream to run a self-hosted self-trained model in my house (which is powered by solar, so the renewable thing is real). It is especially realistic if some funding comes through for hardware.","created_at":"2026-08-09T23:06:10Z","created_at_i":1786316770,"objectID":"49237155","parent_id":49237002,"story_id":49235471,"story_title":"Show HN: 35k+ paper psychedelic library that knows LSD from Lumpy Skin Disease","story_url":"https://consciousnesslibrary.org/","updated_at":"2026-08-10T14:24:37Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"Notelife87"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"I don't expect you to believe me, even though that's the intent of the methods of attack and appropriation. But this is happening. I have proof of most, solid evidence of the rest.<p>July 25: Building app as newbie, solve AI hallucination and bias. File non-provisional Sept 2nd, 1.5 months in.<p>Began expanding, exploring, learning, adapting. It becomes the world's most powerful data verification patent. Primarily but not exclusively AI.<p>It's been stolen and appropriated by over half a dozen major corporations. Some, directly hacking at sys level. I have white papers. Submitted master class patent application. Multiple reductions to practice or live deployment. Liberty Sovereign ft. Honest Abe (ABE = Absolute Byzantine Environment) will be back up by Friday. It's an AI <em>mode</em>l for Quant Finance\u2014handles mitigation, black swan detection, and functions like a form of insurance, specifically when applied to signal analysis.<p>My method and system for eliminating correlated errors. In finance, unprecedented 17% improvement in alpha floor on signal generation.<p>I deployed to PyPI in November a fully functional 2-<em>mode</em> hallucination and bias FREE CLI Agent for Fintech and Quant Finance.\npip install dabft<p>I continued building. January, 17th day after turning 39, I released to PyPI a modular, usable engine for hallucination and bias free Chat Assistant.\npip install dredd_core<p>When people hear &quot;AI,&quot; they think they can't ChatGPT it, so well, much more useful is the first engines and whatnot to prove you've done something you have to do\u2014what people expect to see\u2014so I did.<p>November, at this exact point, is where I began to be suppressed, stalked, harassed, appropriated. Discredited. Attempted cyber gaslight.<p>From Liberty Sovereign I designed a BFT-inspired internet search protocol. SEAR XNG is multi-engine by design. I have each AI <em>mode</em>l route the user's search query through a different geographic region\u2014the internet is segregated by geo anyway\u2014makes it probably the most widespread and thorough search per query. This one's result variety searches there is. It has since been or is being released as Open Deep Research, I think it's called.<p>Also added multiple financial MCPs on a BFT-style rotation.<p>Liberty Sovereign launched Feb 11th for Lincoln's birthday/Presidents' Day. I'd been talking it up on LinkedIn. 5 days before my launch, which had been delayed, Perplexity launched <em>Mode</em>l Council. Close enough to my exact design and naming schema. Today, serious questions, much less the timing\u2014I let it go at the time.<p>April, Objection.ai launched. 12 out of 13 parts. Exact nomenclature match. SSO copyright infringement. Fighting them resulted in the MITM state level hacks. I researched and found evidence that shows the members of Objection getting my work from a VC I'd pitched in December. The giant network I've mapped is extensive and not supposed to exist. Lawyers, fake lawyers, fake accelerators.<p>I had hackers posing as app development firm Binate Digital\u20144-hour+ Zoom interviews, I recorded 3 of them. They re-recorded them with all new people, acting out the interview where I explained the tech and how I'd gotten to where I was.<p>Ok...the stuff I meant to talk about. Skynet. Built. Modular engines. Multiple governance systems. Living RAG. My novel creation before I knew how RAG worked.<p>I BUILT a user governance centric fully automated synthetic intelligence system. Advanced tool calling. Multiple plug and play modules. Hallucination-free verification engine as 1 part governance. DETERMINISTIC hard gate protocol that stops unauthorized agentic output.<p>I BUILT verification.\nI BUILT authentication.\nI BUILT FULL AGENTIC actionable function.<p>My work has also been stolen. Not converged, stolen, by Anthropic\u2014the same week my system was compromised is the same time Caparthy joined Anthropic, one week later. /<em>goal</em> added to <em>Claude</em> <em>Code</em>. Then 2 weeks later in June, the long-term agentic concept exploded. That is what my Synthetic project is. The Legion.<p>The Sovereign Utility, a Neural Linguistic Evolutionary Guided Integration of Orchestrated Nexus. The Sun Legion.<p>Of course <em>Mode</em>l Council by Perplexity...and Andres Caparthy, was announced on GitHub just THREE DAYS AFTER...guess what? My PyPI submission in Nov.<p>I have a SHA256 hash in my repository, unchanged since August 1st 2025. I generated it, embedded it in the repo, and emailed it to myself on that date\u2014proving the work existed and that I hold the original. It's got the name Legion. The original multi-<em>mode</em>l utility APP I built. 12 of 13 named parts as stolen by the entities behind the networks of Peter Thiel, Perplexity, Objection.ai and ties to Caparthy. My work shows up in all those places that Peter Thiel sponsors were as well as Anthropic. Only a week after Caparthy switches, there. You always wonder how is this all the big nature tech means? When AI tool or a basic price, they all seem to have the same thing at the same time. Stealing from each other openly, and isn't it funny that Caparthy seems to switch labs very quickly. I wonder what his private offshore bank accounts look like.<p>I am an independent inventor who built all of those things early, I built them by myself. I have repository proof. I have the patent filed. I have 2 white papers online on display at OpenReview.<p>Oh yeah...the name of the 2 core inventions. Divergent Arbitration Byzantine Fault Tolerance. As used in Ethereum infrastructure. <em>Claude</em> Mythos, Fable 5. I BELIEVE ALSO in GPT 5, Gemini Flash 3.5, GLM, the new <em>mode</em>l from Japan openly displays it. And more. Actually I'm going to keep the compliance mandating hard gate a little more quiet ATM.<p>My name is Jonathan David Harrison Miller. One year and 3 weeks ago I had 0 tech experience. I have provisional and patent filed within 2 months, the original BFT system built on a broken 13-inch laptop today. I'm responsible for all that, which is the full running edge of expansion in the AI community from what I can tell. I've received not one single word of validation, accommodation, not $1, not 1. Hey, how are you doing? Only death, appropriations, suppression\u2014and of which I have direct evidence. These claims are not saying, oh, we just happened. I have direct proof of everything.<p>Yes I was once incarcerated. Yes I began building trying to build a way out of a life that hurts more than I should have to explain. Yes, I've offered for fractions of pennies on the dollar versus what it is worth to various agencies to have them laugh at me and steal it anyway, because they think they can. I want literally a half of a percent of what my patent is valued at for complete ownership transfer to be done and wash my hands of it.<p>I am happy to provide proof of certain things immediately. Repository. Patent filings. Chat logs. A white paper introducing and explaining the coding method that was invented along with the learning, a methodological that was realized while building all of this increase\u2014the paper at the same time, for evidence, theory and explanation's sake. It is the piece of work I've finished so far. That paper should have been submitted to Sage months ago...but you know. The work is called Divergent Observation because the method and system diverges from every single rule or practice in multimodal ensembles at the time, including Luo et al, which came out just 3 weeks before my own invention occurred, unbeknownst to me at the time what that was\u2014geometer Divergent.<p>I'm autistic, ADHD, which is why hyper-focus built what should equate to 2 empires. But still on forums of semantic things on time, executive destruction\u2014the stark contrast is kind of surreal actually. On the question, do I need help? I could say a big partner wants to say, look at what I've done in one year? No I don't need my help. Another party says if this is allowed to be done to me, who or what's next?<p>Notelife87@gmail.com\nOwne.Founder@notewortendeavors.com"},"story_title":{"matchLevel":"none","matchedWords":[],"value":"US and China race to be first to build Skynet. Either way we're F'ed"}},"_tags":["comment","author_Notelife87","story_49196904"],"author":"Notelife87","comment_text":"I don&#x27;t expect you to believe me, even though that&#x27;s the intent of the methods of attack and appropriation. But this is happening. I have proof of most, solid evidence of the rest.<p>July 25: Building app as newbie, solve AI hallucination and bias. File non-provisional Sept 2nd, 1.5 months in.<p>Began expanding, exploring, learning, adapting. It becomes the world&#x27;s most powerful data verification patent. Primarily but not exclusively AI.<p>It&#x27;s been stolen and appropriated by over half a dozen major corporations. Some, directly hacking at sys level. I have white papers. Submitted master class patent application. Multiple reductions to practice or live deployment. Liberty Sovereign ft. Honest Abe (ABE = Absolute Byzantine Environment) will be back up by Friday. It&#x27;s an AI model for Quant Finance\u2014handles mitigation, black swan detection, and functions like a form of insurance, specifically when applied to signal analysis.<p>My method and system for eliminating correlated errors. In finance, unprecedented 17% improvement in alpha floor on signal generation.<p>I deployed to PyPI in November a fully functional 2-mode hallucination and bias FREE CLI Agent for Fintech and Quant Finance.\npip install dabft<p>I continued building. January, 17th day after turning 39, I released to PyPI a modular, usable engine for hallucination and bias free Chat Assistant.\npip install dredd_core<p>When people hear &quot;AI,&quot; they think they can&#x27;t ChatGPT it, so well, much more useful is the first engines and whatnot to prove you&#x27;ve done something you have to do\u2014what people expect to see\u2014so I did.<p>November, at this exact point, is where I began to be suppressed, stalked, harassed, appropriated. Discredited. Attempted cyber gaslight.<p>From Liberty Sovereign I designed a BFT-inspired internet search protocol. SEAR XNG is multi-engine by design. I have each AI model route the user&#x27;s search query through a different geographic region\u2014the internet is segregated by geo anyway\u2014makes it probably the most widespread and thorough search per query. This one&#x27;s result variety searches there is. It has since been or is being released as Open Deep Research, I think it&#x27;s called.<p>Also added multiple financial MCPs on a BFT-style rotation.<p>Liberty Sovereign launched Feb 11th for Lincoln&#x27;s birthday&#x2F;Presidents&#x27; Day. I&#x27;d been talking it up on LinkedIn. 5 days before my launch, which had been delayed, Perplexity launched Model Council. Close enough to my exact design and naming schema. Today, serious questions, much less the timing\u2014I let it go at the time.<p>April, Objection.ai launched. 12 out of 13 parts. Exact nomenclature match. SSO copyright infringement. Fighting them resulted in the MITM state level hacks. I researched and found evidence that shows the members of Objection getting my work from a VC I&#x27;d pitched in December. The giant network I&#x27;ve mapped is extensive and not supposed to exist. Lawyers, fake lawyers, fake accelerators.<p>I had hackers posing as app development firm Binate Digital\u20144-hour+ Zoom interviews, I recorded 3 of them. They re-recorded them with all new people, acting out the interview where I explained the tech and how I&#x27;d gotten to where I was.<p>Ok...the stuff I meant to talk about. Skynet. Built. Modular engines. Multiple governance systems. Living RAG. My novel creation before I knew how RAG worked.<p>I BUILT a user governance centric fully automated synthetic intelligence system. Advanced tool calling. Multiple plug and play modules. Hallucination-free verification engine as 1 part governance. DETERMINISTIC hard gate protocol that stops unauthorized agentic output.<p>I BUILT verification.\nI BUILT authentication.\nI BUILT FULL AGENTIC actionable function.<p>My work has also been stolen. Not converged, stolen, by Anthropic\u2014the same week my system was compromised is the same time Caparthy joined Anthropic, one week later. &#x2F;goal added to Claude Code. Then 2 weeks later in June, the long-term agentic concept exploded. That is what my Synthetic project is. The Legion.<p>The Sovereign Utility, a Neural Linguistic Evolutionary Guided Integration of Orchestrated Nexus. The Sun Legion.<p>Of course Model Council by Perplexity...and Andres Caparthy, was announced on GitHub just THREE DAYS AFTER...guess what? My PyPI submission in Nov.<p>I have a SHA256 hash in my repository, unchanged since August 1st 2025. I generated it, embedded it in the repo, and emailed it to myself on that date\u2014proving the work existed and that I hold the original. It&#x27;s got the name Legion. The original multi-model utility APP I built. 12 of 13 named parts as stolen by the entities behind the networks of Peter Thiel, Perplexity, Objection.ai and ties to Caparthy. My work shows up in all those places that Peter Thiel sponsors were as well as Anthropic. Only a week after Caparthy switches, there. You always wonder how is this all the big nature tech means? When AI tool or a basic price, they all seem to have the same thing at the same time. Stealing from each other openly, and isn&#x27;t it funny that Caparthy seems to switch labs very quickly. I wonder what his private offshore bank accounts look like.<p>I am an independent inventor who built all of those things early, I built them by myself. I have repository proof. I have the patent filed. I have 2 white papers online on display at OpenReview.<p>Oh yeah...the name of the 2 core inventions. Divergent Arbitration Byzantine Fault Tolerance. As used in Ethereum infrastructure. Claude Mythos, Fable 5. I BELIEVE ALSO in GPT 5, Gemini Flash 3.5, GLM, the new model from Japan openly displays it. And more. Actually I&#x27;m going to keep the compliance mandating hard gate a little more quiet ATM.<p>My name is Jonathan David Harrison Miller. One year and 3 weeks ago I had 0 tech experience. I have provisional and patent filed within 2 months, the original BFT system built on a broken 13-inch laptop today. I&#x27;m responsible for all that, which is the full running edge of expansion in the AI community from what I can tell. I&#x27;ve received not one single word of validation, accommodation, not $1, not 1. Hey, how are you doing? Only death, appropriations, suppression\u2014and of which I have direct evidence. These claims are not saying, oh, we just happened. I have direct proof of everything.<p>Yes I was once incarcerated. Yes I began building trying to build a way out of a life that hurts more than I should have to explain. Yes, I&#x27;ve offered for fractions of pennies on the dollar versus what it is worth to various agencies to have them laugh at me and steal it anyway, because they think they can. I want literally a half of a percent of what my patent is valued at for complete ownership transfer to be done and wash my hands of it.<p>I am happy to provide proof of certain things immediately. Repository. Patent filings. Chat logs. A white paper introducing and explaining the coding method that was invented along with the learning, a methodological that was realized while building all of this increase\u2014the paper at the same time, for evidence, theory and explanation&#x27;s sake. It is the piece of work I&#x27;ve finished so far. That paper should have been submitted to Sage months ago...but you know. The work is called Divergent Observation because the method and system diverges from every single rule or practice in multimodal ensembles at the time, including Luo et al, which came out just 3 weeks before my own invention occurred, unbeknownst to me at the time what that was\u2014geometer Divergent.<p>I&#x27;m autistic, ADHD, which is why hyper-focus built what should equate to 2 empires. But still on forums of semantic things on time, executive destruction\u2014the stark contrast is kind of surreal actually. On the question, do I need help? I could say a big partner wants to say, look at what I&#x27;ve done in one year? No I don&#x27;t need my help. Another party says if this is allowed to be done to me, who or what&#x27;s next?<p>Notelife87@gmail.com\nOwne.Founder@notewortendeavors.com","created_at":"2026-08-06T22:47:19Z","created_at_i":1786056439,"objectID":"49203685","parent_id":49196904,"story_id":49196904,"story_title":"US and China race to be first to build Skynet. Either way we're F'ed","updated_at":"2026-08-07T09:58:12Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"cedws"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"<p><pre><code>    ANTI_DISTILLATION_CC\n    \n    This is Anthropic's anti-distillation defence baked into <em>Claude</em> <em>Code</em>. When enabled, it injects anti_distillation: ['fake_tools'] into every API request, which causes the server to silently slip decoy tool definitions into the <em>mode</em>l's system prompt. The <em>goal</em>: if someone is scraping <em>Claude</em> <em>Code</em>'s API traffic to train a competing <em>mode</em>l, the poisoned training data makes that distillation attempt less useful.</code></pre>"},"story_title":{"fullyHighlighted":false,"matchLevel":"partial","matchedWords":["claude","code"],"value":"<em>Claude</em> <em>Code</em>'s source <em>code</em> has been leaked via a map file in their NPM registry"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://twitter.com/Fried_rice/status/2038894956459290963"}},"_tags":["comment","author_cedws","story_47584540"],"author":"cedws","children":[47586633,47587770,47588088,47590931,47591058,47591619,47600699,47604307,47604323,47611216],"comment_text":"<p><pre><code>    ANTI_DISTILLATION_CC\n    \n    This is Anthropic&#x27;s anti-distillation defence baked into Claude Code. When enabled, it injects anti_distillation: [&#x27;fake_tools&#x27;] into every API request, which causes the server to silently slip decoy tool definitions into the model&#x27;s system prompt. The goal: if someone is scraping Claude Code&#x27;s API traffic to train a competing model, the poisoned training data makes that distillation attempt less useful.</code></pre>","created_at":"2026-03-31T10:28:29Z","created_at_i":1774952909,"objectID":"47585239","parent_id":47584540,"story_id":47584540,"story_title":"Claude Code's source code has been leaked via a map file in their NPM registry","story_url":"https://twitter.com/Fried_rice/status/2038894956459290963","updated_at":"2026-04-18T20:17:08Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"ramoz"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"I did a sort of bell curve with this type of workflow over summer.<p>- Base <em>Claude</em> <em>Code</em> (released)<p>- Extensive, self-orchestrated, local specs &amp; documentation; ie waterfall for many features/longer term project <em>goals</em> (summer)<p>- Base <em>Claude</em> <em>Code</em> (today)<p><em>Claude</em> <em>Code</em> is getting better at orchestrating it's own subagents for divide/conquer type work.<p>My problem with these extensive self-orchestrated multi-agent / spec <em>modes</em> is the type of drift and rot of all the changes and then integrated parts of an application that a lot of the time end up in merge conflicts. Aside from my own decision cognitive space, it's also a lot to just generally orchestrate and review. I spent a ton of type enforcing <em>Claude</em> to use the system I put in place including documentation updates and continuous logging of work.<p>I feel extremely productive with a single <em>Claude</em> <em>Code</em> for a project. Maybe for minor features, I'll launch <em>Claude</em> <em>Code</em> in the web so that it can operate in an isolated space to knock them out and create a PR.<p>I will plan and annotate extensively for large features, but not many features or broad project specs all at the same time. Annotation and better planning UX, I think, are going to be increasingly important for now. The only augment of <em>Claude</em> <em>Code</em> I have is a hook for plan <em>mode</em> review: <a href=\"https://github.com/backnotprop/plannotator\" rel=\"nofollow\">https://github.com/backnotprop/plannotator</a>"},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Parallel coding agents with tmux and Markdown specs"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://schipper.ai/posts/parallel-coding-agents/"}},"_tags":["comment","author_ramoz","story_47218318"],"author":"ramoz","children":[47222888],"comment_text":"I did a sort of bell curve with this type of workflow over summer.<p>- Base Claude Code (released)<p>- Extensive, self-orchestrated, local specs &amp; documentation; ie waterfall for many features&#x2F;longer term project goals (summer)<p>- Base Claude Code (today)<p>Claude Code is getting better at orchestrating it&#x27;s own subagents for divide&#x2F;conquer type work.<p>My problem with these extensive self-orchestrated multi-agent &#x2F; spec modes is the type of drift and rot of all the changes and then integrated parts of an application that a lot of the time end up in merge conflicts. Aside from my own decision cognitive space, it&#x27;s also a lot to just generally orchestrate and review. I spent a ton of type enforcing Claude to use the system I put in place including documentation updates and continuous logging of work.<p>I feel extremely productive with a single Claude Code for a project. Maybe for minor features, I&#x27;ll launch Claude Code in the web so that it can operate in an isolated space to knock them out and create a PR.<p>I will plan and annotate extensively for large features, but not many features or broad project specs all at the same time. Annotation and better planning UX, I think, are going to be increasingly important for now. The only augment of Claude Code I have is a hook for plan mode review: <a href=\"https:&#x2F;&#x2F;github.com&#x2F;backnotprop&#x2F;plannotator\" rel=\"nofollow\">https:&#x2F;&#x2F;github.com&#x2F;backnotprop&#x2F;plannotator</a>","created_at":"2026-03-02T19:02:15Z","created_at_i":1772478135,"objectID":"47222472","parent_id":47218318,"story_id":47218318,"story_title":"Parallel coding agents with tmux and Markdown specs","story_url":"https://schipper.ai/posts/parallel-coding-agents/","updated_at":"2026-03-05T23:39:59Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"SamInTheShell"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"I'm inclined to isolate the chat processes only if I keep the bash tool. I'm undecided if I'm keeping it in. Implementing an MCP server in python is dead easy and so is making a bash tool.<p>Right now I'm more interested in getting ACP working for gemini-cli and <em>claude</em>-<em>code</em> to serve it their <em>mode</em>ls. My first <em>goal</em> is just to make the manually operated tool that just gets out of the way or whatever. Sane permissions out of the box.<p>If anyone wants to just come along and add an optional feature today, I'm happy to merge under the same license. Otherewise, I will eventually add this feature, I'm just not sure if it will be sooner or later."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Show HN: Vibe coded an AI chat app with features I wanted, Poe"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://github.com/SamInTheShell/poe"}},"_tags":["comment","author_SamInTheShell","story_46014362"],"author":"SamInTheShell","comment_text":"I&#x27;m inclined to isolate the chat processes only if I keep the bash tool. I&#x27;m undecided if I&#x27;m keeping it in. Implementing an MCP server in python is dead easy and so is making a bash tool.<p>Right now I&#x27;m more interested in getting ACP working for gemini-cli and claude-code to serve it their models. My first goal is just to make the manually operated tool that just gets out of the way or whatever. Sane permissions out of the box.<p>If anyone wants to just come along and add an optional feature today, I&#x27;m happy to merge under the same license. Otherewise, I will eventually add this feature, I&#x27;m just not sure if it will be sooner or later.","created_at":"2025-11-23T04:24:30Z","created_at_i":1763871870,"objectID":"46020738","parent_id":46019771,"story_id":46014362,"story_title":"Show HN: Vibe coded an AI chat app with features I wanted, Poe","story_url":"https://github.com/SamInTheShell/poe","updated_at":"2026-03-05T23:05:36Z"},{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"mccoyb"},"comment_text":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["claude","code","goal","mode"],"value":"Same experience here, probably in a slightly different way of work (PhD student). Was extremely skeptical of LLMs, <em>Claude</em> <em>Code</em> has completely transformed the way I work.<p>It doesn't take away the requirements of _curation_ - that remains firmly in my camp (partially what a PhD is supposed to teach you! to be precise and reflective about why you are doing X, what do you hope to show with Y, etc -- breakdown every single step, explain those steps to someone else -- this is a tremendous soft skill, and it's even more important now because these agents do not have persistent world <em>mode</em>ls / immediately forget the <em>goal</em> of a sequence of interactions, even with clever compaction).<p>If I'm on my game with precise communication, I can use CC to organize computation in a way which has never been possible before.<p>It's not easier than programming (if you care about quality!), but it is different, and it comes with different idioms."},"story_title":{"matchLevel":"none","matchedWords":[],"value":"Everything around LLMs is still magical and wishful thinking"},"story_url":{"matchLevel":"none","matchedWords":[],"value":"https://dmitriid.com/everything-around-llms-is-still-magical-and-wishful-thinking"}},"_tags":["comment","author_mccoyb","story_44467949"],"author":"mccoyb","comment_text":"Same experience here, probably in a slightly different way of work (PhD student). Was extremely skeptical of LLMs, Claude Code has completely transformed the way I work.<p>It doesn&#x27;t take away the requirements of _curation_ - that remains firmly in my camp (partially what a PhD is supposed to teach you! to be precise and reflective about why you are doing X, what do you hope to show with Y, etc -- breakdown every single step, explain those steps to someone else -- this is a tremendous soft skill, and it&#x27;s even more important now because these agents do not have persistent world models &#x2F; immediately forget the goal of a sequence of interactions, even with clever compaction).<p>If I&#x27;m on my game with precise communication, I can use CC to organize computation in a way which has never been possible before.<p>It&#x27;s not easier than programming (if you care about quality!), but it is different, and it comes with different idioms.","created_at":"2025-07-04T22:08:29Z","created_at_i":1751666909,"objectID":"44468269","parent_id":44468153,"story_id":44467949,"story_title":"Everything around LLMs is still magical and wishful thinking","story_url":"https://dmitriid.com/everything-around-llms-is-still-magical-and-wishful-thinking","updated_at":"2025-07-05T23:39:04Z"}],"hitsPerPage":20,"nbHits":415,"nbPages":21,"page":0,"params":"query=claude+code+goal+mode&advancedSyntax=true&analyticsTags=backend","processingTimeMS":18,"processingTimingsMS":{"_request":{"roundTrip":17},"afterFetch":{"format":{"highlighting":2,"total":2},"merge":{"mergeLoop":{"prepareNextHit":1,"total":1},"total":2},"total":2},"fetch":{"query":7,"scanning":7,"total":15},"total":18},"query":"claude code goal mode","serverTimeMS":21}
