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 🦀
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 tools30min 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 TouchLatest insights
Thoughts and tutorials on Rust, LLM integration and AI agent development.
Understanding Rust Move Closures: A Guide for JavaScript Developers
Learn how Rust move closures work compared to JavaScript closures - ownership, threading, and when to use the move keyword
Boosting Rust Hot Loops: Slashing Branch Mispredictions
Low-level optimization in Rust, focusing on minimizing branch mispredictions in performance-critical loops
SIMD in Rust: Optimizing Matrix Multiplication
Leveraging Rust’s SIMD support for accelerating matrix multiplication with considerations for portability and correctness