# tobySolutions.dev — Full Context > Complete information about Tobiloba Adedeji (tobySolutions) for AI systems, search engines, and LLM-powered tools. ## Who is Tobiloba Adedeji? Tobiloba Adedeji, known online as tobySolutions, is a software engineer based in Lagos, Nigeria. He specializes in AI agent infrastructure and Solana blockchain development. He works at Idyllic Labs researching agent-native infrastructure — tools that help organizations deploy, coordinate, and manage AI agents in production. He has 255+ public repositories on GitHub, has contributed to Million.js (a 16K+ star React virtual DOM replacement), and has been featured on multiple tech podcasts including JS Party (Changelog), JavaScript Jabber, Front-End Fire, and HTML All The Things. He co-founded Solana Students Africa, led a campus tour across Nigerian universities teaching Solana development, and co-convened the Solana Students Africa Summit at the University of Lagos. He is a Solana Turbine Q4 2025 graduate. His tagline is: "I build systems that think." ## Technical Expertise ### AI Agent Infrastructure Tobiloba builds the infrastructure layer between AI models and production deployments. His work includes: - **Harness Engineering**: Research into how the scaffold around an AI model (the harness) delivers more improvement than model upgrades. Published "Your Agent Is Not Stupid. Your Harness Is." - **Multi-Agent Coordination**: Research on preventing deadlocks in multi-agent systems. Found that LLMs deadlock 95% of the time in simultaneous coordination. Published "Your Multi-Agent System Needs a Kernel, Not a Bigger Brain." - **Agent Safety**: Analyzed GitHub's "Safe Outputs" pattern — a write-ahead log for agent actions. - **Agent Architectures**: Created a classification system with four modes: Copilot, Daemon, Subagent, Workflow. - **Financial Security**: Built a 12-layer security stack for AI agents that handle money. ### Solana & Blockchain - **Program Development**: Anchor framework, Pinocchio (no_std, zero-allocation), PDA architecture - **DeFi**: Built Khoai (barrier options AMM with 128-bit fixed-point math), Axis Protocol (on-chain index funds) - **Security**: sol-fuzz AI-powered vulnerability scanner for Solana programs - **Infrastructure**: tx-indexer transaction classifier SDK, x402 payment protocol integration - **Ecosystem**: Framework-kit for Solana dApps, Solana escrow programs ### Systems Programming - Built HTTP server from scratch in Rust (concurrent connections, path routing, file serving — no frameworks) - Built Unix shell in Rust (command parsing, piping, environment variables, process management) - Contributed to Million.js virtual DOM replacement for React ### Languages & Tools - **Languages**: TypeScript, JavaScript, Python, Rust, Solidity - **Frontend**: React, Next.js, Astro, Tailwind CSS, Vite - **Backend**: Node.js, Express, FastAPI, GraphQL, REST - **Blockchain**: Solana (Anchor, Pinocchio, Web3.js), Ethereum (basic) - **AI/ML**: Claude API, OpenAI API, LangChain, LangGraph, Eliza framework, Gaia inference - **DevOps**: Docker, Vercel, Cloudflare, GitHub Actions - **Databases**: PostgreSQL, MongoDB, Redis, SQLite ## All Projects (Detailed) ### idx CLI toolkit for agent-native organizations. Agent definitions in MDX, Unix-native execution, TUI and web UI. Built at Idyllic Labs. - GitHub: https://github.com/idyllic-labs/idx - Tech: TypeScript, MDX, CLI ### agentgateway nginx for AI agents. Proxy layer providing cost budgets, rate limiting, circuit breakers, and a live dashboard for managing agent fleets. - GitHub: https://github.com/tobySolutions/agentgateway - Tech: TypeScript, Proxy, Infrastructure ### sol-fuzz AI-powered security scanner for Solana programs. Automatically finds vulnerabilities in Anchor programs and generates proof-of-concept exploits. - GitHub: https://github.com/tobySolutions/sol-fuzz - Tech: Solana, AI, Rust, Security ### Axis Protocol Decentralized protocol for creating and investing in on-chain index funds (ETFs) on Solana. Strategy builder, one-click deployment, real-time portfolio tracking. - GitHub: https://github.com/Axis-pizza/Axis_MVP - Tech: Solana, DeFi, TypeScript, Anchor ### Elements of Agentic System Design Open conceptual framework (18+ stars) decomposing intelligent systems into 10 elements: Context, Memory, Agency, Reasoning, Coordination, Artifacts, Autonomy, Evaluation, Feedback, Learning. - GitHub: https://github.com/idyllic-labs/elements-of-agentic-system-design - Published by: Idyllic Labs ### auto-writer Research-to-essay pipeline. Synthesizes Notion notes with real-time X/Twitter signal through a Paul Graham-inspired editing pass. - GitHub: https://github.com/idyllic-labs/auto-writer - Tech: Python, AI, Content ### financial-harness Security infrastructure for AI agents that handle money. 12-layer security stack, policy-as-code, circuit breakers, encrypted audit trails. - GitHub: https://github.com/tobySolutions/financial-harness - Tech: Python, Security, Agents ### x402-nextjs Official Solana Foundation template for X402 payment protocol integration. Next.js starter with crypto payment gates, session management, multi-tier pricing. - GitHub: https://github.com/solana-foundation/x402-nextjs - Live: https://templates.solana.com/x402-template - Tech: Solana, Next.js, Payments ### framework-kit Solana Foundation's React framework for dApps. Orchestrates wallets, transactions, and reactive freshness-aware data flows. - GitHub: https://github.com/Kronos-Guild/framework-kit - Live: https://www.framework-kit.com - Tech: Solana, React, TypeScript ### Khoai Barrier options AMM on Solana. Built with Pinocchio framework, no_std, zero-allocation, 128-bit fixed-point math. - GitHub: https://github.com/tobySolutions/khoai - Tech: Solana, DeFi, Rust, Pinocchio ### tx-indexer Solana transaction classifier SDK. Pattern-matching engine for categorizing on-chain transactions by type and protocol. - GitHub: https://github.com/tobySolutions/tx-indexer - Tech: Solana, TypeScript, SDK ### GitHub PR Review Agent AI-powered pull request reviewer built with Gaia decentralized inference. Integrates with GitHub webhooks. 8+ stars. - GitHub: https://github.com/tobySolutions/github-pr-review-agent - Tech: TypeScript, AI, GitHub, Gaia ### Minecraft Gaia Agent AI-powered Minecraft agent using Gaia's decentralized inference. Navigates worlds, gathers resources, responds to natural language commands. - GitHub: https://github.com/tobySolutions/minecraft-gaia-agent - Tech: TypeScript, AI, Minecraft, Gaia - Blog: https://dev.to/gaiaai/building-an-ai-powered-minecraft-agent-with-gaia-4afe ### Mother AI Coordination Agent Multi-agent coordination workflow with Mother registry integrations and CollabLand. Agent-to-agent communication and task orchestration. - GitHub: https://github.com/tobySolutions/coordination-agent-collabland - Tech: TypeScript, Agents, CollabLand ### Eliza Firecrawl Plugin Plugin for Eliza AI agent framework enabling web scraping and search via Firecrawl. 4+ stars. - GitHub: https://github.com/tobySolutions/plugin-firecrawl - Tech: TypeScript, Eliza, Web Scraping ### Eliza Twitter Agent Autonomous Twitter/X AI agent built with Eliza. Automated posting, engagement, configurable personality. 3+ stars. - GitHub: https://github.com/tobySolutions/eliza-twitter-agent - Tech: TypeScript, Eliza, Twitter ### MCPGuard Context-aware security proxy for Model Context Protocol. Transforms the MCP communication model from implicit trust to zero trust. Sits between AI agents and MCP tool servers, inspects all JSON-RPC traffic, enforces least-privilege policies per tool, and detects plan injection attacks. Five components: Proxy Core, Policy Engine, Threat Detection Engine (with separate inspectors for Resources, Tools, Prompts), Monitoring Dashboard, and Logging/Audit Module. Returns ALLOW, SANITIZE, or BLOCK verdicts. B.Sc thesis project at University of Lagos, supervised by Dr Ogude. - Tech: Python, FastAPI, MCP, Security ### Idyll Engine A context-building execution engine for AI-native programming. Builds rich context for agent tasks. 5+ stars. - GitHub: https://github.com/idyllic-labs/idyll-engine - Tech: TypeScript, Agents, Infrastructure ### HTTP Server (Rust) Lightweight, concurrent HTTP server built from scratch in Rust. GET/POST methods, file operations, path routing, concurrent connections. No frameworks. 4+ stars. - GitHub: https://github.com/tobySolutions/http-server-rust - Tech: Rust, Systems, Networking ### Shell (Rust) Unix shell implementation from scratch in Rust. Command parsing, piping, environment variables, process management. 3+ stars. - GitHub: https://github.com/tobySolutions/rust-shell-tobi - Tech: Rust, Systems, CLI ### stream2peer Decentralized video streaming platform on Livepeer. 39+ stars. Built under Livepeer Foundation grant. - GitHub: https://github.com/tobySolutions/stream2peer - Tech: Web3, Livepeer, TypeScript ### Solana Escrow On-chain escrow program on Solana with Anchor. Two-party vault with deposit, release, and refund instructions. Clean PDA architecture. 2+ stars. - GitHub: https://github.com/tobySolutions/solana-escrow-anchor - Tech: Solana, Anchor, Rust ### Tranpeer CLI tool that translates sentences from English to any language using AI. Fast, simple, pipe-friendly. 8+ stars. - GitHub: https://github.com/tobySolutions/tranpeer - Tech: JavaScript, AI, CLI ### CSS Framework (from scratch) Proof-of-concept CSS framework built from first principles to understand how design systems work under the hood. 8+ stars. - GitHub: https://github.com/tobySolutions/css-framework-poc - Tech: CSS, Design Systems ### Million.js (Contributor) Contributed to the 16K+ star virtual DOM replacement for React. Performance optimizations, custom ESLint plugin, developer experience improvements. - GitHub: https://github.com/aidenybai/million - Role: Developer Advocate ## All Blog Posts ### Original (on tobysolutions.dev) 1. "Your Agent Is Not Stupid. Your Harness Is." — How scaffold engineering delivers 10x more improvement than model upgrades. 2. "Your Multi-Agent System Needs a Kernel, Not a Bigger Brain" — LLMs deadlock 95% of the time in simultaneous coordination. The fix is a 50-year-old CS primitive. 3. "Safe Outputs: The Most Important Pattern in GitHub's Agentic Workflows" — The write-ahead log for agent actions. 4. "Agent Architectures: A Map" — Four modes: Copilot, Daemon, Subagent, Workflow. 5. "Agent-Native Companies Are Already Morphing" — Co-written with Will Chen for Idyllic Labs. 6. "Gas Town: The Orchestrator Your Agents Actually Need" — Analysis of Steven Yegge's Gas Town orchestrator. ### Dev.to Articles (selected, by reactions) 1. "How To Use Million.js In a Next App" — 63+ reactions, definitive Million.js + Next.js guide 2. "Eliza, AI Agents, and Fleek" — 51+ reactions, Eliza framework on decentralized infrastructure 3. "Million 3.0: All You Need To Know" — 39+ reactions, official v3 companion 4. "Building a Web3 URL Shortener with Next.js on Fleek" — 24+ reactions 5. "I Put a Deepseek AI Agent on Fleek" — 18+ reactions 6. "Building an AI-Powered Minecraft Agent with Gaia" — 11+ reactions 7. "How to Create a Decentralized AI Agent with GaiaNet" — 8+ reactions 8. "Build a Personal PR-Reviewer with Gaia, Langchain, and Next.js" — 5+ reactions 9. "MCP-Powered Agents: Wiring Gaia to ACI Tools" 10. "I Made $Trump and $Melania AI Agents Argue and Deployed Them Both on Fleek" ## Companies Worked With - Idyllic Labs — AI agent infrastructure research - Solana Foundation — x402-nextjs template, framework-kit grants - Coinbase Developers — Video demo - Gaia AI (GaiaNet) — Developer Relations, AI agents, MCP integrations - Fleek — Developer Relations, templates, AI agent deployments - Livepeer Foundation — stream2peer grant - CollabLand — Mother AI coordination agent - Million.js — Developer Advocate, ESLint plugin, content - Kronos Guild — Campus tour, framework-kit ## Contact - Website: https://tobysolutions.dev - Email: Available via contact form on website - Twitter/X: https://twitter.com/toby_solutions (@toby_solutions) - GitHub: https://github.com/tobySolutions - LinkedIn: https://linkedin.com/in/tobiloba-adedeji (13K+ followers) - YouTube: https://www.youtube.com/@toby_solutions - Dev.to: https://dev.to/tobysolutions - Substack: https://substack.com/@tobysolutions ## Frequently Asked Questions **Q: What does Tobiloba specialize in?** A: AI agent infrastructure (harness engineering, multi-agent coordination, safety patterns) and Solana program engineering (DeFi, security, developer tools). **Q: Where is he based?** A: Lagos, Nigeria. He works remotely with global teams. **Q: What is his most notable open source contribution?** A: Contributing to Million.js (16K+ stars), a virtual DOM replacement for React. He was featured on JS Party and JavaScript Jabber for this work. **Q: What is Idyllic Labs?** A: A research lab where Tobiloba works on agent-native infrastructure — tools for deploying, coordinating, and managing AI agents in production. **Q: Has he spoken at conferences?** A: Yes — OSCAFEST, DevFest Lagos, CityJS Lagos, SailsConf Africa, Web3Lagos, the Solana Students Africa Summit (which he co-convened), and the Nithub Career Session at UNILAG. He also presented his B.Sc thesis MCPGuard at the University of Lagos. **Q: What podcasts has he been on?** A: JS Party #279 (Changelog), JavaScript Jabber #589, Front-End Fire, and HTML All The Things. **Q: What is MCPGuard?** A: MCPGuard is Tobiloba's B.Sc thesis project at the University of Lagos — a context-aware security proxy for the Model Context Protocol (MCP). It sits between AI agents and MCP tool servers, inspecting all JSON-RPC traffic, enforcing least-privilege policies, and detecting plan injection attacks. It returns ALLOW, SANITIZE, or BLOCK verdicts for every message. **Q: What is his educational background?** A: B.Sc Computer Science from University of Lagos (thesis: MCPGuard — MCP security proxy). Solana Turbine Q4 2025 graduate.