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.
- π markdown-link-resolver: Prepares scraped docs & images (auto-base64) for Multimodal LLM ingestion.
- π html-table-rescuer: A zero-dependency Python tool to extract messy HTML tables and convert them into clean, token-efficient Markdown tables for LLMs and RAG pipelines.
- βοΈ prompt-token-minifier: Strips code comments and JSON whitespace to drastically cut LLM API costs.
- π€ function-schema-generator: Auto-generates Anthropic/OpenAI schemas directly from Python functions via
inspect. - π 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.




