<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: buschleague</title><link>https://news.ycombinator.com/user?id=buschleague</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 03:53:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=buschleague" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by buschleague in "Ask HN: What are the biggest limitations of agentic AI in real-world workflows?"]]></title><description><![CDATA[
<p>>...if the agent can reason about the gate, it can learn to route around it.<p>This is especially true. Earlier iterations of our build had python backed enforcement modules in an accessible path. The agent would identify the module that was blocking completion and, instead of fixing the error, it would access the enforcement module and adjust the code to unblock itself.</p>
]]></description><pubDate>Wed, 18 Feb 2026 13:57:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47060949</link><dc:creator>buschleague</dc:creator><comments>https://news.ycombinator.com/item?id=47060949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47060949</guid></item><item><title><![CDATA[New comment by buschleague in "Ask HN: What would you recommend a vibe coder learn about how all this works?"]]></title><description><![CDATA[
<p>This is exactly right. The mental model gap is the real risk for AI-first builders. The code works until it doesn't, and when it breaks you have no framework for understanding why.<p>One thing that helped us: externalize the structure that experienced developers carry in their heads. Things like test driven development or wheel-and-spoke based file size limitations etc. are the distilled judgment of decades of software engineering. But if you've never written code traditionally, you don't know they exist.<p>We formalized these into enforced workflows. What I found pretty exciting about it, from an educational tool standpoint, is that the side effect was that new team members and vibe coders working within those constraints started absorbing the patterns themselves. They learn why tests matter because the system won't let them skip them and learn why file size matters because the system blocks them and forces decomposition etc.</p>
]]></description><pubDate>Mon, 16 Feb 2026 20:41:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47040063</link><dc:creator>buschleague</dc:creator><comments>https://news.ycombinator.com/item?id=47040063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47040063</guid></item><item><title><![CDATA[New comment by buschleague in "I’m joining OpenAI"]]></title><description><![CDATA[
<p>This isn't a surprise at all. I sat down with the dev team at OpenAI during dev day last year and the biggest shocker to me: these "kids" are over here vibe coding the whole damn thing.</p>
]]></description><pubDate>Mon, 16 Feb 2026 20:33:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47039949</link><dc:creator>buschleague</dc:creator><comments>https://news.ycombinator.com/item?id=47039949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47039949</guid></item><item><title><![CDATA[New comment by buschleague in "Anthropic tries to hide Claude's AI actions. Devs hate it"]]></title><description><![CDATA[
<p>This is exactly why enforcement needs to be architectural. The "challenges around maintainability and scalability" your clients hit exist because their AI workflows had zero structural constraints. The output quality problem isn't the model, it's the lack of workflow infrastructure around it.</p>
]]></description><pubDate>Mon, 16 Feb 2026 20:12:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47039701</link><dc:creator>buschleague</dc:creator><comments>https://news.ycombinator.com/item?id=47039701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47039701</guid></item><item><title><![CDATA[New comment by buschleague in "Anthropic tries to hide Claude's AI actions. Devs hate it"]]></title><description><![CDATA[
<p>We run agent teams (Navigator/Driver/Reviewer roles) on a 71K-line codebase. The trust problem is solved by not trusting the agents at all. You enforce externally. Python gates that block task completion until tests pass, acceptance criteria are verified, and architecture limits are met. The agents can't bypass enforcement mechanisms they can't touch. It's not about better prompts or more capable models. It's about infrastructure that makes "going off the rails" structurally impossible.</p>
]]></description><pubDate>Mon, 16 Feb 2026 20:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47039625</link><dc:creator>buschleague</dc:creator><comments>https://news.ycombinator.com/item?id=47039625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47039625</guid></item><item><title><![CDATA[New comment by buschleague in "Ask HN: What are the biggest limitations of agentic AI in real-world workflows?"]]></title><description><![CDATA[
<p>State management. The agents lose track of what they already did, re-implement things, or contradict decisions from 20 minutes ago. You need external state that survives compaction because the agent can't be trusted to maintain its own.<p>Constraint adherence degrades over long chains. You can put rules in system prompts, but agents follow them for the first few steps, then gradually drift. Instructions are suggestions. The longer the chain, the more they're ignored.<p>Cost unpredictability is real but solvable.<p>Ultimately, the systems need external enforcement rather than internal instruction. Markdown rules, or jinja templates etc., that the agent can read (and ignore) don't work at production scale. We ended up solving this by building Python enforcement gates that block task completion until acceptance criteria are verified, tests pass, and architecture limits are met. The core learning being that agents can't bypass what they don't control.</p>
]]></description><pubDate>Mon, 16 Feb 2026 19:53:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47039460</link><dc:creator>buschleague</dc:creator><comments>https://news.ycombinator.com/item?id=47039460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47039460</guid></item></channel></rss>