I built an AI tool that audits AI ideas — here’s what I learned

ProductionLens AI featured image showing an AI readiness audit blueprint with a magnifying glass revealing production gaps across security, data, architecture, RAG, observability, evaluation, adoption, and executive readiness.

There’s a meeting happening in organizations everywhere right now. Someone walks in with an AI idea. The room gets excited. Someone asks about budget. Someone else mentions a competitor doing something similar. And then — without anyone quite deciding — the project gets a name, a Slack channel, and momentum.

Six months later, it’s either quietly dead or expensively broken.

I’ve watched this happen enough times that I stopped finding it surprising and started finding it interesting. Not because people are careless, but because the gap between having an AI idea and understanding if it’s actually ready for production is wider than most people think — and almost nobody has a structured way to cross it.

So I built a tool to do exactly that. I called it ProductionLens AI.


The problem I was actually trying to solve

The conversation around AI projects almost always starts at the wrong end. People jump straight to the model — which LLM, which vector database, which cloud provider — before they’ve seriously asked whether the idea itself is production-ready.

Data quality, security posture, observability, change management, ROI projection — these aren’t afterthoughts. They’re the things that actually determine whether an AI project survives contact with reality. But they tend to get addressed late, under pressure, after the architecture is already locked in.

The old saying holds: “measure twice, cut once.” In AI projects, most teams are cutting before they’ve measured at all.

The frustrating part is that these aren’t exotic questions. They’re the same questions any experienced engineer or architect would ask — just never all at once, never systematically, and almost never before the budget is already committed.

What I wanted was a structured audit — something that could take a plain-language description of an AI initiative and pressure-test it across every dimension that matters, before a single line of production code gets written.

ProductionLens AI audit engine home screen with project description form, example inputs, and 68% fleet readiness

What I built, and how it works

ProductionLens runs what I call an 8-lens audit framework. Each lens represents a distinct risk surface:

The 8-Lens AI Readiness Framework: architecture, data, RAG, security, observability, evaluation, adoption, executive

The engine runs locally using Llama 3.2 via Ollama — meaning no data leaves the machine. For enterprise demos, this matters enormously. The moment you can say “100% on-premise execution” and open the network monitor to prove it, you’ve eliminated the most common objection before it’s raised.

The output isn’t a vague summary. It’s a structured scorecard, a readiness checklist, a gap map showing the delta between current state and what enterprise production actually requires, and a concrete 3-month pilot roadmap with budget estimates.

ProductionLens AI review results showing readiness score 42, a Secure Now recommendation, and per-lens score breakdown
ProductionLens AI report with readiness checklist, three-phase security audit pilot plan, and encryption gap map

What surprised me in the build

The build surfaced things I didn’t anticipate:

Forcing structured output from a small local model is harder than it sounds. Getting Llama 3.2 (3B parameters — genuinely small) to consistently return valid JSON with the exact schema you need requires careful prompt engineering. The trick that worked: Pydantic schemas as the contract, and a system prompt that treats the LLM as a “structured data generator” rather than a conversational assistant. Once that mental model clicked, output quality improved significantly.

The fiscal responsibility constraint was a deliberate design choice. I tuned the budget estimation logic to prioritize lean validation pilots — $50k to $120k — rather than projecting unrealistic millions. This makes the tool more useful in the real world. Innovation budget approvals at the $80k level are a very different conversation from $2M asks.

The comparative analysis view became the most compelling feature. Being able to put two AI initiatives side by side — radar chart, 8-lens delta table, AI-generated strategic insight on which to fund and why — is the kind of output that changes a room. It turns a subjective “which project should we prioritize?” into a structured, defensible decision.

ProductionLens AI comparative analysis: Sales Intelligence AI vs HR Assistant radar chart of readiness footprint
ProductionLens AI 8-lens benchmark table comparing baseline and comparison scores with deltas and recommendations

The portfolio view told a story I wasn’t expecting. Seeing 56 audits across a fleet of initiatives, with a “Fleet Readiness” score of 68% and a trend line showing organizational maturity improving over 30 days — that’s not just a dashboard. That’s a narrative about how a team is getting better at AI governance over time.

ProductionLens AI Portfolio Intelligence: 56 audits, 68% average readiness, and a rising readiness score trend line
ProductionLens AI fleet roster listing audited AI projects with readiness percentages and health status labels

The thing most people are underestimating right now

The AI industry has invested enormous energy in making models better, faster, and cheaper. That work is genuinely impressive and nowhere near finished.

But the gap that’s actually costing organizations money isn’t model quality. It’s AI readiness infrastructure — the frameworks, audit processes, governance tooling, and evaluation mechanisms that determine whether a model deployed into a real enterprise context will succeed or fail.

Most teams don’t have this. They have a model and a vibe.      

And as AI systems get more agentic — taking actions, chaining steps, accessing live data — the cost of skipping the audit layer isn’t going to shrink. It’s going to compound.

The organizations that are quietly pulling ahead aren’t necessarily the ones with the best models. They’re the ones that have figured out how to systematically evaluate, prioritize, and de-risk their AI portfolio before committing resources. That’s a process problem, not a technology problem. And unlike most technology problems, it’s actually solvable.

ProductionLens is one answer to one part of that problem. But the broader pattern it points to — AI governance tooling as a serious discipline — is one of the most underinvested areas in enterprise AI right now.

The consultants have noticed. The vendors are catching up. But the practitioners closest to the real implementation pain are still the ones best placed to build something genuinely useful here — before the space fills up with expensive, over-engineered platforms.


What I’d do differently

Honestly? I’d invest more in the prompt layer earlier. The quality of the AI’s output is almost entirely a function of how well you constrain and direct it — and that’s not glamorous work, but it’s the work that actually determines whether the tool is useful or just impressive-looking.

I’d also stop underestimating small models. Llama 3.2 at 3 billion parameters — running entirely on a laptop — produced audit insights that held up in front of technical audiences. The assumption that enterprise-grade output requires enterprise-grade compute is worth questioning. What it actually requires is a well-designed prompt and a strict output contract.

The PDF was an afterthought, and the first version looked like a text dump. For enterprise use, the leave-behind matters as much as the live demo — an executive who can’t share your output after the meeting has nothing to carry back to the people who hold the budget.


A closing thought

There’s a version of the AI future where every organization has a real, structured way to evaluate AI ideas before they become expensive mistakes. Where “should we build this?” gets answered with data rather than enthusiasm. Where the audit happens before the architecture, not after.

We’re not there yet. But for the first time, the tools to build that future are within reach of a single motivated practitioner — no research lab required, no seven-figure budget needed.

The audit, it turns out, was never the boring part. It was always the part that mattered most.


ProductionLens AI is open source: github.com/AkshatUniyal/ProductionLens-AI

Text card: ProductionLens AI is a local-first, on-premise AI readiness audit engine built with Llama 3.2 and Ollama

Read this next

One essay a week. No hype.