Code Lexica logo
Product

AI Ate Engineering, Now It's Coming For Product Management

The bottleneck has shifted from writing code to specifying what code to write. Here's how AI-first teams are automating the grey area between intent and execution.

CBTR
Carter Bastian & Tristan ReesCo-founder, CEO & Co-founder, COOApril 14, 2026 · 10 min read
Share

Writing code is no longer the product bottleneck. Devs are able to implement features faster than PMs can spec out what to build next. For the first time in the history of software, backlogs are actually getting drained.

Adoption of code gen tools like Claude Code and Cursor is now table stakes.

To keep up, you need to adopt AI across your entire product development lifecycle. The next step is to level up your product workflows end-to-end with AI.

If this sounds hyperbolic, it isn't. We wouldn't have made this claim as strongly 6 months ago. However, we've had a front-row seat to our own customers, who are doing this today at every size of company, from pre-seed startup to enterprise software org.

From running discovery with hundreds of engineering orgs, we can confidently say: this trend isn't "coming soon", it's already here, and you need to get on board.

Automating the Grey Area between Intent and Execution

One of the primary roles of product management has always been to convert intent into execution. Let's look at an example.

A few years back, the flow went something like this:

Your PM interviews a newly onboarded customer, who shares a handful of onboarding hiccups and re-ups a feature request you've heard before, and then surfaces a novel pain point worth chewing on.

After the call, your PM drafts a proposal for the bigger idea, files a few tactical Jira tickets for the onboarding friction, and tacks fresh customer validation onto that backlog feature that's been gathering dust for two sprints. A long Slack thread later, they've pulled your most senior engineer into a meeting to untangle the technical constraints.

At the next sprint planning, you punt on the PRD, grab the lowest-hanging onboarding fix, and pluck the old feature request off the backlog after a drawn-out debate. The engineer then burns half a day spelunking through the existing flow before writing specs. Your senior engineer spends a day scoping the bigger feature in a Google Doc, another day chasing PM buy-in, and starts picking off early tasks mid-week (only to realize, once the Jira epic is built out, that end-to-end delivery will take two full sprints).

Two sprints later, you circle back to the customer with one of the requested features shipped, and collect a whole new pile of feedback to restart the cycle.

Today, here's what AI-first companies are doing instead:

Your PM runs the same interview and hears the same mix of onboarding friction, repeat requests, and novel pain points.

Fifteen minutes after the call, they've written tickets for the onboarding fixes. AI converts them into full specs aligned with your codebase, an agentic dev picks them up, pushes PRs, and ships to staging within the hour.

Same day, your PM has AI plan the new feature end-to-end (with full product and codebase context) and breaks it agentically into sub-tasks, each with a spec attached, for every impacted repo. Your devs pull those specs from the new sprint, feed them to Claude Code, and shepherd the resulting PRs through review over the course of the day, course-correcting where needed.

Your PM flips the feature behind a flag, enables it for the customer, and by close of business the next day has already booked the follow-up feedback session.

The difference between these two scenarios is the difference between companies that are moving at warp speed and those whose product velocity is stalling.

There's the obvious cost savings of dozens of product-hours spent meeting, investigating, prioritizing, planning, scoping, and writing specs.

But the even bigger value is that your product moves 10x faster. If you solve your customers' problems faster, you win more customers. You're faster to find product-market-fit, you're faster to get to revenue, and you're faster to adapt to the rapidly changing market.

Companies that can keep up in this new environment will thrive, moving faster and leaner than ever before. Companies that can't will be out-executed by competitors who move faster to adopt and embrace AI in their product lifecycle.

Humans own judgment and discovery; AI owns translation and execution.

Product thought leaders have been saying the same thing for years: a great PM's primary job isn't writing tickets or shepherding specs through Jira. It's discovery. (see Marty Cagan's Product Manager Job Description, Lenny Rachitsky's "What is a PM" Survey, Teresa Torres' Continuous Discovery Framework)

Great PMs are best leveraged in figuring out what's worth building. Defining the problem sharply enough that the solution becomes obvious. Prioritizing against strategy. Aligning stakeholders. Deciding what not to build.

The mechanical translation layer — turning a decided-upon feature into a PRD, a set of tickets, and a sprint plan — has always been the lower-leverage part of the job. It just happened to consume most of the week.

In the new paradigm, PMs spend their time in customer interviews, in strategy conversations, in the messy, high-judgment work of deciding what to build and why.

AI takes the human-defined intent and uses full product and codebase context to convert that intent into specs, tickets, sub-tasks, and Jira epics that your engineering org can actually act on.

This is where most teams get stuck, because the mechanical-translation layer is harder to automate well than it looks.

Breaking a non-trivial feature into a full Jira board of well-scoped tasks isn't just a reasoning and text generation problem. It requires deep context across relevant repos, inferred analogous design patterns. It's knowing what the current data models look like, where the feature flags live, and how the change interacts with work already in flight.

