<?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: Venkateshwar Rao Nagala</title>
    <description>The latest articles on DEV Community by Venkateshwar Rao Nagala (@venkateshwar_raonagala_2).</description>
    <link>https://dev.to/venkateshwar_raonagala_2</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%2F3854405%2F37109556-938e-4d6f-a099-920748d42ed0.png</url>
      <title>DEV Community: Venkateshwar Rao Nagala</title>
      <link>https://dev.to/venkateshwar_raonagala_2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/venkateshwar_raonagala_2"/>
    <language>en</language>
    <item>
      <title>AgentX-Phase2: 49-Model Byzantine FBA Consensus — Building Cool Agents that Modernize COBOL to Rust</title>
      <dc:creator>Venkateshwar Rao Nagala</dc:creator>
      <pubDate>Wed, 01 Apr 2026 01:05:12 +0000</pubDate>
      <link>https://dev.to/venkateshwar_raonagala_2/agentx-phase2-49-model-byzantine-fba-consensus-building-cool-agents-that-modernize-cobol-to-rust-70p</link>
      <guid>https://dev.to/venkateshwar_raonagala_2/agentx-phase2-49-model-byzantine-fba-consensus-building-cool-agents-that-modernize-cobol-to-rust-70p</guid>
      <description>&lt;h1&gt;
  
  
  AgentX-Phase2: 49-Model Byzantine FBA Consensus
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Building Cool Agents that Modernize COBOL to Rust
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Author:&lt;/strong&gt; Venkateshwar Rao Nagala | Founder &amp;amp; CEO&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Company:&lt;/strong&gt; For the Cloud By the Cloud | Hyderabad, India&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Submission:&lt;/strong&gt; Solo.io MCP_HACK//26 — Building Cool Agents&lt;br&gt;&lt;br&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/tenalirama2005/AgentX-Phase2" rel="noopener noreferrer"&gt;https://github.com/tenalirama2005/AgentX-Phase2&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Demo Video:&lt;/strong&gt; &lt;a href="https://youtu.be/5_FJA_WUlXQ" rel="noopener noreferrer"&gt;https://youtu.be/5_FJA_WUlXQ&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Full Demo (4:44):&lt;/strong&gt; &lt;a href="https://youtu.be/k4Xzbp-M2fc" rel="noopener noreferrer"&gt;https://youtu.be/k4Xzbp-M2fc&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  What Makes an Agent Cool?
&lt;/h2&gt;

&lt;p&gt;Not the UI. Not the prompt engineering. Not the &lt;br&gt;
number of tools registered.&lt;/p&gt;

&lt;p&gt;An agent is cool when it solves a problem that has &lt;br&gt;
defeated humans for decades — and solves it with &lt;br&gt;
mathematical guarantees.&lt;/p&gt;

&lt;p&gt;AgentX-Phase2 modernizes legacy COBOL mainframe &lt;br&gt;
programs to memory-safe Rust using 49 AI models &lt;br&gt;
running in parallel with Byzantine fault-tolerant &lt;br&gt;
FBA consensus. The output is not accepted unless &lt;br&gt;
39 of 49 models independently agree. That is not &lt;br&gt;
probabilistic. That is mathematically guaranteed.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem Worth Solving
&lt;/h2&gt;

&lt;p&gt;The world runs on COBOL. Banks, insurance companies, &lt;br&gt;
and governments run an estimated $3 trillion in &lt;br&gt;
annual transactions on mainframe systems written &lt;br&gt;
40-60 years ago. The average COBOL programmer is &lt;br&gt;
58 years old. When they retire, institutions face &lt;br&gt;
catastrophic failure of mission-critical systems.&lt;/p&gt;

&lt;p&gt;Existing solutions translate COBOL to Java — &lt;br&gt;
inheriting Java's memory vulnerabilities. They need &lt;br&gt;
three vendors: AWS for infrastructure, MLogica for &lt;br&gt;
HLASM Assembler, Precisely for complex VSAM data &lt;br&gt;
migrations. Fragmented, expensive, no output quality &lt;br&gt;
guarantees.&lt;/p&gt;

&lt;p&gt;I maintained these systems myself — HomeComm/LifeComm &lt;br&gt;
P&amp;amp;C and Life Insurance Policy Administration (80% &lt;br&gt;
HLASM Assembler, 20% COBOL) at major US insurance &lt;br&gt;
carriers, and core banking DDA systems at a major &lt;br&gt;
North American bank. I know COBCYCTL — the IBM COBOL &lt;br&gt;
compiler. I know ASMA90 — the IBM Assembler compiler &lt;br&gt;
invoked in 31-bit addressing mode via JCL. Not theory. &lt;br&gt;
Lived experience.&lt;/p&gt;

