<?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: Leul Yohannes</title>
    <description>The latest articles on DEV Community by Leul Yohannes (@leulyohannes).</description>
    <link>https://dev.to/leulyohannes</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%2F4029970%2Faca6ea88-85ca-46d2-9f52-455b195fd275.jpg</url>
      <title>DEV Community: Leul Yohannes</title>
      <link>https://dev.to/leulyohannes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leulyohannes"/>
    <language>en</language>
    <item>
      <title>I built a skill verification pipeline for AI engineers — here's how</title>
      <dc:creator>Leul Yohannes</dc:creator>
      <pubDate>Wed, 15 Jul 2026 08:50:46 +0000</pubDate>
      <link>https://dev.to/leulyohannes/i-built-a-skill-verification-pipeline-for-ai-engineers-heres-how-26j4</link>
      <guid>https://dev.to/leulyohannes/i-built-a-skill-verification-pipeline-for-ai-engineers-heres-how-26j4</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;100,000+ people "learn AI" every month, but less than 10% can ship production code.&lt;/p&gt;

&lt;p&gt;Employers can't tell who can build vs who watched tutorials.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;I built Forge AI — a skill verification pipeline that replaces courses with real engineering work.&lt;/p&gt;

&lt;p&gt;Here's how it works:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Real Engineering Tickets
&lt;/h3&gt;

&lt;p&gt;Users get 5 real RAG tickets from a fictional company (Meridian AI):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;RAG-114:&lt;/strong&gt; Chunking returns empty results on long documents&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAG-115:&lt;/strong&gt; Hybrid score fusion produces incorrect rankings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAG-116:&lt;/strong&gt; Metadata filter ignores date conditions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAG-117:&lt;/strong&gt; Reranker returns raw scores instead of final documents&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAG-118:&lt;/strong&gt; Faithfulness evaluator always returns 0%&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Write Code in a Real Editor
&lt;/h3&gt;

&lt;p&gt;The workspace has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A task description panel (the ticket)&lt;/li&gt;
&lt;li&gt;A Monaco code editor with starter code&lt;/li&gt;
&lt;li&gt;A terminal panel that shows results&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Automated Evaluation
&lt;/h3&gt;

&lt;p&gt;When a user submits code:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It runs in a sandbox (timeout + memory cap)&lt;/li&gt;
&lt;li&gt;Pytest suites check correctness&lt;/li&gt;
&lt;li&gt;An AI judge (Groq LLM) provides detailed feedback&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  4. Verified Skill Profile
&lt;/h3&gt;

&lt;p&gt;Users get a talent graph showing scores across 5 competencies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chunking&lt;/li&gt;
&lt;li&gt;Fusion&lt;/li&gt;
&lt;li&gt;Filtering&lt;/li&gt;
&lt;li&gt;Reranking&lt;/li&gt;
&lt;li&gt;Evaluation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js 16.2.10, React 19, TypeScript, Tailwind CSS 4&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Editor:&lt;/strong&gt; @monaco-editor/react&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Python 3.13, FastAPI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; Supabase (PostgreSQL)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth:&lt;/strong&gt; Supabase Auth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Judge:&lt;/strong&gt; Groq API (llama-3.3-70b-versatile)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Vercel (frontend), Render (backend)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Architecture
&lt;/h2&gt;

&lt;p&gt;The backend pipeline is a plain Python function composition:&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
