<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daksh Saboo </title>
    <description>The latest articles on DEV Community by Daksh Saboo  (@dakshsaboo).</description>
    <link>https://dev.to/dakshsaboo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4145180%2Fd2ca1622-f1cb-4e14-bb9a-0ad4eb93d42e.png</url>
      <title>DEV Community: Daksh Saboo </title>
      <link>https://dev.to/dakshsaboo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dakshsaboo"/>
    <language>en</language>
    <item>
      <title>I Built an AI Coding Agent in Rust</title>
      <dc:creator>Daksh Saboo </dc:creator>
      <pubDate>Sun, 27 Sep 2026 06:52:16 +0000</pubDate>
      <link>https://dev.to/dakshsaboo/i-built-an-ai-coding-agent-in-rust-33do</link>
      <guid>https://dev.to/dakshsaboo/i-built-an-ai-coding-agent-in-rust-33do</guid>
      <description>&lt;p&gt;I’ve been working on a project called Rexo Code for quite a while now.&lt;/p&gt;

&lt;p&gt;What started as an experiment to understand how AI coding agents work turned into a full open-source project written in Rust.&lt;/p&gt;

&lt;p&gt;Rexo Code is a provider-agnostic AI coding agent that runs directly in the terminal.&lt;/p&gt;

&lt;p&gt;The main idea was simple: I wanted an agent that could actually work through a project, while still letting the user choose which AI provider or model they want to use.&lt;/p&gt;

&lt;p&gt;What Rexo can do&lt;/p&gt;

&lt;p&gt;Rexo can:&lt;/p&gt;

&lt;p&gt;Understand and search through projects&lt;br&gt;
Read and edit files&lt;br&gt;
Run shell commands&lt;br&gt;
Use MCP tools&lt;br&gt;
Ask for permission before sensitive actions&lt;br&gt;
Inspect command results and continue working&lt;br&gt;
Manage sessions&lt;br&gt;
Use Skills and custom commands&lt;br&gt;
Run hooks and plugins&lt;br&gt;
Work with subagents&lt;br&gt;
Accept image input&lt;br&gt;
Stream responses&lt;br&gt;
Run in headless/JSON mode&lt;/p&gt;

&lt;p&gt;The project currently supports Windows, Linux, and macOS.&lt;/p&gt;

&lt;p&gt;Building it&lt;/p&gt;

&lt;p&gt;Building an AI coding agent is quite different from just making an application that sends a prompt to an API.&lt;/p&gt;

&lt;p&gt;There are a lot of things to think about once the agent starts interacting with a real codebase.&lt;/p&gt;

&lt;p&gt;It needs to understand context, decide what to inspect, make changes, execute commands, look at the results, and then decide what to do next.&lt;/p&gt;

&lt;p&gt;Permissions were another important part. I didn't want an agent to blindly execute everything it decided to run, especially when working with a real system.&lt;/p&gt;

&lt;p&gt;A lot of the development process was basically:&lt;/p&gt;

&lt;p&gt;Build something → test it → break it → figure out why → rebuild it.&lt;/p&gt;

&lt;p&gt;There were plenty of bugs and architectural changes along the way.&lt;/p&gt;

&lt;p&gt;Why provider-agnostic?&lt;/p&gt;

&lt;p&gt;I didn't want Rexo to be tied to one AI provider.&lt;/p&gt;

&lt;p&gt;Models change quickly, providers change their APIs, and different developers have different requirements.&lt;/p&gt;

&lt;p&gt;So the agent is built around a provider-agnostic approach, allowing users to choose the models and providers that fit their workflow.&lt;/p&gt;

&lt;p&gt;Using AI to build an AI agent&lt;/p&gt;

&lt;p&gt;I also used Claude and Claude Code quite a lot while developing Rexo.&lt;/p&gt;

&lt;p&gt;I used them for things like debugging, implementation, refactoring, and working through larger changes across the Rust codebase.&lt;/p&gt;

&lt;p&gt;But I still tested the changes myself and decided what actually belonged in the project.&lt;/p&gt;

&lt;p&gt;That process was useful because I wasn't just generating isolated pieces of code. I could work through larger changes, test the result, find problems, and iterate.&lt;/p&gt;

&lt;p&gt;Rexo Code v0.9&lt;/p&gt;

&lt;p&gt;After a lot of testing and iteration, v0.9 is the version I'm comfortable releasing more widely.&lt;/p&gt;

&lt;p&gt;Rexo Code is free and open source.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Daksh-Saboo/Rexo-Code" rel="noopener noreferrer"&gt;https://github.com/Daksh-Saboo/Rexo-Code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd be interested in hearing from other developers who work with coding agents.&lt;/p&gt;

&lt;p&gt;What would you change about this kind of workflow?&lt;/p&gt;

&lt;p&gt;What features do you think are still missing?&lt;/p&gt;

&lt;p&gt;And if you've built an agent yourself, I'd be interested in hearing how you approached the architecture.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>architecture</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
