do i even want to work with ai?
https://michjnich.com/blog/2026-01-27-do-i-even-want-to-work-with-ai
do i even want to work with ai?
https://michjnich.com/blog/2026-01-27-do-i-even-want-to-work-with-ai
> Where do those of us who enjoy the coding part of development go from here?
I am thinking about the same these days. The answer may be to somehow join forces and open slop free shops with like-minded people. I don't know if there's a market for that, though, as it seems all decision makers drank the Kool-Aid.
@decibyte @michjnich maybe in the future, a low-code solution will mean "using less code" as in "less stuff can break, less stuff to maintain, faster and more performant, cheaper to scale"
And "less code" and complexity doesn't point towards AI (although maybe for "post-processing").
@michjnich @decibyte "low-code" as in "low amount of code" 😁
The actual low-code systems are an income generator for future developers, as they tend to need a lot of help. And now we're seeing the same for AI.
AI will produce more complexity because it favors self-contained changesets that do not integrate very nicely. An example from the Python world: the unnecessary local imports:
```
def view_written_by_ai(request):
from .models import TheModel # <= why?
```
@michjnich @decibyte while reading your great blog post (thanks for sharing!!) I was btw also wondering:
We're all aspiring to improve ourselves, as developers.
Industry/society wants better developers and better software.
Then instead of spending the resources on improving the developers (we've always been improving btw), we get this ENORMOUS diversion of resources into AI. It's like theft.
That money should have been spent on education for developers.