cd /news/ai-agents/ai-era · home topics ai-agents article
[ARTICLE · art-131776] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=· neutral

AI era

A developer reports that after several months of using Claude Code for Java development tasks, the role has shifted from hands-on implementation to supervision of an AI assistant. The developer argues that AI precision depends on task simplicity and available context, with complex tasks proving impossible to review and requiring excessive time, and notes that many organizations, particularly in Europe, are still only using basic AI chat capabilities.

by read5 min views1 publishedSep 16, 2026

I have recently been coding using Claude Code* in my Java development tasks for few months. I have some general thoughts to share.

For sure, we are facing kind of revolution right now. It has been there for few years I guess but it is slowly spreading to all organisations worldwide. As there are ones which are most innovative and the ones which on the opposite side of the spectrum the AI utilization is not even. I can make educated guess, very many of the companies, especially in Europe are still only scratching the surface of AI revolution. In my view the basic is using AI chat abilities only. Writing or pasting questions and getting answers. Most innovative seem to be including AI in the whole process of bringing value to customer: making product plans, suggestions in the field of customer satisfaction, implementation, infrastructure supervision, defect root cause analysis, etc. It is a revolution as it happens fast and so it brings much uncertainity. There is a big question there all the time which everybody has in his mind, no matter the role, which is still unanswered: how to use this new approach in my job?

From my point of view which is the developer one, the revolution is about completely shifting from implementation to supervision. I am now more like a development manager who says what to do from technical side of things. I am reading the output, giving commands and in general managing the work of my virtual AI employee. This must be shocking thing for many of senior developers out there. Suddenly, majority of your development skills become irrelevant. That is why I am sure we are going to recognize current time as a new AI era.

While we are adopting to the new development approach, many doubts show up. For me the main one is: to what extent should I be using AI help? There are many options, starting from very specific tasks up to very general:

For those of you who do not know, Claude Code* is the tool which integrates with your IDE (it also has a basic chat but this is irrelevant) and can read and modify the files on your computer. It can also communicate with MCP servers to extend its functionality, so for example it there is Jira MCP you can instruct it to read and write Jira tickets and if there is Chat MCP you can summarize or read your conversations etc. It is possible to produce the prompt like: "Create the feature basing on the ticket 12345. Divide the work into smaller chunks and write them as subtasks in Jira. Create tests when required. Commit and push when done." This is example of very general task and after waiting for a long time the results are not satisfactory.

(* the tool is just example in the article, there are other ones on the market which have similar functionality and I bet are equally productive, for sure the interesting one is OpenCode which helps to avoid vendor model lock-in)

How should we approach implementation of production code with AI then?

From my observations AI precision is proportional to the simplicity of the task and to the amount of context it has. The more complex the task is the more context it requires and the more time AI will need to complete it. Most importantly, the complexity lowers the factor of human understanding. The more complex the task, the less clear the output is for a developer.

factor Simple task Medium complex task Complex task
little context OK not OK not OK
much context OK OK not OK
factor Simple task Medium complex task Complex task
human supervision easy to review possible to review impossible to review
time needed very little reasonable amount very much

What is the context exactly?

This is information about our project: what are the coding standards, what are the coding guidelines, testing guidelines. What is the architecture of the application. How it is built and deployed, etc. Context is the information which every developer should know.

Taking above into consideration, in my opinion one can only do simple tasks with AI if we want to keep human supervision (do we?). I think we as humans should still be able to make a manual PR review for AI work. It keeps us up-to-date with the code and allows the mental model of application no to vanish from our minds. This is important. You could ask "how can we program complex feature then?". The answer is just like it was in manual development era: you need to divide complex task into smaller chunks which are simple tasks. Actually, we can also use AI to create such a plan where work is divided into simple small tasks.

I am sure this is not final idea of developing the production code with AI which I stated above but it is getting some shape at least. Using AI for other purposes is a different story to me.

I utilize it to various tasks but I am sure there are many areas I am not aware of.

As of today, besides implementation, the tasks are:

I think we all know AI advantages so I would like to name few threats as well.

While the revolution means fast pace, until it slows down we are not going to feel comfortable. Nobody actually knows where are we heading to. All the scenarios are on the table right now. As for now it seems we need to adapt quickly and use the new programming paradigm in a sensible way.

── more in #ai-agents 4 stories · sorted by recency
── more on @claude code 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ai-era] indexed:0 read:5min 2026-09-16 ·