<?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: Jonathan Martin Paez</title>
    <description>The latest articles on DEV Community by Jonathan Martin Paez (@jonimatiin).</description>
    <link>https://dev.to/jonimatiin</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3965166%2Ffd39d872-0f54-45ab-a9bb-54f1cad749be.png</url>
      <title>DEV Community: Jonathan Martin Paez</title>
      <link>https://dev.to/jonimatiin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonimatiin"/>
    <language>en</language>
    <item>
      <title>Local-first observability for AI agents, in one command</title>
      <dc:creator>Jonathan Martin Paez</dc:creator>
      <pubDate>Tue, 02 Jun 2026 18:17:54 +0000</pubDate>
      <link>https://dev.to/jonimatiin/local-first-observability-for-ai-agents-in-one-command-13hg</link>
      <guid>https://dev.to/jonimatiin/local-first-observability-for-ai-agents-in-one-command-13hg</guid>
      <description>&lt;p&gt;When an AI agent misbehaves — fails, stalls, or quietly burns tokens — you need&lt;br&gt;
to see the steps. But most observability tools are cloud-first: accounts, API&lt;br&gt;
keys, and shipping your prompts to someone else's servers.&lt;/p&gt;

&lt;p&gt;I built Lookspan to be the opposite. It runs on your machine, stores everything&lt;br&gt;
in local SQLite, and starts with one command:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx lookspan
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Open &lt;a href="http://127.0.0.1:3100" rel="noopener noreferrer"&gt;http://127.0.0.1:3100&lt;/a&gt; and you get a real-time dashboard: traces, a span&lt;br&gt;
graph, cost per model, latency percentiles, and alerts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Send it data
&lt;/h2&gt;

&lt;p&gt;Any language, raw HTTP:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;curl -X POST http://127.0.0.1:3100/api/ingest -H "Content-Type: application/json" -d '{...}'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;MCP (TypeScript):&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i @lookspan/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Python (LangGraph, CrewAI, or generic):&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install lookspan
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Already using OpenTelemetry? Point your OTLP exporter at it — no Lookspan SDK:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://127.0.0.1:3100/v1/traces
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;[aquí: GIF de demo + captura del dashboard]&lt;/p&gt;

&lt;p&gt;It's MIT and early (v0.1). Repo + roadmap: &lt;a href="https://github.com/JoniMartin27/lookspan" rel="noopener noreferrer"&gt;https://github.com/JoniMartin27/lookspan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>typescript</category>
      <category>observability</category>
    </item>
  </channel>
</rss>
