<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Agentic-Coding on Klaus Hebsgaard</title><link>https://khebbie.dk/tags/agentic-coding/</link><description>Recent content in Agentic-Coding on Klaus Hebsgaard</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 08 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://khebbie.dk/tags/agentic-coding/index.xml" rel="self" type="application/rss+xml"/><item><title>The asymptotic promise of agentic coding</title><link>https://khebbie.dk/posts/the-asymptotic-promise-of-agentic-coding/</link><pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate><guid>https://khebbie.dk/posts/the-asymptotic-promise-of-agentic-coding/</guid><description>&lt;hr&gt;
&lt;img src="https://images.unsplash.com/photo-1581092448348-010053c8c72a?auto=format&amp;fit=crop&amp;w=1600&amp;q=80" alt="Futuristic AI coding assistant concept" width="1600" height="1067" loading="lazy"&gt;
&lt;p&gt;&lt;em&gt;Published: Apr 8, 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;After I published &lt;a href="https://khebbie.dk/posts/two-problems-blocking-autonomous-ai-coding-assistants/"&gt;Two problems blocking autonomous AI coding assistants&lt;/a&gt;, I got some responses. And a pattern emerged.&lt;/p&gt;
&lt;p&gt;For every problem I raised, someone had the same answer: &amp;ldquo;We&amp;rsquo;ll solve that soon.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Verification is manual? Don&amp;rsquo;t worry, AI-generated tests are getting better. Code review doesn&amp;rsquo;t scale? Give it six months, the tools will summarize changes for you. The non-determinism problem? Next-gen models will be more consistent.&lt;/p&gt;</description></item><item><title>The freedom-risk curve of agentic coding</title><link>https://khebbie.dk/posts/the-freedom-risk-curve-of-agentic-coding/</link><pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate><guid>https://khebbie.dk/posts/the-freedom-risk-curve-of-agentic-coding/</guid><description>&lt;hr&gt;
&lt;img src="https://images.unsplash.com/photo-1558655146-364adaf1fcc9?auto=format&amp;fit=crop&amp;w=1600&amp;q=80" alt="Risk curve graph showing freedom vs risk balance" width="1600" height="1067" loading="lazy"&gt;
&lt;p&gt;&lt;em&gt;Published: Apr 8, 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;This is the third post in a series. The first was about &lt;a href="https://khebbie.dk/posts/two-problems-blocking-autonomous-ai-coding-assistants/"&gt;two problems blocking autonomous AI coding assistants&lt;/a&gt;. The second was about &lt;a href="https://khebbie.dk/posts/the-asymptotic-promise-of-agentic-coding/"&gt;the asymptotic promise of agentic coding&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In those posts I talked about non-determinism and the feeling that real autonomous coding stays just out of reach. I think I&amp;rsquo;ve figured out why.&lt;/p&gt;
&lt;h2 id="the-trade-off-nobody-talks-about"&gt;The trade-off nobody talks about&lt;/h2&gt;
&lt;p&gt;If you want an AI coding agent to be really efficient, you have to let it loose. Give it access to your file system. Let it run shell commands. Let it make decisions without asking you first. The more freedom you give, the more it can do for you.&lt;/p&gt;</description></item><item><title>When the agent is the software</title><link>https://khebbie.dk/posts/when-the-agent-is-the-software/</link><pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate><guid>https://khebbie.dk/posts/when-the-agent-is-the-software/</guid><description>&lt;hr&gt;
&lt;img src="https://images.unsplash.com/photo-1505751172876-fa1923c5c528?auto=format&amp;fit=crop&amp;w=1600&amp;q=80" alt="AI agent represented as a digital entity" width="1600" height="1067" loading="lazy"&gt;
&lt;p&gt;This is the fourth post in a series about agentic coding. The first was about &lt;a href="https://khebbie.dk/posts/two-problems-blocking-autonomous-ai-coding-assistants/"&gt;two problems blocking autonomous AI coding assistants&lt;/a&gt;. The second about &lt;a href="https://khebbie.dk/posts/the-asymptotic-promise-of-agentic-coding/"&gt;the asymptotic promise&lt;/a&gt;. The third about &lt;a href="https://khebbie.dk/posts/the-freedom-risk-curve-of-agentic-coding/"&gt;the freedom-risk curve&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I think I&amp;rsquo;ve been circling around something in those posts without naming it. When we talk about AI agents, there are actually two very different things going on.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mode 1: The agent writes software.&lt;/strong&gt; You ask it to implement a feature, write a script, build a component. It produces code. You run the code. The code is deterministic — same input, same output, every time. The problems I wrote about before still apply: you need to verify the code and understand what changed. But once the code works, it works.&lt;/p&gt;</description></item><item><title>Two problems blocking autonomous AI coding assistants</title><link>https://khebbie.dk/posts/two-problems-blocking-autonomous-ai-coding-assistants/</link><pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate><guid>https://khebbie.dk/posts/two-problems-blocking-autonomous-ai-coding-assistants/</guid><description>&lt;hr&gt;
&lt;img src="https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&amp;fit=crop&amp;w=1600&amp;q=80" alt="Roadblock signs on a tech highway" width="1600" height="1067" loading="lazy"&gt;
&lt;p&gt;&lt;em&gt;Published: Mar 30, 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;So I&amp;rsquo;ve been using AI coding assistants daily for a while now. Claude Code, GitHub Copilot, Codex - I&amp;rsquo;ve tried them all. And I keep running into the same wall.&lt;/p&gt;
&lt;p&gt;Every time I use agentic coding, I end up doing two things manually: First, I verify that the code actually does what I expected - running tests, checking behavior. Second, I read through the changes to understand how the shape of the codebase changed.&lt;/p&gt;</description></item></channel></rss>