&lt;p&gt;AgentX-Phase2 is the tool I wished existed when I &lt;br&gt;
maintained those systems.&lt;/p&gt;




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

&lt;h3&gt;
  
  
  Hub-and-Spoke Multi-Agent Design
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;COBOL Source (AWS S3)
  ↓
interest_calc.cbl + loan_data.json
  ↓
AgentGateway (JWT + RBAC)
  ↓
┌─────────────────────────────┐
│ Green Agent (Orchestrator)  │
│ Perceives → Plans → Acts    │
└─────────────────────────────┘
  ↓
4 Specialized MCP Servers
  ├── s3_mcp      (source retrieval)
  ├── cobol_mcp   (legacy analysis)
  ├── rust_mcp    (code generation)
  └── ai_mcp      (LLM coordination)
  ↓
┌─────────────────────────────────┐
│ Purple Agent (FBA Coordinator)  │
│ 49 models → Byzantine consensus │
└─────────────────────────────────┘
  ↓
Validated Memory-Safe Rust Output
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Green Agent — The Orchestrator
&lt;/h3&gt;

&lt;p&gt;The green agent perceives the modernization task &lt;br&gt;
by fetching COBOL source (&lt;code&gt;interest_calc.cbl&lt;/code&gt;) and &lt;br&gt;
input data (&lt;code&gt;loan_data.json&lt;/code&gt;) from AWS S3 via s3_mcp. &lt;br&gt;
It plans the workflow — routing requests through &lt;br&gt;
AgentGateway to the correct MCP server sequence: &lt;br&gt;
source retrieval → COBOL analysis → Rust generation &lt;br&gt;
→ AI inference coordination.&lt;/p&gt;

&lt;h3&gt;
  
  
  Purple Agent — The FBA Coordinator
&lt;/h3&gt;

&lt;p&gt;The purple agent is where the magic happens. It &lt;br&gt;
coordinates 49 AI models running in parallel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Claude Opus 4.6&lt;/strong&gt; (Anthropic API) — primary 
reasoning model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;48 Nebius-hosted LLM instances&lt;/strong&gt; — parallel 
consensus voters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each model independently analyzes the COBOL program &lt;br&gt;
and produces a Rust translation. The purple agent &lt;br&gt;
collects all 49 outputs and applies the FBA consensus &lt;br&gt;
algorithm — accepting the result only when 39 or more &lt;br&gt;
models agree.&lt;/p&gt;

&lt;h3&gt;
  
  
  Four Specialized MCP Servers
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;MCP Server&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;s3_mcp&lt;/td&gt;
&lt;td&gt;Source retrieval&lt;/td&gt;
&lt;td&gt;AWS S3 API&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cobol_mcp&lt;/td&gt;
&lt;td&gt;Legacy analysis&lt;/td&gt;
&lt;td&gt;COBOL parser&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;rust_mcp&lt;/td&gt;
&lt;td&gt;Code generation&lt;/td&gt;
&lt;td&gt;Rust compiler&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ai_mcp&lt;/td&gt;
&lt;td&gt;LLM coordination&lt;/td&gt;
&lt;td&gt;Anthropic + Nebius APIs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  The FBA Consensus Innovation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  First Known Application to LLM Output Validation
&lt;/h3&gt;

&lt;p&gt;Byzantine fault-tolerant consensus was originally &lt;br&gt;
designed for blockchain distributed systems — ensuring &lt;br&gt;
agreement even when some nodes are faulty or malicious. &lt;br&gt;
AgentX-Phase2 applies this principle to AI output &lt;br&gt;
validation for the first time (arxiv:2507.11768).&lt;/p&gt;

&lt;p&gt;The insight: a single LLM can hallucinate. 49 &lt;br&gt;
independent LLMs hallucinating identically is &lt;br&gt;
mathematically improbable. Byzantine consensus &lt;br&gt;
makes this guarantee formal.&lt;/p&gt;

&lt;h3&gt;
  
  
  How Consensus Works
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;49 models vote independently
  ↓
Consensus threshold: 39 models (49-10)
  ↓
Each model must exceed 85% confidence independently
  ↓
Production result:
  44 of 49 models above 85% confidence ✅
  94% FBA consensus confidence ✅
  1.0 semantic similarity ✅ (perfect agreement)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  k* Formula — Mathematically Optimal Reasoning
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;k* = ⌈θ × √n × log(1/ε)⌉
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This formula from arxiv:2507.11768 determines the &lt;br&gt;
provably optimal number of reasoning steps per model &lt;br&gt;
for a given error tolerance ε. Compute usage is &lt;br&gt;
mathematically guaranteed efficient — not empirically &lt;br&gt;
tuned. No wasted tokens, no arbitrary limits.&lt;/p&gt;

