AI Tools That Actually Work—Built Solo

My portfolio: api0.ai | cVenom (live) | Solanize (MVP) - All powered by my Rust 🦀 + AI tech

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

BOOK 30MIN FREE

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.

rustNovember 4, 2025

Instruction-Level Optimization: #[inline(always)]

Strategic application of Rust's #[inline(always)] attribute for instruction-level optimization, covering effective usage patterns and risks of overuse

rustNovember 4, 2025

Align data structures to cache lines

Designing cache-aligned data structures in multi-threaded Rust applications to prevent false sharing and optimize performance for large dataset processing

rustNovember 3, 2025

Mastering Inline Assembly in Rust: When and How to Optimize Safely

Low-level optimization in Rust, focusing on using inline assembly for performance-critical tasks