<?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: Nabil FATTOUCH</title>
    <description>The latest articles on DEV Community by Nabil FATTOUCH (@nabilfattouch1).</description>
    <link>https://dev.to/nabilfattouch1</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%2F4018430%2F0a1878b1-4a83-453f-87a1-983c9e77c56e.jpg</url>
      <title>DEV Community: Nabil FATTOUCH</title>
      <link>https://dev.to/nabilfattouch1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nabilfattouch1"/>
    <language>en</language>
    <item>
      <title>Building VEQRA AI: How I Resolved Enterprise Incidents in 13 Seconds with Qwen3-235B</title>
      <dc:creator>Nabil FATTOUCH</dc:creator>
      <pubDate>Mon, 06 Jul 2026 22:03:34 +0000</pubDate>
      <link>https://dev.to/nabilfattouch1/building-veqra-ai-how-i-resolved-enterprise-incidents-in-13-seconds-with-qwen3-235b-196d</link>
      <guid>https://dev.to/nabilfattouch1/building-veqra-ai-how-i-resolved-enterprise-incidents-in-13-seconds-with-qwen3-235b-196d</guid>
      <description>&lt;p&gt;VEQRA is an existing Microsoft 365 automation platform I built that detects and routes enterprise incidents. But it couldn't answer the critical questions: Why did this happen? What is the financial impact? What should we do right now?&lt;/p&gt;

&lt;p&gt;The Qwen Cloud Global AI Hackathon was the opportunity to build the intelligence layer VEQRA was missing.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;VEQRA AI orchestrates three specialized AI agents that resolve a critical enterprise incident in 13 seconds:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Memory Agent — searches historical incident database, identifies similar past cases, determines root cause with confidence score&lt;/li&gt;
&lt;li&gt;BI Agent — calculates financial impact, projects SLA breach risk, assigns criticality score&lt;/li&gt;
&lt;li&gt;Action Agent — generates structured action plan: Teams task, email to Data Owner, Power BI dashboard update&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Demo scenario: a critical Leasing VIP contract (€120,000 OVERDUE) is resolved in 13 seconds with zero human intervention.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it
&lt;/h2&gt;

&lt;p&gt;Each agent calls Qwen3-235B directly via Alibaba Cloud DashScope, using the OpenAI-compatible endpoint. Agents communicate through structured JSON outputs, coordinated sequentially by a Python orchestrator.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges
&lt;/h2&gt;

&lt;p&gt;Designing prompts that produce consistent, structured JSON outputs across all three agents was the hardest part — keeping the total resolution time under 15 seconds required careful prompt engineering.&lt;/p&gt;

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

&lt;p&gt;Depth beats breadth. One perfect scenario executed flawlessly is more valuable than five agents that partially work. Qwen3-235B's long-context reasoning and structured output capabilities made the multi-agent orchestration reliable and deterministic.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/nabilfattouch1/VEQRA-AI" rel="noopener noreferrer"&gt;https://github.com/nabilfattouch1/VEQRA-AI&lt;/a&gt;&lt;br&gt;
Demo: &lt;a href="https://youtu.be/zakd6bsdzDA" rel="noopener noreferrer"&gt;https://youtu.be/zakd6bsdzDA&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>opensource</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
