Trying to validate if problem is real or not

Posted by _h4xr@reddit | ExperiencedDevs | View on Reddit | 15 comments

Hi community,

I am a Staff engineer and has always operated in infrastructure space. Over the last few quarters, as AI adoption is being pushed drastically hard on everyone, I have started seeing some inefficiencies. I am trying to build a product to address these inefficiencies and wanted to check in with the broader experienced developers community whether the problem is even real, or am I operating in a silo and maybe over experiencing the problem.

What i am trying to build is a core infrastructure platform for agentic coding. In my company, I have seen that migrations take months to quarters when it comes to focusing on a core library that is used in 1000s of other code repos. The management is pushing teams to leverage agentic coding solutions to perform these migrations.

While we provide the relevant prompts and everything to the agentic workflows, Tracing the exact blast radius is fairly impossible today. This generally leads to AI agents coming up with modifications that will lead to incidents in production.

The other bit is, while Agents are good in coding things that leverage open source libraries (because they are trained on them), they struggle when it comes to internal enterprise codebase (resorting to expensive runtime decompiling or hallucinating functions that will lead the compilation to fail)

We are building for this. An execution context engine that blends static analysis of codebase with runtime data to allow agents to trace through the method calls, their performance characteristics and reason about them and leverage that when working on coding related asks.

Wondering if the community thinks whether this problem is real or not.