Doing that by hand takes a senior PM and a senior engineer several hours per feature. Doing it with a generic chatbot that has none of your codebase context produces output that looks right and is quietly, dangerously wrong.

In Practice: How to Automate Your Product Workflow

The good news is, you can get 80% of the benefit of a fully-automated product workflow without having parallel-hosted coding agents pushing PRs agentically.

To get there, you need:

  1. Orchestration with your product planning tools — Your product planning tools (Jira, Linear, Asana, ClickUp, Azure, etc.) need to talk to whatever orchestration layer runs your AI coding workflows.
  2. A really strong code context layer — Feeding current, accurate, and complete codebase and product context into every AI call is make-or-break. Bad context is worse than no context and can lead to painful product mistakes that are expensive to walk back. (This is exactly the problem we wrote about in The Missing Intelligence Layer Between Your Codebase and AI Tools.)
  3. Benchmarked prompts and workflows for each task you want to automate — figure out the levers you can pull (prompt engineering, model selection, context settings, and configuration), collect data for each configuration, and select what works best with data. Then measure for efficacy over time, and update as tools, models, and best practices change.
  4. Keep your AI dev process on the rails — You'll need strong, current guardrails and governance, either via AI-ingested documentation or via a way to dynamically inject it into your coding agent's runtime.

Without any further automation, that level of AI-enablement puts you ahead of most product orgs. From there, layering on further automation toward a fully self-driven codebase can happen much more quickly without fear of generating garbage. But getting these foundations right is the first step, regardless.

What it Takes to Get There

Building this in-house is a viable option, but a lot of teams jump into automating without knowing what to expect.

If you choose to build your own product automation, here are the costs and challenges to be aware of:

  • Build cost. AI engineers are expensive and scarce. Most teams don't have them sitting idle, and the ones they do have usually have higher-leverage places to spend their cycles than reinventing integration plumbing and context management.
  • Maintenance cost. This isn't a build-once project. Models change, tools update, your codebase grows, and your benchmarks drift. Budget for ongoing upkeep in perpetuity, not just initial build.
  • Risk of getting it wrong. Context management at the scale of a real production codebase is hard to get right, and the failure mode is subtle. Plausible-looking specs that are quietly incomplete or misleading can lead to insidious and compounding product problems. By the time you've caught it, you may have created more problems to solve than product work you've shipped.
  • Time-to-value. Every week you spend building is a week your competitors who started with a turnkey solution are already shipping faster. In a market this fast-moving, that opportunity matters more than it did before.

Given the cost of doing this right and the risk involved of getting it wrong, most teams would benefit from a turnkey solution. In the same way you probably don't in-house your database, CRM, or even your status page, you probably shouldn't reinvent the wheel for your product automation.

Code Lexica Can Help

Code Lexica is a turnkey intent-to-execution solution: a context engine that can automate and accelerate your product workflow end-to-end.

We built it because we needed it ourselves. We know it works because we walk the walk: Code Lexica is developed with Code Lexica 😊

Here's a 5-minute video demo of our Jira Workflow in action:

10 minutes of onboarding to level up your product workflow

We plug into your existing Product and Engineering tools, and integrate where you're already working.

You do two things:

  1. Link your repos (you choose which ones) wherever they live.
  2. One-click to integrate us into your task management software.

We'll then process your codebase into a purpose-built context engine that deeply understands your entire codebase. And once we're done, we'll prove our work: we'll send you a personalized dashboard with living documentation, technical analyses, a product chatbot, and product research recipes.

Once you've connected code and Jira, you'll get instant access to our inline @CodeLexica Plan and @CodeLexica Spec commands, which turn ideas into multi-ticket epics and turn tickets into AI-ready, product-aware specs. And you can ask Code Lexica to do product research and answer questions inline via comments.

Let us help you one-shot your product workflow and start seeing results today.

  • PMs and engineers save dozens of hours in feature planning, technical discovery, and SPEC/PRD writing
  • The intent-to-execution bottleneck disappears, accelerating product velocity by an order of magnitude
  • Claude Code, Cursor, etc. write better code and "go off the rails" less often, as the context we inject in your SPECs translates to better-aligned execution

And pair it with our MCP server for lower token costs, better quality output from code gen, and an added governance layer. More on that soon... we've been geeking out on some quantifiable data and benchmarks that we can't wait to share.

Learn more about our Product Workflow, or sign up to modernize your product workflow today.


While you're here...

Want our Jira Workflows integration but for another tool? (Linear, ClickUp, Azure, GH Issues, or something else) Email us and we'll personally email you in the coming weeks as we release more ticket tracking integrations!

And finally, do us a favor and follow us on socials (Company LinkedIn, and the founders on Twitter: Carter and Tristan) for more practical content on building with AI.

Obviously, we're going to plug our product. We're early-stage startup founders. 😉 But we're also committed to providing educational content with practical value in this ridiculously noisy information environment.

product managementaiworkflow automationjira
Share

Plan with confidence. Ship with clarity.

Turn product intent into implementation-ready work — grounded in your actual codebase.