On Mastodon, I just came across “I Went All-In on AI. The MIT Study Is Right.” from Josh Anderson. He spent three months building a product using only AI-generated code. The result? A working product, but also a dangerous realization: He no longer fully understood his own creation. When a small change was needed, he hesitated.
(more…)Tag: SoftwareEngineering
-
Recommended read: Frictionless – About Eliminating Development Friction
I just read Martin Fowler’s blogpost and foreword to Frictionless by Andrew Harmel-Law. The book’s core idea is simple but powerful: How do we make developers truly efficient? Not by adding more processes, tools, or meetings, but by removing the friction that slows teams down and using smart metrics.
I put it on my reading list and I’m curious about it!
-
What I am Missing in Most GenAI Conversations
When people talk about Generative AI, the focus is usually on:
- Prompting
- LLMs
- Chatbots
- Proofs of Concept (POCs)
But what I am missing a lot in those conversations are:
- Try classic automation first
- Process integration: Can I add it into a process so that it fixes a problem?
- Data privacy
- Security
- Works council/employee representation (if applicable)
- Observability (not just the usual observability but also prompts and responses)
- Robust data pipelines (a.k.a ETL)
- Model Selection
- Model decay & re-evaluation (How often will you need to update? Currently about ~1x / year)
- Regulatory Compliance AI Act (EU)
- Costs (Tokens, maintenance, scaling — over years, not demo days)
- Scalability
- Latency & Performance:
- Testing (“it works in demo” ≠ “it works in production with real users”)
- Human-in-the-Loop (HITL):
- The other 95% of the app (The “boring” software stack around the AI)
- APIs (If it’s meant to automate, it needs to talk to other systems)
If there’s a user interface:
- Interface design & UX (no one uses what they can’t understand)
And the elephant in the room:
- How do you address the fear—justified or not—that you might be innovating people out of their jobs?
-
Github Copilot is the Coach I always Wanted
We hear a lot about the bad side of AI Code Generation etc. But there are also quite some good sides that should not be ignored.
(more…) -
Is it finally over for Developers?!
We’ve heard it all a couple of times: “GenAI is replacing Software Developers”, Vibe Coding, … A C-Levels dream to (finally) get rid of expensive software developers by using AI.
(more…)