<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LLM on Ikwuka Okoye</title><link>https://ikwukao.dev/tags/llm/</link><description>Recent content in LLM on Ikwuka Okoye</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 09 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ikwukao.dev/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Reliable Tool Use into an AI Agent</title><link>https://ikwukao.dev/journal/ai-agent-tool-use/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/journal/ai-agent-tool-use/</guid><description>&lt;h2 id="building-reliable-tool-use-into-an-ai-agent"&gt;Building Reliable Tool Use into an AI Agent&lt;/h2&gt;
&lt;p&gt;The moment an AI agent needs to interact with something outside the language model, tool use becomes central to its design.&lt;/p&gt;
&lt;p&gt;A model can explain how to query a database.&lt;/p&gt;
&lt;p&gt;It cannot query the database unless the surrounding application gives it a mechanism to do so.&lt;/p&gt;
&lt;p&gt;That mechanism is the tool.&lt;/p&gt;
&lt;h2 id="why-tools-matter"&gt;Why Tools Matter&lt;/h2&gt;
&lt;p&gt;A language model operates primarily through generated information.&lt;/p&gt;</description></item><item><title>Designing the Architecture of an AI Agent</title><link>https://ikwukao.dev/journal/ai-agent-architecture/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/journal/ai-agent-architecture/</guid><description>&lt;h2 id="designing-the-architecture-of-an-ai-agent"&gt;Designing the Architecture of an AI Agent&lt;/h2&gt;
&lt;p&gt;Building an AI agent is very different from building a simple application that sends a prompt to a language model and displays the response.&lt;/p&gt;
&lt;p&gt;A useful agent needs to do more than generate text. It needs to interpret a goal, decide what should happen next, use tools when necessary, maintain enough state to complete the task, observe the result, and recover when something goes wrong.&lt;/p&gt;</description></item><item><title>Managing Memory and State in an AI Agent</title><link>https://ikwukao.dev/journal/ai-agent-memory-and-state/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/journal/ai-agent-memory-and-state/</guid><description>&lt;h2 id="managing-memory-and-state-in-an-ai-agent"&gt;Managing Memory and State in an AI Agent&lt;/h2&gt;
&lt;p&gt;An AI agent becomes significantly more useful when it can maintain context across multiple steps.&lt;/p&gt;
&lt;p&gt;But &amp;ldquo;memory&amp;rdquo; is often used too loosely.&lt;/p&gt;
&lt;p&gt;For an engineer, it is more useful to distinguish between the different kinds of information an agent needs to retain.&lt;/p&gt;
&lt;p&gt;Some information belongs to the current execution.&lt;/p&gt;
&lt;p&gt;Some belongs to the conversation.&lt;/p&gt;
&lt;p&gt;Some may need to persist beyond the current session.&lt;/p&gt;</description></item><item><title>AI Agent</title><link>https://ikwukao.dev/projects/ai-agent/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://ikwukao.dev/projects/ai-agent/</guid><description>&lt;hr&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;AI Coding Agent is a command-line developer tool built to explore how modern AI agents can reason about software projects and assist with real-world engineering workflows.&lt;/p&gt;
&lt;p&gt;The project focuses on the practical foundations of an AI-powered coding assistant: understanding a repository, processing developer instructions, reasoning about available context, and producing useful actions or code changes.&lt;/p&gt;
&lt;p&gt;Rather than treating an LLM as a simple text-generation interface, the project explores the architecture required to turn language models into practical software-engineering agents.&lt;/p&gt;</description></item></channel></rss>