&lt;h3&gt;
  
  
  Research Trajectory — 24x Scale
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;Models&lt;/th&gt;
&lt;th&gt;Platform&lt;/th&gt;
&lt;th&gt;Date&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chainlink oracle&lt;/td&gt;
&lt;td&gt;2 LLMs&lt;/td&gt;
&lt;td&gt;Ethereum Sepolia&lt;/td&gt;
&lt;td&gt;2026 Q1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AgentX-Phase2&lt;/td&gt;
&lt;td&gt;49 models&lt;/td&gt;
&lt;td&gt;Kubernetes&lt;/td&gt;
&lt;td&gt;2026 Q2&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Same inventor. Same mathematical foundation. 24x scale.&lt;/p&gt;




&lt;h2&gt;
  
  
  Two-Pass Translation Pipeline
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Pass 1 — COBOL Semantic Analysis
&lt;/h3&gt;

&lt;p&gt;All 49 models independently analyze:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Business logic and control flow&lt;/li&gt;
&lt;li&gt;Data structures (PIC clauses, level numbers)&lt;/li&gt;
&lt;li&gt;PERFORM and CALL patterns&lt;/li&gt;
&lt;li&gt;File handling and I/O operations&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Pass 2 — Rust Code Generation
&lt;/h3&gt;

&lt;p&gt;All 49 models independently produce:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Memory-safe idiomatic Rust&lt;/li&gt;
&lt;li&gt;Equivalent business logic&lt;/li&gt;
&lt;li&gt;Type-safe data structures&lt;/li&gt;
&lt;li&gt;Error handling (Result types)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Consensus is computed after both passes complete &lt;br&gt;
across all 49 models. Output accepted only when &lt;br&gt;
39+ agree with 1.0 semantic similarity.&lt;/p&gt;




&lt;h2&gt;
  
  
  Production Deployment
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;./deploy.sh &lt;span class="nt"&gt;--status&lt;/span&gt;

Namespace: mainframe-modernization
Pods: 7/7 running — all 2/2 with Istio sidecars
AgentGateway: Active
MCP Servers: 4/4 ready
FBA Engine: Online — 49 models registered
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;./deploy.sh &lt;span class="nt"&gt;--run-pipeline&lt;/span&gt;

Fetching interest_calc.cbl from S3...
Fetching loan_data.json from S3...
Routing through AgentGateway...
Invoking 49 AI models &lt;span class="k"&gt;in &lt;/span&gt;parallel...
Computing FBA consensus...

Results:
  Models above 85% confidence: 44/49
  FBA consensus confidence: 94%
  Semantic similarity: 1.0
  Status: CONSENSUS ACHIEVED ✅
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;./deploy.sh &lt;span class="nt"&gt;--sleep&lt;/span&gt;
&lt;span class="c"&gt;# Cluster pauses — compute cost drops to zero&lt;/span&gt;

./deploy.sh &lt;span class="nt"&gt;--wake&lt;/span&gt;  
&lt;span class="c"&gt;# Cluster resumes — all pods restored, ready&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Production lifecycle management — sleep and wake &lt;br&gt;
show enterprise cost control. Not just a demo that &lt;br&gt;
runs once.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Memory-Safe Rust — Not Java
&lt;/h2&gt;

&lt;p&gt;Every existing mainframe modernization tool &lt;br&gt;
translates COBOL to Java. AgentX-Phase2 translates &lt;br&gt;
to Rust — and the difference matters:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Aspect&lt;/th&gt;
&lt;th&gt;Java output&lt;/th&gt;
&lt;th&gt;Rust output&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Memory safety&lt;/td&gt;
&lt;td&gt;Garbage collected&lt;/td&gt;
&lt;td&gt;Compile-time guaranteed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Memory vulnerabilities&lt;/td&gt;
&lt;td&gt;Possible&lt;/td&gt;
&lt;td&gt;Eliminated&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Performance&lt;/td&gt;
&lt;td&gt;JVM overhead&lt;/td&gt;
&lt;td&gt;Native speed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Financial sector compliance&lt;/td&gt;
&lt;td&gt;Acceptable&lt;/td&gt;
&lt;td&gt;Superior&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;For banking and insurance systems handling $3 trillion &lt;br&gt;
in annual transactions, memory safety is not a nice &lt;br&gt;
to have — it is a compliance requirement.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo Video
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://youtu.be/5_FJA_WUlXQ" rel="noopener noreferrer"&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%2Fqk88fe1y50k5lzlwq3kx.jpg" alt="AgentX-Phase2 Building Cool Agents" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;1:57 minutes — AWS S3 source files → cluster status &lt;br&gt;
→ 49-model FBA pipeline → sleep/wake lifecycle → GitHub&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Production Results Summary
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;Result&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Total AI models&lt;/td&gt;
&lt;td&gt;49 (48 Nebius + 1 Claude Opus 4.6)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Models above 85% confidence&lt;/td&gt;
&lt;td&gt;44 of 49&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FBA consensus confidence&lt;/td&gt;
&lt;td&gt;94%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Semantic similarity&lt;/td&gt;
&lt;td&gt;1.0 (perfect agreement)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Consensus threshold&lt;/td&gt;
&lt;td&gt;39 models (49-10)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Security tests&lt;/td&gt;
&lt;td&gt;4/4 passing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kubernetes pods&lt;/td&gt;
&lt;td&gt;7/7 running&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Istio sidecars&lt;/td&gt;
&lt;td&gt;2/2 on every pod&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Current MVP and Roadmap
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Today:&lt;/strong&gt; Standard COBOL programs via GNU COBOL &lt;br&gt;
compiler. 49-model FBA consensus. 94% confidence. &lt;br&gt;
1.0 similarity. Full zero-trust security.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Next:&lt;/strong&gt; IBM z/OS compiler access unlocks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IBM Enterprise COBOL (COBCYCTL) — packed decimals&lt;/li&gt;
&lt;li&gt;IBM High Level Assembler (ASMA90) — HLASM programs&lt;/li&gt;
&lt;li&gt;IBM PL/I — PL/I programs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Future:&lt;/strong&gt; VSAM data conversion (Precisely &lt;br&gt;
partnership), 100+ model FBA scaling, multi-tenant &lt;br&gt;
SaaS, enterprise SLA guarantees.&lt;/p&gt;




