AI Tools That Actually Work

Rust 🦀 builds what doesn't break. AI makes it human.

What I Build

AI tools that actually work, powered by Rust 🦀

LIVE

API0.AI

English → API magic, no docs needed

Rust-powered NLP routing

LIVE

CVENOM

CV + Job → Perfect match in seconds

AI resume optimizer, bypass ATS systems

MVP

SOLANIZE

Chat → Solana swaps instantly

MVP under heavy development

YOUR PROJECT

Custom AI with my Rust stack

Your product, my portfolio tech

API0.AI - My Flagship Solution

My flagship solution that uses advanced NLP to match user inputs to API endpoints, reducing integration complexity for businesses.

  • Minimal setup with JavaScript SDK
  • Secure API key management with domain restrictions
  • Scalable for enterprise traffic
  • Powers all my portfolio tools
const api0 = await Api0.initialize({
  apiKey: "your-api-key",
  domain: "yourcompany.com"
});

Powers all my tools

30min FREE: Build your AI edge with my Rust portfolio

Book a free consultation to see how my proven AI tools can power your business

Get in Touch

Latest insights

Thoughts and tutorials on Rust, LLM integration and AI agent development.

rustApril 10, 2025

GC Pauses and Latency: The Hidden Cost of High-Level Languages

Java, Python, and JavaScript offer convenience, but garbage collection introduces unpredictable latency. Explore how runtime memory management affects performance in real systems.

rustApril 11, 2025

C Gives You Control, But at What Cost?

C avoids garbage collection and gives manual memory control, but opens the door to dangerous bugs. Explore real-world memory issues and why they matter.

rustApril 12, 2025

Rust: Memory Safety Without Garbage Collection

Rust gives you the performance of C with memory safety enforced at compile time. Learn how ownership and borrowing eliminate entire bug classes.