<?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: JungHoon Yu</title>
    <description>The latest articles on DEV Community by JungHoon Yu (@allssu).</description>
    <link>https://dev.to/allssu</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%2F216421%2F061f23df-9ca0-4299-ac8d-56902ea2ebee.jpeg</url>
      <title>DEV Community: JungHoon Yu</title>
      <link>https://dev.to/allssu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/allssu"/>
    <language>en</language>
    <item>
      <title>I built PocketLantern to help AI coding agents catch technical blockers</title>
      <dc:creator>JungHoon Yu</dc:creator>
      <pubDate>Thu, 26 Mar 2026 17:56:08 +0000</pubDate>
      <link>https://dev.to/allssu/i-built-pocketlantern-to-help-ai-coding-agents-catch-technical-blockers-2nma</link>
      <guid>https://dev.to/allssu/i-built-pocketlantern-to-help-ai-coding-agents-catch-technical-blockers-2nma</guid>
      <description>&lt;p&gt;I've been using AI coding agents a lot, and kept running into the same problem: they often give plausible answers on technical choices, but miss blockers like EOL dates, breaking changes, vendor lock-in, pricing shifts, and migration constraints.&lt;/p&gt;

&lt;p&gt;So I built PocketLantern.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3frl3wh1e5vjknji2lnu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3frl3wh1e5vjknji2lnu.png" alt="PocketLantern Demo" width="800" height="807"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PocketLantern is a local MCP server with bundled decision cards grounded in source-linked, time-sensitive facts. It’s not generic docs search. The goal is to help the agent catch blockers it would otherwise miss.&lt;/p&gt;

&lt;p&gt;A few examples of the kinds of questions it helps with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which auth provider should I choose&lt;/li&gt;
&lt;li&gt;Should I upgrade to Next.js 16&lt;/li&gt;
&lt;li&gt;Can I keep using this API path, or is it being removed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can try it locally:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; pocketlantern
pocketlantern init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then connect it to Claude Code and start asking technical decision questions.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/pocketlantern/pocketlantern" rel="noopener noreferrer"&gt;https://github.com/pocketlantern/pocketlantern&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d especially love feedback on two things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is the framing immediately clear?&lt;/li&gt;
&lt;li&gt;Does the first-run experience feel simple enough?&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>devtools</category>
      <category>mcp</category>
    </item>
  </channel>
</rss>
