<?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: Flynn L</title>
    <description>The latest articles on DEV Community by Flynn L (@flynn_l_e173fef9d85a8b4a5).</description>
    <link>https://dev.to/flynn_l_e173fef9d85a8b4a5</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%2F3789791%2F7a4b0924-4486-448d-a2b6-12f8231a974c.png</url>
      <title>DEV Community: Flynn L</title>
      <link>https://dev.to/flynn_l_e173fef9d85a8b4a5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/flynn_l_e173fef9d85a8b4a5"/>
    <language>en</language>
    <item>
      <title>Show Dev: I built an AI research workbench with React, FastAPI, and multi-agent LLMs</title>
      <dc:creator>Flynn L</dc:creator>
      <pubDate>Tue, 03 Mar 2026 15:51:10 +0000</pubDate>
      <link>https://dev.to/flynn_l_e173fef9d85a8b4a5/show-dev-i-built-an-ai-research-workbench-with-react-fastapi-and-multi-agent-llms-46fm</link>
      <guid>https://dev.to/flynn_l_e173fef9d85a8b4a5/show-dev-i-built-an-ai-research-workbench-with-react-fastapi-and-multi-agent-llms-46fm</guid>
      <description>&lt;p&gt;I built Arbor, a tool that takes research questions and builds interactive knowledge graphs from academic papers.&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%2F57hlzw76kr40wys9i578.gif" 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%2F57hlzw76kr40wys9i578.gif" alt=" " width="760" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How the pipeline works&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Moderation — GPT-4o-mini screens the question for prohibited content&lt;/li&gt;
&lt;li&gt;Decomposition — Gemini 2.5 Flash breaks the question into 4 focused sub-inquiries&lt;/li&gt;
&lt;li&gt;Search — Parallel queries to arXiv and Semantic Scholar APIs&lt;/li&gt;
&lt;li&gt;Screening — Gemini 2.0 Flash scores papers for relevance&lt;/li&gt;
&lt;li&gt;Extraction — Gemini 2.0 Flash pulls key findings from top papers&lt;/li&gt;
&lt;li&gt;Synthesis — Gemini 2.5 Flash assembles findings into structured markdown&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All stages stream via SSE, so the graph builds in real-time.&lt;/p&gt;

&lt;p&gt;One interesting architecture decision:&lt;/p&gt;

&lt;p&gt;I used a fallback decomposition strategy. If the LLM decompose call fails (timeout, API down, rate limited), the backend generates 4 templated inquiries based on the question stem. The research continues with degraded but functional results instead of showing an error. Users barely notice.&lt;/p&gt;

&lt;p&gt;Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: React 19, TypeScript, Vite, Tailwind, React Flow&lt;/li&gt;
&lt;li&gt;Backend: FastAPI, SQLAlchemy, aiosqlite&lt;/li&gt;
&lt;li&gt;LLMs: OpenRouter (Gemini 2.5 Flash, Gemini 2.0 Flash, GPT-4o-mini)&lt;/li&gt;
&lt;li&gt;Hosting: Vercel (frontend) + Railway (backend, $5/mo)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it free: arborinquiries.com&lt;/p&gt;

&lt;p&gt;I'd love feedback — especially on the graph UX and research quality.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>react</category>
      <category>python</category>
    </item>
    <item>
      <title>Show Dev: I built an AI research tool that tracks top labs daily</title>
      <dc:creator>Flynn L</dc:creator>
      <pubDate>Tue, 24 Feb 2026 15:16:14 +0000</pubDate>
      <link>https://dev.to/flynn_l_e173fef9d85a8b4a5/show-dev-i-built-an-ai-research-dashboard-that-tracks-top-labs-daily-5a57</link>
      <guid>https://dev.to/flynn_l_e173fef9d85a8b4a5/show-dev-i-built-an-ai-research-dashboard-that-tracks-top-labs-daily-5a57</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Keeping up with AI research across labs is impossible manually. arXiv is a firehose. Twitter is noise. Newsletters land 3 days late.&lt;/p&gt;

&lt;p&gt;I wanted one place to see what matters. It didn't exist.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Lattice&lt;/strong&gt; — an AI research intelligence dashboard that tracks what 20 top labs publish daily.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://www.layerthelatestinalattice.com" rel="noopener noreferrer"&gt;layerthelatestinalattice.com&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Daily paper feed from 20 tracked labs with AI summaries&lt;/li&gt;
&lt;li&gt;24 research topics with trend velocity charts&lt;/li&gt;
&lt;li&gt;Lab profiles with output sparklines and topic focus&lt;/li&gt;
&lt;li&gt;Weekly digest with most-read papers and breakout topics&lt;/li&gt;
&lt;li&gt;Collections with BibTeX/Markdown/JSON export&lt;/li&gt;
&lt;li&gt;No account needed — anonymous, localStorage only&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  One interesting technical challenge
&lt;/h2&gt;

&lt;p&gt;Matching paper authors to research labs. Papers list affiliations as free text ("Dept. of Computer Science, University of X") — no standard format.&lt;/p&gt;

&lt;p&gt;The pipeline: OpenAlex API (by DOI) → arXiv HTML scraping → Semantic Scholar data → LLM extraction as a last resort. All matched against ~500 organizations. Hit rate varies wildly by source —&lt;br&gt;
  OpenAlex is great for established venues, arXiv scraping catches the rest.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 16 (Turbopack, standalone output)&lt;/li&gt;
&lt;li&gt;Supabase (Postgres + RLS)&lt;/li&gt;
&lt;li&gt;Vercel (hobby plan)&lt;/li&gt;
&lt;li&gt;GitHub Actions (daily 6am UTC cron)&lt;/li&gt;
&lt;li&gt;Semantic Scholar + arXiv + HuggingFace APIs&lt;/li&gt;
&lt;li&gt;OpenRouter (Gemini Flash) for summaries&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback welcome
&lt;/h2&gt;

&lt;p&gt;What features would be most useful? What labs or topics am I missing?&lt;/p&gt;

&lt;p&gt;We're also live on Product Hunt today (&lt;a href="https://www.producthunt.com/products/lattice-6" rel="noopener noreferrer"&gt;https://www.producthunt.com/products/lattice-6&lt;/a&gt;).&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
