Projects
Open source tools, infrastructure, and programs. Everything from AI agent harnesses to bare-metal Rust servers.
AI Agent Infrastructure
idx
CLI toolkit for agent-native organizations. Agent definitions in MDX, Unix-native execution, TUI and web UI.
agentgateway
nginx for AI agents. Cost budgets, rate limiting, circuit breakers, and a live dashboard for agent fleet management.
Super Tobi
Personal AI operating system built on Claude Code. 19 slash commands, 30+ Python scripts, autonomous job search pipeline. Filesystem-native — fork it, make it yours, run your life on it.
Elements of Agentic System Design
Open conceptual framework decomposing intelligent systems into 10 elements: Context, Memory, Agency, Reasoning, Coordination, Artifacts, Autonomy, Evaluation, Feedback, Learning.
MCPGuard
Context-aware security layer for Model Context Protocol. Zero-trust proxy between AI agents and MCP tool servers — inspects JSON-RPC traffic, enforces least-privilege policies, detects plan injection attacks. B.Sc thesis project at UNILAG.
auto-writer
Research-to-essay pipeline. Synthesizes Notion notes with real-time X/Twitter signal through a Paul Graham-inspired editing pass. Kills newsletter voice.
sol-fuzz
AI-powered security scanner for Solana programs. Finds vulnerabilities and generates proof-of-concept exploits automatically.
Minecraft Gaia Agent
AI-powered Minecraft agent built with Gaia's decentralized inference. Navigates worlds, gathers resources, and responds to natural language commands inside a live Minecraft server.
Financial Harness
Security infrastructure for AI agents that handle money. 12-layer security stack with policy-as-code, circuit breakers, and encrypted audit trails.
GitHub PR Review Agent
AI-powered pull request reviewer built with Gaia. Integrates with GitHub to automatically review PRs with detailed, actionable feedback. 8+ stars.
Eliza Firecrawl Plugin
Plugin for Eliza AI agent framework enabling web scraping and search via Firecrawl. Data extraction and intelligent web crawling for autonomous agents.
Eliza Twitter Agent
Autonomous Twitter/X AI agent built with the Eliza framework. Automated posting, engagement, and conversation with configurable personality.
Mother AI Coordination Agent
Multi-agent coordination workflow with Mother registry integrations and CollabLand. Agent-to-agent communication and task orchestration at scale.
Tranpeer
CLI tool that translates sentences from English to any language using AI. Fast, simple, pipe-friendly. 8+ stars.
Idyll Engine
A context-building execution engine for AI-native programming. Builds rich context for agent tasks at Idyllic Labs. 5+ stars.
Solana & DeFi
Axis Protocol
Decentralized protocol for creating and investing in on-chain index funds (ETFs) on Solana. Strategy builder, one-click deployment, and real-time portfolio tracking.
x402-nextjs
Official Solana Foundation template for X402 payment protocol integration. Next.js starter with crypto payment gates, session management, and multi-tier pricing.
framework-kit
Solana Foundation's React framework for dApps. Orchestrates wallets, transactions, and reactive freshness-aware data flows out of the box.
Khoai
Barrier options AMM on Solana. Built with Pinocchio framework, no_std, zero-allocation, 128-bit fixed-point math.
tx-indexer
Solana transaction classifier SDK. Pattern-matching engine for categorizing on-chain transactions by type and protocol.
Solana Escrow (Anchor)
On-chain escrow program on Solana built with Anchor. Two-party vault with deposit, release, and refund instructions. Clean PDA architecture.
Systems & Open Source
stream2peer
Decentralized video streaming platform built on Livepeer. Open source with 41+ stars.
Million.js
Contributed to the 16K+ star virtual DOM replacement for React. Performance optimizations and developer experience improvements.
HTTP Server (Rust)
Lightweight, concurrent HTTP server built from scratch in Rust. GET/POST methods, file operations, path-based routing, and concurrent connection management. No frameworks.
Shell (Rust)
A Unix shell implementation built from scratch in Rust. Command parsing, piping, environment variables, and process management — learning systems programming the hard way.
CSS Framework (from scratch)
Proof-of-concept CSS framework built from first principles to understand how design systems like Tailwind and Bootstrap work under the hood. 8+ stars.