&lt;h2&gt;
  
  
  Founder Background
&lt;/h2&gt;

&lt;p&gt;Venkateshwar Rao Nagala — 30+ years production &lt;br&gt;
systems experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GATE 1994 AIR 444&lt;/strong&gt; — top 0.4% of India's engineers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HLASM expert&lt;/strong&gt; — HomeComm/LifeComm (80% Assembler, 
20% COBOL) at major US insurance carriers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Core banking DDA&lt;/strong&gt; — major North American bank&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CMU curriculum AI/ML&lt;/strong&gt; — HAR 96% accuracy, 
Authorship ID 100% across 12 authors (2013)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AIG Fortune 500&lt;/strong&gt; — Manager Big Data Analytics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chainlink FBA oracle&lt;/strong&gt; — 2 LLM models, 
Ethereum Sepolia (2026 Q1)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Solo.io Velocity Award 2026&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cilium / Isovalent Certified&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AgentBeats Sprint 1&lt;/strong&gt; — submitted March 22, 2026&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The only person building an AI mainframe modernization &lt;br&gt;
tool who has personally written and maintained the &lt;br&gt;
exact systems being modernized.&lt;/p&gt;




&lt;h2&gt;
  
  
  Also See
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;S&amp;amp;G Blog:&lt;/strong&gt; &lt;a href="https://dev.to/venkat_nagala/agentx-phase2-zero-trust-security-for-mcp-servers-rust-middleware-jwt-istio-3en1"&gt;https://dev.to/venkat_nagala/agentx-phase2-zero-trust-security-for-mcp-servers-rust-middleware-jwt-istio-3en1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full Demo (4:44):&lt;/strong&gt; &lt;a href="https://youtu.be/k4Xzbp-M2fc" rel="noopener noreferrer"&gt;https://youtu.be/k4Xzbp-M2fc&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;S&amp;amp;G Demo (1:59):&lt;/strong&gt; &lt;a href="https://youtu.be/F7xWzoQ3e3M" rel="noopener noreferrer"&gt;https://youtu.be/F7xWzoQ3e3M&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/tenalirama2005/AgentX-Phase2" rel="noopener noreferrer"&gt;https://github.com/tenalirama2005/AgentX-Phase2&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Demo Video (1:57):&lt;/strong&gt; &lt;a href="https://youtu.be/5_FJA_WUlXQ" rel="noopener noreferrer"&gt;https://youtu.be/5_FJA_WUlXQ&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AgentBeats:&lt;/strong&gt; &lt;a href="https://agentbeats.dev/tenalirama2005/purple_agent" rel="noopener noreferrer"&gt;https://agentbeats.dev/tenalirama2005/purple_agent&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LinkedIn:&lt;/strong&gt; &lt;a href="https://www.linkedin.com/in/tenalirama" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/tenalirama&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Solo.io Hackathon:&lt;/strong&gt; &lt;a href="https://aihackathon.dev" rel="noopener noreferrer"&gt;https://aihackathon.dev&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;The coolest agents solve real problems with &lt;br&gt;
mathematical guarantees.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Built solo, bootstrapped, from Hyderabad India.&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;Vandemataram&lt;/em&gt; 🙏&lt;/p&gt;

&lt;p&gt;kubernetes, agents, mcp, rust, ai&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>agents</category>
      <category>mcp</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
