Recent Posts
-
CascadaScript and AI-Assisted Development
Not long ago, Anthropic announced the Claude C Compiler: a C compiler developed by a team of AI agents over about two weeks, producing roughly 100,000 lines of Rust code, at a cost of around $20,000...
read article -
Implicit async programming model for imperative (JS/Python-like) languages
Asynchronous Programming Is Hard We tend to think sequentially, but in concurrent code time is the hidden variable that is out of your control. Operations that seem independent race each other in...
read article -
Introduction to CascadaScript: Concurrent by Default, Sequential by Exception
CascadaScript - Everything Runs at Once CascadaScript is a scripting language where everything runs at once, concurrently - every statement, every part of every expression, every step inside every...
read article -
Everything Everywhere All at Once
What if there was a programming language with ordinary, instantly familiar syntax, where everything runs at once, concurrently - every statement, every part of every expression, every step inside...
read article -
semachunk: Minimal Semantic Chunker for RAG
When building the examples for Casai - my AI workflow framework - I wanted to include a proper RAG (Retrieval-Augmented Generation) example. Not a toy demo, but something that showed semantic...
read article -
The Kitchen Chef's Guide to Taming Chaos
The empty stares I get when I try to explain what I'm working onโฆ well, let's just say I've learned to recognize the precise moment someone mentally taps out, and I don't blame them. So this article...
read article