<?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: Jiban Shial</title>
    <description>The latest articles on DEV Community by Jiban Shial (@jiban_shial).</description>
    <link>https://dev.to/jiban_shial</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%2F4103142%2F5f007546-4cbf-47a4-9d1e-d36a94a989a4.png</url>
      <title>DEV Community: Jiban Shial</title>
      <link>https://dev.to/jiban_shial</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jiban_shial"/>
    <language>en</language>
    <item>
      <title>I built an open-source coding agent that uses a code graph to reduce context, cost, and search time</title>
      <dc:creator>Jiban Shial</dc:creator>
      <pubDate>Mon, 31 Aug 2026 18:11:54 +0000</pubDate>
      <link>https://dev.to/jiban_shial/i-built-an-open-source-coding-agent-that-uses-a-code-graph-to-reduce-context-cost-and-search-time-2b0c</link>
      <guid>https://dev.to/jiban_shial/i-built-an-open-source-coding-agent-that-uses-a-code-graph-to-reduce-context-cost-and-search-time-2b0c</guid>
      <description>&lt;p&gt;Your coding agent shouldn’t need to read your entire codebase to understand it.&lt;/p&gt;

&lt;p&gt;That’s the idea behind Faber, an open-source AI coding agent for the terminal.&lt;/p&gt;

&lt;p&gt;Faber uses a code graph to find relevant files and symbols first, instead of repeatedly scanning large parts of a repository. That means less unnecessary context, faster codebase navigation, and lower repeated API costs.&lt;/p&gt;

&lt;p&gt;I built Faber for developers and students who want to experiment with AI-assisted development while keeping token usage and cost under control. The implementation and design are fully open source, and I’ve also written a deeper technical breakdown of the architecture.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuk3hjokwy2tskltw77o8.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuk3hjokwy2tskltw77o8.gif" alt=" " width="760" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Main features:&lt;/p&gt;

&lt;p&gt;Claude, OpenAI Codex, and local model integration&lt;br&gt;
Code-graph-guided repository exploration&lt;br&gt;
Prompt caching to reduce repeated input cost&lt;br&gt;
Token-conscious, Chain-of-Draft-style output to reduce unnecessary generation&lt;br&gt;
Git-aware workflow with change detection, optional per-task commits, /undo, and /redo&lt;br&gt;
Expenditure tracking for calls, tokens, cache usage, cost, and estimated savings with /usage&lt;/p&gt;

&lt;p&gt;The goal is simple: understand more of the codebase while reading and spending less.&lt;/p&gt;

&lt;p&gt;Prerequisite&lt;/p&gt;

&lt;p&gt;Faber requires Node.js 22.5 or newer because it uses Node’s built-in SQLite support.&lt;/p&gt;

&lt;p&gt;Install&lt;br&gt;
npm install -g faberwright&lt;/p&gt;

&lt;p&gt;Then, inside your project:&lt;/p&gt;

&lt;p&gt;faber&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/JibanKumar-cloud/faber" rel="noopener noreferrer"&gt;https://github.com/JibanKumar-cloud/faber&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;npm:&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/faberwright" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/faberwright&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Technical write-up:&lt;br&gt;
&lt;a href="https://medium.com/@jshial25/why-should-an-ai-coding-agent-read-hundreds-of-files-to-answer-one-question-d6369d29dfa5" rel="noopener noreferrer"&gt;https://medium.com/@jshial25/why-should-an-ai-coding-agent-read-hundreds-of-files-to-answer-one-question-d6369d29dfa5&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>programming</category>
      <category>opensource</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
