<- all tokdocs

Stop Custom-Cooking Your AI Prototypes

Watch on TikTok

View on TikTok ->

Most engineering teams treat AI projects the same way they treat production software: spec everything out, configure every detail, build the full custom solution from day one. Nate Jones argues that mindset is exactly why most AI projects never ship. The numbers back him up. According to Gartner, 85% of AI projects fail to reach production. A Vanson Bourne survey found 99% have data or data access issues. The problem is not ambition. The problem is teams spending months on production-grade infrastructure before they even know if their data is useful.

Nate Jones discussing AI project failure rates, with on-screen text reading "AI paradigm shift: this blocks 99% of AI projects"

Custom Meals vs. Can Openers

Jones frames the choice as custom-cooked meals versus a can opener and a can of soup. A custom-cooked meal is a fully specced AWS deployment, hand-tuned pipelines, and bespoke API layers built for scale. A can opener is a tool you grab off the shelf, plug in, and use to get a working prototype running in hours instead of weeks.

The custom meal still has its place -- large production environments need that level of care. But if you are in the early stages of an AI project, trying to figure out whether your data can even support the use case, you need the can opener.

Jones explaining the need to move from custom-built thinking to rapid prototyping approaches

DreamFactory as an Example

Jones points to DreamFactory as one example of a can-opener tool. It is an open-source project on GitHub that gives you API access to your data sources without building custom integrations from scratch. He is clear that this is not a paid endorsement. The point is the category, not the brand: cheap, effective tools that let you stand up a data access pipeline fast enough to test whether your data works for an LLM.

The goal of these tools is simple. Take a challenge from leadership or the market, get a prototyped data pipeline running, grab the data you need, and start testing. Find out if your data is any good for the model. Make a decision on whether to iterate or pivot. That first loop needs to be fast.

Jones describing how open-source tools like DreamFactory enable rapid prototyping for AI data pipelines

The Speed-of-Prototype Gap

Jones believes the tooling ecosystem has a blind spot here. There are plenty of tools for production-grade deployments and plenty of tools for model training. There are not enough tools designed specifically for that initial prototyping loop where you validate data quality, test feasibility, and decide whether to invest further. He calls this a "huge miss" for the industry.

His ask to the community: if you are building tools that fit this can-opener model -- things that developers can grab, spin up quickly, and use to prototype AI pipelines -- he wants to hear about them.

Key Takeaways

  • 85% of AI projects fail to reach production (Gartner), and 99% face data access issues (Vanson Bourne), largely because teams over-engineer before validating feasibility
  • The "can opener" approach means grabbing off-the-shelf tools to prototype data pipelines fast, rather than building custom infrastructure upfront
  • DreamFactory is one example: an open-source tool for rapid API-based data access, available on GitHub at no cost
  • The industry lacks enough prototyping-stage tools, and the teams that find and use them will close the gap between idea and production faster

Published May 26, 2026. Writeup generated from a favorited TikTok.