BIZTECH: Many organizations build an impressive AI proof of concept but struggle to deploy it in production. Where does that transition usually break down?
WEISS: The biggest issue isn’t unique to AI. It’s true of almost every software development or digital transformation project. Proofs of concept are built around the happy path. They demonstrate how the solution works under ideal conditions. But production environments aren’t ideal. They’re full of exceptions, unusual business scenarios and edge cases.
People are often surprised by how quickly they can build something that handles 90% of the use cases. Then they discover that the remaining 10% can take as much work as the first 90% combined.
That’s simply the nature of software engineering. AI has compressed the time it takes to get from zero to a working prototype, so organizations naturally feel like they’ve solved the problem. But getting from an impressive demo to a production system that works reliably 99.9% of the time is a much longer journey.
Some organizations become frustrated and conclude the technology doesn’t work. More often, they simply underestimate the investment required to finish the job. AI is still software, and it has to be engineered, maintained and managed like any other software system.
BIZTECH: How much of that “last mile” challenge is really a data problem?
WEISS: Data is certainly part of it. Many proof-of-concept projects rely on carefully selected or manually prepared data. Sometimes it’s hard-coded. Sometimes it’s a small, clean sample that isn’t connected to live enterprise systems. That’s perfectly reasonable for proving an idea, but production is different.
Once you begin integrating with real business systems, you’re dealing with live data that isn’t perfectly organized or cleaned up. New scenarios emerge that the prototype never encountered.
The good news is that AI is actually quite good at handling messy data. The bigger issue is often that the necessary information may not exist at all.
Organizations frequently rely on institutional knowledge that’s never been documented. There may not be a written standard operating procedure because employees simply train one another over time. That knowledge lives inside people’s heads, which makes it difficult for AI systems to consume.
One of the most valuable things organizations can do is capture that expertise. Ironically, AI can help with that process. Recording conversations with subject matter experts, transcribing them and organizing that information makes it much easier to build AI systems around knowledge that previously wasn’t documented. Creating usable data has never been easier, but organizations still have to do the work of capturing it.
