Blog
All articles. All pillars. All authors.
#162 -- The Database Persistence Fix That Took 3 Sessions
From browser to disk: the persistence bug that required three full sessions to resolve.
#179 -- Template Literals and String Formatting
String interpolation, template literals, and formatting functions in FLIN.
#182 -- Production Hardening Phase 2
Phase 2 of production hardening: state consistency, recovery, and reliability.
#183 -- Production Hardening Phase 3
Phase 3 of production hardening: memory optimization, faster compilation, and performance.
#187 -- Search Result Caching
How FLIN caches search results for faster repeated queries.
#188 -- GC, CLI, and HTTP Integration Testing
Integration testing across garbage collection, CLI, and HTTP server subsystems.
#189 -- Tracking Sync and State Management
How FLIN keeps client and server state synchronized with tracking sync.
#190 -- From Alpha to Stable: The Remaining Work
The roadmap from FLIN alpha to a stable v1.0 release -- what remains and how we plan to get there.
#203 -- 9 Agents Running in Parallel: The i18n Sprint
Running 9 AI agents in parallel to implement internationalization across the entire codebase.
#204 -- How We Work: A Typical CEO + AI CTO Session
What a typical development session looks like between a human CEO and an AI CTO.
#174 -- Testing, Benchmarks, and Fuzzing
The built-in testing framework, benchmark runner, and fuzzer for FLIN applications.
#175 -- Documentation Comments in FLIN
How FLIN documentation comments generate API docs and IDE tooltips automatically.