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.
rustMarch 31, 2026
What is &mut *x (reborrow) in Rust, and why does it freeze the original reference?
Rust memory and borrowing
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