Selected work
Proof, not promises.
Each project solves a real systems problem: retrieval, orchestration, safety, memory, or the operating layer around them.
Featured buildLive demo
Document Analysis Engine
A RAG chatbot with a genuine tool-calling agent on top — it searches uploaded documents, reports knowledge-base stats, and generates charts, all decided by the model itself. Swappable LLM provider (OpenAI, Anthropic, or OpenRouter).
FastAPIStreamlitRAGAgents
document-analysis / run
sourceUploaded docs
retrieveRAG search
reasonTool agent
outputAnswers + charts
01knowledge_base.searchcomplete02chart.generatevalidated
ProjectWhat it doesStack / access
02Memory Graph Library
Public repo A graph-native memory layer for AI agents — hybrid vector, fulltext, and graph retrieval, with a full memory lifecycle (ingest, reflect, promote, archive) instead of stuffing everything into a prompt.
03Network Observatory
Private system AI-assisted network monitoring and remediation for OpenWrt — log analysis, settings audits, threat detection, and safe command-execution gates before anything touches production.
PythonOpenWrtSecurity
Available on request04Market Scout
Public repo Scans my own project portfolio for reusable proof, scores product and market opportunities against what I’ve actually built, and turns job leads and market signals into a prioritized action queue.
05Modular Agent Runtime
Public repo A modular, project-agnostic runtime for AI agents — model routing, tool execution, policy enforcement, and child-agent delegation, so an application only has to own its domain logic, not execution mechanics.
06Knowledge Graph Kernel
Public repo An event-sourced, bi-temporal knowledge graph kernel for AI agent memory — immutable assertions with full retraction lineage, epistemic reasoning, hybrid retrieval, and multi-hop pathfinding.
07Pipeline Tracker
Live demo A local-first CRM for freelance pipelines — a Kanban board over SQLite with suggest-and-confirm automations: stale-lead alerts, LLM-drafted follow-ups, and stage-change suggestions. Nothing moves without a human confirming it.
A developer workflow CLI — work-session tracking, auto-generated docs and architecture diagrams, and GitHub repo scaffolding, backed by SQLite instead of loose files.