- 🔭 Building corvus — an in-process, offline-capable AI agent runtime for C++17 that runs where Python can't: ROS2 nodes, game threads, drones, trading loops
- ⚙️ Distributed backends: event-driven microservices, durable queues, real-time observability — built an 8-service fault-tolerant system from scratch
- 💼 Recently: Full-Stack Engineering Intern @ Dukanify — multi-tenant SaaS edge routing, atomic billing, zero-downtime HTTPS automation
- 🎓 B.Tech ECE @ NIT Surat (SVNIT), Class of 2026
- 🧩 1000+ LeetCode problems · 1800 contest rating · Top 8% globally
- 📫 Reach me: gvansh2211@gmail.com
An AI agent runtime for native C++ — think LangChain, but it runs where Python can't. Local-first · embeddable · MCP-native.
- 🔌 MCP-native client — plugs into thousands of existing MCP tool servers on day one
- ⚡ Native tool-calling + GBNF — provider tool-use for cloud models, grammar-constrained JSON for local llama.cpp
- 🧵 Async + streaming + cancellation — non-blocking
runAsync()withCancelToken, safe inside ROS2 nodes, game loops, and HFT paths - ✅ Offline, deterministic test suite — 23 test cases / 76 assertions, 3-OS CI matrix with ASan/UBSan/TSan


