AI/ML
A web server with no application logic. Just an LLM with three tools. The Shower Thought
One day we won't need code. LLMs will output video at 120fps, sample inputs in realtime, and just... be our computers. No apps, no code, just intent and execution.
That's science fiction.
But I got curious: with a few hours this weekend and today's level of tech, how far can we get? The Hypothesis
I expected this to fail spectacularly.
Everyone's focused on AI that writes code. You know the usual suspects, Claude Code, Cursor, Copilot, all that. But that felt like missing the bigger picture. So I built something to test a different question: what if you skip code generation entirely? A web server with zero application code. No routes, no controllers, no business logic. Just an HTTP server that asks an LLM "what should I do?" for every request.
The goal: prove how far away we really are from that future. The Target
Contact manager. Basic CRUD: forms, database, list views, persistence.
Why? Because most software is just CRUD dressed up differently. If this works at all, it would be something.