Tariq Shaukat34:05
We at Sonar happen to be very lucky — there's that curse, may you live in interesting times. One of the areas being disrupted the fastest is software development. It's not that software development won't exist — it is fundamentally changing. Cursor, Codium, Copilot — these are absolutely changing the way software developers work. A lot of the press has got it wrong. There will be a lot more people able to write software from scratch because of these tools — the barrier to entry is super low and getting lower. But if you're working inside a large car company, you still have to make sure it's not going to crash and nobody can hijack it. In our mind, the nearest impact is reducing a lot of the toil work, the repetitive work. Stripe put out a study saying half a developer's time is spent on stuff that is not creating value — documentation, debugging, remediating tech debt. AI is going to play a massive role, but it will be very different depending on what slice of the world you look at. What we're seeing is an explosion of code — more code is being written because you can write it faster. That code has hallucinations, errors, and there are malicious attacks being put into the LLMs themselves. It's creating a whole new level of uncertainty. One customer recently said they're experiencing an outage a week because they're using AI code generators and their code review practices aren't up to standard. The problems AI creates are subtle and hard to find — it makes up a library name because it seemed logical that it should exist. Platform engineering is now a real thing — you need to standardize your development toolchain because all these changes make rigor, discipline, and structure that much more important. We're riding sidecar to these AI code generators because you generate the code and then need to check it for quality and security. Lastly, the expectations have changed — four years ago the answer was educate the developer, now it's take all the context about what created the issue, feed it into an LLM, and see if it can come up with a fix. I caution my team constantly: don't believe the headlines. The headlines are almost always sensationalist, and it's going to have a bigger impact in some parts of the market than we expect, and a very different impact in other parts.