Noos - Where Thought, Code, and Craft Converge

Tokuin: Token Intelligence for LLM Developers

4 minute read Published: 2025-11-07

Tokuin: A Rust CLI for LLM token counting, cost estimation, and load testing. Analyze prompts, compare models, and test APIs with reliable token intelligence.

mock: Build APIs with Shell Scripts, Not Frameworks

2 minute read Published: 2025-11-05

Build REST APIs with shell scripts using mock framework. Lightweight API prototyping without heavy frameworks—perfect for testing, mocking, and quick integrations.

Java vs Rust: A ROUGE-L Performance Comparison

5 minute read Published: 2025-11-02

Java vs Rust performance benchmark: ROUGE-L implementation comparison shows dramatic speed differences. Same algorithm, same results, wildly different execution times.

What Happens When Prototypes Try to Go to Production

3 minute read Published: 2025-11-02

Why AI prototypes fail in production: technical debt, scalability issues, and the gap between research and production ML systems. Real-world observations.

The Zola About Page Puzzle: When Root Sections Bite Back

3 minute read Published: 2025-11-02

Solving Zola static site generator routing issues: how root-level pages work differently than expected. Quick fix for about page and section configuration.