<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: gburgett</title><link>https://news.ycombinator.com/user?id=gburgett</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 14 Sep 2026 06:32:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gburgett" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gburgett in "Ask HN: What are you working on? (September 2026)"]]></title><description><![CDATA[
<p>A local AI-adoption consultancy business for SMBs where the differentiator is I physically show up at your office and actually talk to your team.  With the slopification of cold outreach and social posting, I think the future of business development is going to be very personal.<p><a href="https://dfwfractionalfde.com" rel="nofollow">https://dfwfractionalfde.com</a></p>
]]></description><pubDate>Sun, 13 Sep 2026 18:14:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49686900</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=49686900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49686900</guid></item><item><title><![CDATA[New comment by gburgett in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>Im building an agent that interacts with health care providers on your behalf to proactively get itemized bills and other substantiation as needed.  Born out of my own frustration with the paperwork for getting reimbursed from my healthcare cost sharing ministry.  The app is React with a Laravel backend on EC2 where the agent runs.<p>Recently Ive been experimenting more with coding from my phone using Claude Code for the Web.  Its basically turned Github Actions into my development environment.  Its enabled me to fire off a quick prompt in planning mode, go play with my kids, review and approve the plan while Im cooking dinner, then let it go 10 rounds with the AI code reviewer while I put the kids to bed.  As a busy parent I feel way more productive than if I had to carve out sit down focus time for a side project.<p><a href="https://www.healthsharetech.com" rel="nofollow">https://www.healthsharetech.com</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 15:40:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48894378</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=48894378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48894378</guid></item><item><title><![CDATA[New comment by gburgett in "Components of a Coding Agent"]]></title><description><![CDATA[
<p>Loved this writeup.  I have built an agent for a specific niche use case for my clients (not a coding agent) but the principles are similar. ive only implemented 1-4 so far.  Going to work on long term memory next, but I worry about prompt injection issues when allowing the LLM to write its own notes.<p>Since my agent works over email, the core agent loop only processes one message then hits the send_reply tool to craft a response.  Then the next incoming email starts the loop again from scratch, only injecting the actual replies sent between user and agent.  This naturally prunes the context preventing the long context window problem.<p>I also had a challenge deciding what context needs injecting into the initial prompt vs what to put into tools.  Its a tradeoff between context bloat and cost of tool lookups which can get expensive paying per token.  Theres also caching to consider here.<p>Full writeup is here if anyone is interested: <a href="https://www.healthsharetech.com/blog/building-alice-an-empowering-ai-agent/" rel="nofollow">https://www.healthsharetech.com/blog/building-alice-an-empow...</a></p>
]]></description><pubDate>Sun, 05 Apr 2026 00:41:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47645032</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47645032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47645032</guid></item><item><title><![CDATA[New comment by gburgett in "Components of a Coding Agent"]]></title><description><![CDATA[
<p>Totally agreed!  Ive had good success using claude code with Cucumber, where I start with the spec and have claude iterate on the code.  How does ossature compare to that approach?</p>
]]></description><pubDate>Sun, 05 Apr 2026 00:07:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47644831</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47644831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47644831</guid></item><item><title><![CDATA[Pushing Claude Code Further with Spec Driven Development]]></title><description><![CDATA[
<p>Article URL: <a href="http://gordonburgett.net/posts/2026/03_spec-driven-development/">http://gordonburgett.net/posts/2026/03_spec-driven-development/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47631904">https://news.ycombinator.com/item?id=47631904</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 03 Apr 2026 20:35:20 +0000</pubDate><link>http://gordonburgett.net/posts/2026/03_spec-driven-development/</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47631904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47631904</guid></item><item><title><![CDATA[New comment by gburgett in "Qwen3.6-Plus: Towards real world agents"]]></title><description><![CDATA[
<p>Looking forward to when this gets on Bedrock.  I built an app with a niche AI agent and to this point only Sonnet is really good enough for our use case, but its expensive!</p>
]]></description><pubDate>Thu, 02 Apr 2026 18:01:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47617915</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47617915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47617915</guid></item><item><title><![CDATA[New comment by gburgett in "LinkedIn is searching your browser extensions"]]></title><description><![CDATA[
<p>The “how it works” page suggests it only works on chrome based browsers.  Anyone able to determine if firefox or safari are affected too?</p>
]]></description><pubDate>Thu, 02 Apr 2026 13:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47614401</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47614401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47614401</guid></item><item><title><![CDATA[New comment by gburgett in "Do your own writing"]]></title><description><![CDATA[
<p>Im in a slight disagreement with our CTO about the value of writing acceptance criteria yourself.  When I write my own acceptance criteria its a useful tool forcing me to think through how the system ought to work.  Definitely in agreement that writing is an important tool for clarifying thinking, not just generating context.</p>
]]></description><pubDate>Tue, 31 Mar 2026 02:29:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47582082</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47582082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47582082</guid></item><item><title><![CDATA[New comment by gburgett in "The ladder is missing rungs – Engineering Progression When AI Ate the Middle"]]></title><description><![CDATA[
<p>We hired on a software engineer fresh out of college this January, and we are a very claude heavy shop.  We have noticed and have explained to him that we still have to do the real engineering work: requirements decomposition, interface design, verification and integration.  Claude is helpful but he is still responsible for his output.  He’s been doing well so far!  Theres still plenty of things for him to bang his head on and grow.</p>
]]></description><pubDate>Tue, 31 Mar 2026 01:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47581861</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47581861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47581861</guid></item><item><title><![CDATA[New comment by gburgett in "Judge blocks Pentagon effort to 'punish' Anthropic with supply chain risk label"]]></title><description><![CDATA[
<p>We are certainly moving that direction (small defense sub)</p>
]]></description><pubDate>Fri, 27 Mar 2026 02:33:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47538522</link><dc:creator>gburgett</dc:creator><comments>https://news.ycombinator.com/item?id=47538522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47538522</guid></item></channel></rss>