-

LoveFlix 2.0 — Or How I Turned Explosions into Romance (Again)
Direct Download Links Last year, in a moment of questionable judgment and mild creative curiosity, I built a small experiment. It asked a very simple question: What if every movie… was secretly a love story? You typed in Die Hard and suddenly it wasn’t about terrorists and ventilation shafts anymore. It was about a man…
|
-

A Guitar Hero Controller Is Still a Guitar (If You Treat It Like One)
I didn’t set out to build a new music application.I wanted to clean my attic. That plan failed almost immediately. During the Christmas–New Year holidays, I stumbled upon my old Nintendo Wii. Next to it: a Guitar Hero / Rock Band guitar controller. Plastic body, five colored frets, strum bar, whammy bar. A device that…
|
-

SCRUM 2.0.0 — Programming by Intent (and a Little Faith)
There’s a moment in every side project when it stops being fun and starts becoming serious.For SCRUM, that moment is version 2.0.0. Not because the syntax suddenly got stricter, or because someone wrote a 40-page spec. But because intent itself became a first-class citizen in the language. SCRUM 2.0.0 isn’t about writing less code for…
|
-

Hockey Madness: Celebrating Ten Years with Chaos and Charm
What happens when you mix a decade of tradition with a dash of playful chaos? HC Lokeren decided to find out. When HC Lokeren hit its ten‑year milestone, we didn’t just bake a cake. We transformed our indoor hockey championship into a carnival of organised chaos. On 22 November, the club kicked off a series of events to…
|
-

TDD is Dead. Long Live the Test.
Why classic test-driven development doesn’t fit AI-powered coding There was a time when Test-Driven Development (TDD) was treated as a foundational discipline in software engineering. Writing the failing test first, then the minimal implementation, and finally refactoring became the mantra for clean code — a ritual popularized by Uncle Bob and widely practiced in craftsmanship…
|
-

MusicAgent v1.5.0 – Creative Mode Is Here!
The latest MusicAgent release is here — version 1.5.0 introduces Creative Mode: a new visual way to compose music with Sonic Pi, while chatting live with your AI music assistant. If you prefer composing with visuals instead of just code — or simply like seeing your song’s structure take shape in real time — this…
|
-

AI Grooves: Finding the Funk with SentenceTransformers
Finding the right sample for a track used to feel like digging through a crate of vinyl in the dark. With AI token limits, I couldn’t just throw every sample at my agents and hope for the best—I needed a way to serve up only the most relevant sounds. That’s where SentenceTransformers came in, using…
|
-

MusicAgent – Yamnet Integration for Enhanced Music Creation
Alright, buckle up buttercup, because MusicAgent just got a whole lot more groovy! We’ve turbocharged this musical maestro (as of v1.3.0) with Yamnet, and it’s like giving your samples a backstage pass to the coolest AI jam session ever! So, what’s the big deal? Well, before, MusicAgent was like a talented DJ who could spin…
|
-

Music Agent v1.3.0 – Now Supporting Samples!
We’re thrilled to announce the release of Music Agent v1.3.0, a major update that takes your music composition to the next level with sample support! What’s New in v1.3.0? 1. Sample Selection and IntegrationSamples are now seamlessly integrated into the creation chain, offering endless possibilities for creativity. Whether you’re layering beats, adding texture, or experimenting…
|
-

Token Tuning: Mastering Character & Token Limits for Anthropic and OpenAI Models
Managing tokens and characters effectively is crucial when working with AI models like Anthropic and OpenAI. In this blog, we share lessons learned from developing MusicAgent, a multi-agent system, including tips on chunking data, compressing inputs, and understanding the differences between tokens and characters. With practical insights, code examples, and links to pricing details, this…
|