惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
D
DataBreaches.Net
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
月光博客
月光博客
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Check Point Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
🏏 Building "Captain Cool": A Multi-Agent IPL Strategist w...
ARNAV AHIRRA · 2026-05-17 · via DEV Community

Cricket is a captain's game. It’s not just about the numbers; it’s about the gut feeling, the matchup risks, and anticipating what the opposition will do next.

For the Google Gemini Hackathon, I had 3 hours to build an agentic AI system that makes tactical decisions like a real IPL captain. But I didn't want a generic chatbot that just spits out cricket trivia. I wanted a system that debates itself before committing to a call.

Enter Captain Cool: a multi-agent orchestration engine built entirely on the Google Gemini stack.

Here is how I built it using Google Antigravity, the google-genai SDK, and zero bloated frameworks.

🏗️ The Architecture: A Three-Agent Debate Loop

To make genuinely good cricket decisions, the system cannot wear four hats in a single API call. It needs distinct, isolated personas that pass context back and forth.

I designed a 3-agent cyclic reasoning loop, overseen by a final Synthesizer:

📊 The Stats Analyst: The anchor. This agent is strictly forbidden from giving advice. Its only job is to look at the match context and spit out raw data, matchups, pitch conditions, and historical trends.

🎯 The Strategist: The decision-maker. It takes the Analyst's data and proposes an actionable plan (batting order, bowling rotation, field setups).

⚠️ The Devil's Advocate: The stress-tester. It looks at the Strategist's plan, finds the biggest assumption or worst-case scenario (e.g., "What if we lose another wicket in the powerplay?"), and forces the Strategist to defend or adapt.

These three agents loop for a configurable number of rounds, building a shared conversation history. Once the debate concludes, the Head Coach (Synthesizer) agent reads the entire transcript and outputs one definitive, battle-ready Markdown document.

🛠️ The Tech Stack (Google In-House)

Model: gemini-2.5-flash (Fast, highly capable, and perfect for multi-turn reasoning).

SDK: Pure google-genai (Python). I intentionally avoided LangChain or AutoGen to keep the orchestration lightweight and fully custom.

IDE: Google Antigravity. This was the secret weapon. I used Antigravity as an agentic pair-programmer to vibe-code the directory structure, wire up the Pydantic data schemas, and debug live API errors in real-time.

🧠 The Prompts that Drive the Debate

The magic is entirely in the system instructions. Here is how I scoped the Devil's Advocate to ensure it didn't just disagree for the sake of it, but actually improved the strategy:

ROLE: Your job is to stress-test the Strategist's plan and expose every assumption, gap, and risk. You are not contrarian for its own sake — you are the last line of defence against overconfident planning.

RESPONSIBILITIES:

Identify the single biggest assumption in the Strategist's plan and challenge it with a realistic counter-scenario.

Propose the most dangerous opposition counter-strategy.

Model the "bad day" scenario: if 2-3 things go wrong simultaneously, does the plan have a recovery path?

CONSTRAINTS:

You MUST propose an alternative or a mitigation for every risk you raise.

🔥 Scenario Walkthrough: PBKS hunting 222 vs RCB

To test the system, I fed it a brutal, high-pressure match state: Punjab Kings are 10/1 after 1.3 overs. They are chasing Royal Challengers Bengaluru's massive 222-run total at Dharamshala. Here is how the multi-agent system handled it:

Turn 1: Stats Analyst
The Analyst instantly flagged the pitch as batting-friendly, but noted the required run rate was already north of 11 RPO. It highlighted that with Shikhar Dhawan out early, the powerplay metrics were deeply compromised.

Turn 2: Strategist
The Strategist proposed sending in Liam Livingstone at No. 3 as an "Anchor-Accelerator Hybrid," tasked with hitting boundaries from ball one, followed by Sam Curran to stabilize if another wicket fell. It mandated reaching 55-60 runs by the end of the powerplay.

Turn 3: Devil's Advocate
The Advocate jumped in, pointing out a critical flaw: relying on Livingstone to anchor and accelerate is a high-risk paradox. If Livingstone falls early trying to hit, the middle order is exposed to RCB's spinners with no momentum. The Advocate demanded a strict contingency plan if PBKS found themselves at 30/3.

The Output:
The final synthesized strategy explicitly mapped out the batting order, the required run-rate milestones per over, and the exact "In-Match Triggers" for when to abandon the plan and swing for the fences.

[ 📸 Insert Screenshot of your Terminal output here showing the debate ]

[ 📸 Insert Screenshot of your final Markdown output here ]

🚧 Building Challenges & Antigravity to the Rescue

Building this in a 3-hour window wasn't without hurdles.

Initially, the 3-agent loop fired so fast that it tripped the API rate limits (429 RESOURCE_EXHAUSTED). Instead of abandoning the multi-agent design, I used Google Antigravity to dynamically inject pacing (time.sleep(15)) into the orchestrator loop.

Later, we hit a 404 NOT_FOUND error because I was trying to call legacy models. Antigravity helped me quickly refactor the class definitions to hardcode gemini-2.5-flash, ensuring perfect execution within the hackathon environment constraints.

🏆 Conclusion

Cricket strategy is complex, but by decomposing the problem into distinct analytical, strategic, and critical personas, Gemini 2.5 proved it can reason through a T20 match just as well as the commentators in the box.

Code is live on GitHub! Bring the heat. 🏏