I am a developer focused on making Large Language Models (LLMs), RAG pipelines, and AI Agents faster, cheaper, and more secure. I strongly believe in the Zero-Dependency philosophy: removing bloatware and relying on the pure Python standard library wherever possible.
- π Currently working on: Expanding my suite of pure-Python AI micro-tools.
- π± Currently exploring: Advanced Prompt Injection defenses and token-efficient data serialization (TOON).
- π― Looking to collaborate on: Open-source AI tooling, RAG optimizations, and agentic workflows.
- π¬ Ask me about: Python standard library magic, Prompt Engineering, LLM security, and reducing API costs.
I build ultra-lightweight tools that solve real engineering pain points in AI pipelines.
- π json-healer-lite: Instantly repairs and parses malformed, truncated, or markdown-wrapped JSON strings from LLMs.
- β‘ prompt-cache-optimizer: Formats prompt payloads for maximum caching hits on OpenAI and Anthropic to cut API costs.
- π€ micro-agent-router: A minimalist, zero-dependency state machine for routing multi-step agent workflows.
- π md-to-text-lite: Strips Markdown syntax and extracts clean, readable plain text for TTS, search indexing, and RAG.
- π json-to-toon-lite: Compresses JSON arrays into TOON format, saving up to 60% LLM tokens.
- π json-to-yaml-lite: AST-based JSON to YAML converter without requiring
PyYAML. - π€ function-schema-generator: Auto-generates Anthropic/OpenAI schemas directly from Python functions via
inspect. - π html-table-rescuer: Extracts messy HTML tables and converts them into clean, token-efficient Markdown tables.
- βοΈ prompt-token-minifier: Strips code comments and JSON whitespace to drastically cut LLM API costs.
- π markdown-link-resolver: Prepares scraped docs & images (auto-base64) for Multimodal LLM ingestion.




