<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: codebolt</title><link>https://news.ycombinator.com/user?id=codebolt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 15 May 2026 21:15:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=codebolt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by codebolt in "Vibe coding and agentic engineering are getting closer than I'd like"]]></title><description><![CDATA[
<p>My agentic workflow probably differs somewhat from the majority of others here, but I can positively guarantee you that both the quality and quantity of my output is significantly higher than it has ever been, in my 20-something years of writing code. And at least 90÷ of the code I've written this year was output by an LLM. You can keep sticking your head in the sand, in the end it will only be to your own detriment.</p>
]]></description><pubDate>Thu, 07 May 2026 16:15:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48051209</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=48051209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48051209</guid></item><item><title><![CDATA[New comment by codebolt in "Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML"]]></title><description><![CDATA[
<p>I'm with you all the way here. I derive zero pleasure from simply typing out the code once the spec is clear. Having a fast forward button to skip that phase is a pure win in my book.</p>
]]></description><pubDate>Sun, 03 May 2026 13:57:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47997000</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47997000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47997000</guid></item><item><title><![CDATA[New comment by codebolt in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>I'd call that irresponsible use. One of the principles I try to stick by is to never offload any major decisionmaking to the LLM without oversight. Because some percentage of the decisions it makes are going to be wrongful (and more often just against my taste).</p>
]]></description><pubDate>Sat, 02 May 2026 07:34:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47984228</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47984228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47984228</guid></item><item><title><![CDATA[New comment by codebolt in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>Not what I do. I'll reformulate the ticket description so that the purpose and as many details as possible about the solution are made clear from the start. Then I tell Opus to go and research the relevant parts of the codebase and what needs to be done, and write its findings to a research.md file. Then I'll review that file, bring answers to any open questions and hash out more details if any parts seem fuzzy. When the research is sound I'll ask Opus to produce a plan.md document that lists all the changes that need to be made as actionable steps (possibly broken into phases). Then I'll let Sonnet execute the steps one by one and quickly review the changes as we go along.</p>
]]></description><pubDate>Fri, 01 May 2026 17:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47977859</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47977859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47977859</guid></item><item><title><![CDATA[New comment by codebolt in "Uber torches 2026 AI budget on Claude Code in four months"]]></title><description><![CDATA[
<p>Just out of curiosity, what type of systems are you working on? What type of features did you implement on your 100k LOC week?</p>
]]></description><pubDate>Fri, 01 May 2026 17:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47977760</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47977760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47977760</guid></item><item><title><![CDATA[New comment by codebolt in "Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do"]]></title><description><![CDATA[
<p>There are many ways to use an LLM to generate a piece of software. I base most of my projects these days around sets of Markdown files where I use AI first to research, then plan and finally track the progress of implementation (which I do step-wise with the plan, always reviewing as I go along). If I was asked to provide documentation for my workflow those files would be it. My code is 99% generated, but I take care to ensure the LLM generates it in a way that I am happy with. I'd argue the result is often better than what I'd have managed on my own.</p>
]]></description><pubDate>Sat, 25 Apr 2026 11:17:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47900514</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47900514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900514</guid></item><item><title><![CDATA[New comment by codebolt in "ChatGPT Images 2.0"]]></title><description><![CDATA[
<p>Anyone test it out for generating 2D art for games? Getting nano banana to generate consistent sprite sheets was seemingly impossible last time i tried a few months ago.</p>
]]></description><pubDate>Wed, 22 Apr 2026 07:18:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47860187</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47860187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47860187</guid></item><item><title><![CDATA[New comment by codebolt in "Android CLI: Build Android apps 3x faster using any agent"]]></title><description><![CDATA[
<p>Debugging and local testing is the main remaining use case of IDEs. Especially so for mobile apps where you need to manage one or more emulators.</p>
]]></description><pubDate>Fri, 17 Apr 2026 08:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47803645</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47803645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47803645</guid></item><item><title><![CDATA[New comment by codebolt in "Claude Code Routines"]]></title><description><![CDATA[
<p>At some point I think I'd prefer to deploy my own model in Azure or AWS and simply bring the endpoint to the coding harness.</p>
]]></description><pubDate>Wed, 15 Apr 2026 06:15:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47775331</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47775331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47775331</guid></item><item><title><![CDATA[New comment by codebolt in "The revenge of the data scientist"]]></title><description><![CDATA[
<p>As a AI-aware software engineer currently creating systems that integrate with LLM provider APIs for my company- who also has no idea what an eval is or how a data scientist thinks about RAG. I honestly don't see what value a data scientist would bring to the table for my team. Maybe someone would care to enlighten me?</p>
]]></description><pubDate>Thu, 02 Apr 2026 04:55:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47610137</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47610137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47610137</guid></item><item><title><![CDATA[New comment by codebolt in "Epoch confirms GPT5.4 Pro solved a frontier math open problem"]]></title><description><![CDATA[
<p>Your view of what is happening in the neural net of an LLM is too simplistic. They likely aren't subject to any constraints that humans aren't also in the regard you are describing. What I do know to be true is that they have internalised mechanisms for non-verbalised reasoning. I see proof of this every day when I use the frontier models at work.</p>
]]></description><pubDate>Tue, 24 Mar 2026 07:42:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47499629</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47499629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47499629</guid></item><item><title><![CDATA[New comment by codebolt in "Get Shit Done: A meta-prompting, context engineering and spec-driven dev system"]]></title><description><![CDATA[
<p>Opus 4.6 has a 200k context limit in Copilot. Could be the issue.</p>
]]></description><pubDate>Wed, 18 Mar 2026 19:53:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47430616</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47430616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47430616</guid></item><item><title><![CDATA[New comment by codebolt in "Debian decides not to decide on AI-generated contributions"]]></title><description><![CDATA[
<p>There must be a mechanism to rate the person submitting the PR. Anyone that wants to submit code to a well-known repo would first need to build a demonstrable history of making high-quality contributions to lesser known projects. I'm not very familiar with the open source scene but I'd find it very surprising if such a mechanism was not already in place. Seems like an obvious solution to the problem of vibe coders submitting slop.</p>
]]></description><pubDate>Wed, 11 Mar 2026 08:12:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47332872</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47332872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47332872</guid></item><item><title><![CDATA[New comment by codebolt in "Tell HN: I'm 60 years old. Claude Code has re-ignited a passion"]]></title><description><![CDATA[
<p>Just because somebody has a bunch of power tools doesn't mean I'd ask them to build my house.</p>
]]></description><pubDate>Sat, 07 Mar 2026 14:09:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47287785</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47287785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47287785</guid></item><item><title><![CDATA[New comment by codebolt in "Tell HN: I'm 60 years old. Claude Code has re-ignited a passion"]]></title><description><![CDATA[
<p>The difference between having a non-technical person and someone who is capable of understanding the code being generated and the systems running it is immense, and will continue to be so over the foreseeable future.</p>
]]></description><pubDate>Sat, 07 Mar 2026 12:42:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47287153</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47287153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47287153</guid></item><item><title><![CDATA[New comment by codebolt in "Tell HN: I'm 60 years old. Claude Code has re-ignited a passion"]]></title><description><![CDATA[
<p>It's easy to imagine but there's still a vast amount of innovation and development that has to happen before something like that becomes realistic. At that point the whole system of capitalism would need to be reconsidered. Not going to happen in the foreseeable future.</p>
]]></description><pubDate>Sat, 07 Mar 2026 07:25:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47285336</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47285336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47285336</guid></item><item><title><![CDATA[New comment by codebolt in "LLMs work best when the user defines their acceptance criteria first"]]></title><description><![CDATA[
<p>I use the restore checkpoint/fork conversation feature in GitHub Copilot heavily because of this. Most of the time it's better to just rewind than to salvage something that's gone off track.</p>
]]></description><pubDate>Sat, 07 Mar 2026 05:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284672</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47284672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284672</guid></item><item><title><![CDATA[New comment by codebolt in "Tell HN: I'm 60 years old. Claude Code has re-ignited a passion"]]></title><description><![CDATA[
<p>Any given system will still need people around to steer the AI and ensure the thing gets built and maintained responsibly. I'm working on a small team of in-house devs at a financial company, and not worried about my future at all. As an IC I'm providing more value than ever, and the backlog of potential projects is still basically endless- why would anyone want to fire me?</p>
]]></description><pubDate>Sat, 07 Mar 2026 04:55:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284607</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47284607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284607</guid></item><item><title><![CDATA[New comment by codebolt in "We might all be AI engineers now"]]></title><description><![CDATA[
<p>One issue is that developers have been trained for the past few decades to look for solutions to problems online by just dumping a few relevant keywords into Google. But to get the most out of AI you should really be prompting as if you were writing a formal letter to the British throne explaining the background of your request. Basic English writing skills, and the ability to formulate your thoughts in a clear manner, have become essential skills for engineering (and something many developers simply lack).</p>
]]></description><pubDate>Fri, 06 Mar 2026 11:45:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47273801</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=47273801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47273801</guid></item><item><title><![CDATA[New comment by codebolt in "Eight more months of agents"]]></title><description><![CDATA[
<p>Where are you encountering all this slop code? At my work we use LLMs heavily and I don't see this issue. Maybe I'm just lucky that my colleagues all have Uni degrees in CS and at least a few years experience.</p>
]]></description><pubDate>Mon, 09 Feb 2026 19:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46950177</link><dc:creator>codebolt</dc:creator><comments>https://news.ycombinator.com/item?id=46950177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46950177</guid></item></channel></rss>