Blog
All articles. All pillars. All authors.
#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.
#175 -- Documentation Comments in FLIN
How FLIN documentation comments generate API docs and IDE tooltips automatically.
#177 -- The FLIN VSCode Extension
Building a VSCode extension for FLIN with syntax highlighting, autocomplete, and error diagnostics.
#178 -- The Module System and Imports
How FLIN resolves imports, manages modules, and handles circular dependencies.
#134 -- Zstd Compression and Blob Garbage Collection
How FLIN uses Zstandard compression and garbage collection to keep storage efficient.
#140 -- Observability and Monitoring
Built-in observability for FLIN applications -- request logging, error tracking, performance metrics, and health checks.
#191 -- JavaScript and TypeScript Compatibility
How FLIN bridges the gap for JavaScript and TypeScript developers with familiar syntax.
#195 -- Named Arguments and the Elvis Operator
Named arguments for readable function calls and the Elvis operator for null coalescing.
#196 -- 301 Sessions in 42 Days: The Complete Timeline
The complete timeline of 301 development sessions over 42 days building FLIN.
#197 -- The Day We Built the Lexer, Parser, and VM (Sessions 1-10)
January 1-2, 2026: building a lexer, parser, and virtual machine in 10 sessions.
#198 -- The FlinUI Sprint: 70 Components Overnight
How we built 70 UI components in a single overnight session.
#199 -- The Temporal Debugging Marathon
20 sessions spent debugging and perfecting the temporal model.