💡 Inspiration
Most AI applications today are just wrappers—fragile interfaces that crash the moment an API hits a rate limit, and "black boxes" that hide how they think.
As a Solo Developer (and a Commerce graduate transitioning into AI engineering), I wanted to challenge that norm. I didn’t want to build another chat window. I wanted to build something closer to a real AI Operating System.
So I asked myself a harder question:
"What does it take to build an AI workforce that is truly unbreakable?"
Not just resilient on paper—but resilient in real-world failure conditions.
- True resilience means automatically switching brains when one fails (Gemini → Llama → Qwen).
- True trust means showing users how decisions are made (Glass-Box Observability instead of black-box output).
- True security means thinking beyond today and preparing for the post-quantum era (Sentinel Mode).
YES AI Master Edition was born from this idea—to prove that even a single developer can architect a system that is self-healing, transparent, and future-ready, and rigorously auditing code using enterprise tools like GitLab Duo before deployment.
🧠 What it does
YES AI Master Edition is not a chatbot. It is a multi-agent, multi-brain, self-healing, auto-failover AI operating system designed to think, recover, explain itself, and adapt in real time. Unlike traditional AI wrappers that crash when an API fails, YES AI is built to survive failure gracefully. Specially upgraded for this hackathon, it natively integrates the GitLab Duo Agent into its core swarm loop to dynamically intercept and review generated code.
🎛️ Operation Modes (Personas)
YES AI dynamically adapts its personality, UI theme, and toolset based on the selected mode:
- 🧑💻 Dev Mode (Matrix Theme): Acts as a senior software architect. It generates production-ready Python code, self-debugging logic, auto-creates
Dockerfiles, and includes a one-click Google Colab sandbox for instant execution. It also features GitLab Duo Validation that intercepts code to verify structural integrity. - 🛡️ Sentinel Mode (Quantum Security): An experimental research mode that generates Kyber-1024 quantum-safe encryption keys, pushing the system toward post-quantum security readiness. These keys are fully audited by the GitLab Duo workflow for enterprise compliance.
- 🎨 Creator Mode (Neon Pink): A viral content strategist that produces platform-ready posts with emojis and 30+ optimized hashtags for LinkedIn and YouTube.
- 📊 Analyst Mode (Deep Cyan): Performs real-time web research using SERPAPI, delivering citation-backed insights and eliminating hallucinations.
🔮 The Unified Pipeline (Neuro-Link)
We didn’t build isolated agents—we built an autonomous assembly line. YES AI features a Cross-Mode Chaining Engine, where the output of one agent becomes the verified input of another, without copy-paste or context loss.
Real-World Workflows
- Data Scientist Flow (Analyst → Dev):
- Analyst collects real-time stock data 📉
- Dev converts it into a working Python visualization 🧑💻
- Viral Marketing Flow (Analyst → Creator):
- Analyst gathers breaking news on AI safety 📰
- Creator transforms it into a viral social post with hashtags 🚀
- SecOps Flow (Sentinel → Dev):
- Sentinel generates a Kyber-1024 key 🛡️
- GitLab Duo dynamically audits the key's compliance 🦊
- Dev integrates it into a secure authentication function 🔐
(See the Unified Pipeline Diagram in the gallery for full architecture.)
⚙️ How we built it — The “Unbreakable” Architecture
The core innovation is a Circuit Breaker–based Universal Brain Router:
- Primary Brain — Gemini 3 Pro: Handles deep reasoning and planning.
- Failover Brain — Llama 3 (Groq): If Gemini encounters a
429 Quota Exceeded,5xx, or timeout error, the system silently reroutes execution—resulting in zero downtime. - Survival Layer — Qwen / Phi (Hugging Face): Ensures graceful degradation even if higher-tier models fail.
The system is built with Python, Streamlit for the Command Center UI, and a custom Agent Manager that orchestrates agent collaboration through the Neuro-Link pipeline, now seamlessly routing prompts through the GitLab Duo Reviewer before final evaluation.
🚧 Challenges we ran into
- State continuity across brain swaps: Switching models often wipes context. We designed a context-aware session state that preserves memory even during failovers.
- Integrating the Interceptor: Seamlessly mapping the GitLab Duo Agent into the middle of an autonomous loop without breaking the Evaluator's logic took precise prompt engineering.
- Quantum-safe prompt reliability: Sentinel Mode required strict system-level guardrails to ensure cryptographic logic remained valid and hallucination-free.
🏅 Accomplishments we’re proud of
- Zero Downtime Demonstration: Simulated a Gemini API failure and successfully auto-failed over to Llama 3 in under 1.2 seconds.
- Glass-Box Observability: Built a live Brain View dashboard showing active models, real-time latency, token usage, and cost.
- Adaptive UI & Personas: Implemented dynamic theming (Matrix Green, Neon Pink, Royal Purple) that changes with the active agent mode.
- Pipeline Verification: Successfully registered the custom YES Ai Agent via the GitLab CI pipeline and passed the official validation template.
🚀 What's next for YES AI Master Edition
- Voice Integration: Allowing users to talk to the Operating System like JARVIS.
- Local LLM Support: Adding Ollama support to run the "Survival Brain" completely offline on the user's device.
⭐ Final Note
YES AI Master Edition is an experiment in how AI systems should behave under pressure. Not perfect—but resilient.
Log in or sign up for Devpost to join the conversation.