<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Kodelet</title><link>https://kodelet.com/blog/</link><description>Recent content in Blog on Kodelet</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 30 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://kodelet.com/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>When Your AI Agent Just Goes Off and Does It</title><link>https://kodelet.com/blog/when-your-ai-agent-just-goes-off-and-does-it/</link><pubDate>Mon, 30 Jun 2025 00:00:00 +0000</pubDate><guid>https://kodelet.com/blog/when-your-ai-agent-just-goes-off-and-does-it/</guid><description>&lt;p>Imagine you pose a casual question to a colleague about their approach to something - not expecting them to actually do it, just wanting to understand the method. A few minutes later, they return with the task not only completed but with a clear walkthrough of their process. Your reaction? It might depend on the person and the context, but I&amp;rsquo;d argue this behaviour is the hallmark of a high-agency top performer — someone who sees a problem and instinctively moves to solve it.&lt;/p></description></item><item><title>Building a Meta AI Agent: The Understated Power of LLMs in a Feedback Loop</title><link>https://kodelet.com/blog/build-a-meta-ai-agent/</link><pubDate>Thu, 19 Jun 2025 00:00:00 +0000</pubDate><guid>https://kodelet.com/blog/build-a-meta-ai-agent/</guid><description>&lt;p>It looks like magic when you witness AI agents autonomously viewing files, making edits, executing commands, and working around errors. However, under the hood, the core loop is surprisingly simple: it runs a continuous cycle that takes user input, generates tool calls and text output, receives feedback from tool execution, feeds the result back to the LLM, and repeats. The complexity lies not in any orchestration, but in the sophisticated reasoning capabilities of the frontier labs&amp;rsquo; large language models.&lt;/p></description></item><item><title>Running an army of AI coding agents on the CI</title><link>https://kodelet.com/blog/running-an-army-of-ai-coding-agents-on-the-ci/</link><pubDate>Wed, 04 Jun 2025 00:00:00 +0000</pubDate><guid>https://kodelet.com/blog/running-an-army-of-ai-coding-agents-on-the-ci/</guid><description>&lt;h2 id="table-of-contents">Table of Contents&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="#overview">Overview&lt;/a>&lt;/li>
&lt;li>&lt;a href="#tldr">TL;DR&lt;/a>&lt;/li>
&lt;li>&lt;a href="#background">Background&lt;/a>&lt;/li>
&lt;li>&lt;a href="#climb-the-complexity-ladder">Climb The Complexity Ladder&lt;/a>&lt;/li>
&lt;li>&lt;a href="#just-do-it">Just Do It&lt;/a>&lt;/li>
&lt;li>&lt;a href="#implementation">Implementation&lt;/a>&lt;/li>
&lt;li>&lt;a href="#conclusion">Conclusion&lt;/a>&lt;/li>
&lt;li>&lt;a href="#acknowledgement">Acknowledgement&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>This post explores how to deploy and manage multiple AI coding agents with minimal infrastructure and maintenance overhead by leveraging continuous integration (CI) systems. I&amp;rsquo;ll demonstrate how to orchestrate agent workflows using GitHub Issues and Pull Requests as the primary interface for task assignment and coordination.&lt;/p>
&lt;h2 id="tldr">TL;DR&lt;/h2>
&lt;details class="spoiler">
 &lt;summary>Spoiler&lt;/summary>
 &lt;div>&lt;p>Add the following to your &lt;code>.github/workflows/kodelet-background.yml&lt;/code>, In return you will have an army of AI coding agents working on your behalf:&lt;/p></description></item><item><title>Prompt Techniques I Like for Coding</title><link>https://kodelet.com/blog/prompt-techniques-i-like-for-coding/</link><pubDate>Tue, 27 May 2025 00:00:00 +0000</pubDate><guid>https://kodelet.com/blog/prompt-techniques-i-like-for-coding/</guid><description>&lt;p>I&amp;rsquo;ve been programming using AI Agents tools such as &lt;a href="https://www.cursor.com/">Cursor&lt;/a> over the past year, and &lt;a href="https://github.com/jingkaihe/kodelet/">Kodelet&lt;/a> (a tool I dogfood myself) lately exclusively.&lt;/p>
&lt;p>Looking back, it&amp;rsquo;s remarkable how LLMs as a generational leap in technology have pushed us from relying on &amp;ldquo;tab tab tab&amp;rdquo; autocomplete just a few years ago to now having AI agents that can write entire programs autonomously with just a simple prompt.&lt;/p>
&lt;p>As a developer who constantly coding with AI, I&amp;rsquo;ve started building intuition around what works and what doesn&amp;rsquo;t over this time. In this article, I&amp;rsquo;ll share some prompt techniques I use to make AI do more of the heavy lifting for me.&lt;/p></description></item></channel></rss>