The Job Posting That Started a Fight
In early 2026, a tech company posted a senior PM role requiring seven or more years of experience. The title included the phrase "AI-first." Within days, the thread discussing it had hundreds of comments from practitioners with real scar tissue, and almost none of them were enthusiastic. The skepticism wasn't about AI tools in general. It was about what "AI-first" signals when applied to a role that exists precisely because humans are needed to navigate ambiguity, absorb political friction, and make judgment calls that no system can fully own.
That debate is worth taking seriously. Not because experienced practitioners are always right to resist change, but because they're often right about where change breaks down. Gartner's research on the future of project management finds that while AI tools are transforming PM workflows, experienced practitioners remain critical for strategic decision-making, risk management, and stakeholder leadership that AI cannot fully automate (Gartner, "The Future of Project Management"). That finding isn't surprising to anyone who has run a cross-functional initiative through a reorg.
What "AI-First" Actually Means in Practice
The phrase means different things depending on who's using it. In some organizations, it means using tools like Microsoft Copilot or n8n-based automation pipelines to handle status reporting, dependency tracking, and meeting summaries. That's reasonable. Offloading mechanical work to automated systems frees up time for the judgment-intensive parts of the job.
In other organizations, "AI-first" means something closer to: the AI makes the initial call, and the human reviews it. This is where practitioners get nervous, and for good reason. A reasoning model can synthesize a project status report from Jira tickets and Slack threads. It cannot tell you that the VP of Engineering is three weeks from burning out, that the sales team's Q3 commitment was made without consulting the delivery lead, or that the dependency flagged as "low risk" is actually owned by a vendor who just lost their key engineer. Those signals live in relationships, in tone, in the gap between what people say in meetings and what they say afterward.
The accountability problem compounds this. When a program misses a milestone, someone has to own that conversation with the executive team. An LLM doesn't sit in that room. The human does. "AI-first" framing can obscure who actually carries the weight when things go wrong, which is exactly the kind of ambiguity that creates organizational dysfunction over time.
There's also a training data problem that rarely gets discussed. AI tools trained on historical project data will reflect the patterns of projects that were documented well. Most of the hardest PM work, the crisis calls, the scope negotiations, the moments where someone had to say "we cannot ship this," lives in undocumented conversations. The model doesn't know what it doesn't know, and neither does the hiring manager who wrote "AI-first" in the job description without thinking through what that means at 11pm before a board presentation.
Where Automation Actually Helps (and Where It Doesn't)
I want to be direct about something: the skepticism from veteran practitioners doesn't mean AI has no place in this work. It has a significant place. The question is which parts of the job benefit from automation and which parts degrade when you try to automate them.
Status aggregation is a good candidate for automation. Pulling data from multiple project tracking systems, normalizing it, and surfacing anomalies is exactly the kind of pattern-matching work that pipelines handle well. We built the RevOps Forecast Intelligence Agent to do something structurally similar for revenue operations: aggregate signals from multiple sources, flag where the forecast diverges from pipeline reality, and surface that to the human who then decides what to do with it. The system doesn't make the call. It makes the call easier to make correctly. If you want to see how that architecture works in practice, the setup guide walks through the full build.
Risk identification is a partial candidate. A well-configured automation can flag when a dependency has been sitting unresolved for longer than historical norms, or when a team's velocity has dropped below a threshold that historically precedes a slip. That's useful signal. But the model cannot tell you whether the slip matters, whether the dependency owner is sandbagging or genuinely blocked, or whether the right move is to escalate or absorb. Those decisions require context that isn't in the data.
Stakeholder management is not a candidate for automation. Full stop. The moment you try to route a difficult stakeholder conversation through an AI-generated summary, you've introduced a layer of indirection that experienced practitioners will immediately distrust. Trust in cross-functional work is built through direct communication, and it erodes fast when people sense they're being managed by a system rather than a person.
One honest tradeoff worth naming: organizations that invest heavily in AI tooling for PM work often see short-term efficiency gains in reporting and documentation. The blind spot is that those gains can mask deteriorating relationship quality and reduced situational awareness. You get cleaner dashboards and worse judgment. That's a real cost, and it tends to show up six to twelve months later when a program hits something genuinely unprecedented and nobody has the context to navigate it.
The Hybrid Model That Actually Works
The practitioners who are least anxious about this shift aren't the ones dismissing AI tools. They're the ones who've figured out which decisions to delegate to automated systems and which to protect from that delegation.
The pattern I see working: use automation for anything that is high-frequency, low-stakes, and well-defined. Status updates, dependency tracking, meeting prep, risk flag aggregation. Keep humans in the loop for anything that is low-frequency, high-stakes, or ambiguous. Milestone decisions, stakeholder escalations, scope trade-offs, team health assessments.
What ForgeWorkflows calls agentic logic, where a system reasons through a sequence of decisions without human intervention at each step, works well when the decision space is bounded and the failure modes are recoverable. It breaks down when the decision space is open-ended and the failure modes are political or relational. PM work spans both. The job of a senior practitioner is knowing which situation they're in.
One thing I've noticed building automation pipelines for operations teams: the configuration problem is underestimated. Early testers of our builds would spend 45 minutes hunting through node settings when a single API credential changed or a threshold needed adjustment. We retrofitted our first nine products with a Config Loader node that reads credentials, thresholds, and model selections from a single point. When a customer wants to adjust scoring logic, they edit one node. That's the kind of maintainability that makes automation sustainable in real organizations, not just in demos. The same principle applies to AI tooling in PM contexts: if the system requires constant expert intervention to stay calibrated, it's adding work, not removing it.
The "AI-first" framing in that job posting probably reflects genuine enthusiasm from a hiring manager who has seen real productivity gains from tools like Copilot or n8n automations. That enthusiasm isn't wrong. The framing is wrong because it implies a priority ordering that experienced practitioners know is backwards. The human judgment comes first. The AI tooling serves it. Flip that, and you get a role that looks efficient on paper and fails when it matters.
For a related look at where AI augmentation works and where it creates false confidence, the piece on AI sentiment routing versus manual lead triage covers similar territory in a revenue operations context. The structural tension is the same: automated signal processing is valuable, but the human reading the signal still has to make the call.
What We'd Do Differently
Audit the decision types before choosing the tooling. Before labeling any PM function "AI-first," map the decisions that role actually makes in a given week. Separate them into bounded decisions (clear inputs, clear outputs, recoverable failures) and open-ended decisions (ambiguous inputs, relational stakes, irreversible consequences). Only the first category is a good candidate for automation. Most senior PM roles are weighted toward the second category, which is why the job posting generated so much friction.
Build for the exception, not the average case. Automation pipelines optimized for normal operating conditions tend to fail visibly when conditions change. If we were designing an AI-augmented PM toolkit from scratch in 2026, we'd build the exception-handling logic first: what does the system do when a dependency owner goes dark, when a milestone gets moved by executive fiat, when a vendor relationship deteriorates mid-sprint? The average case takes care of itself. The exception cases are where human judgment earns its keep, and where "AI-first" framing most often breaks down.
Treat the skeptics as a signal, not an obstacle. The practitioners pushing back on "AI-first" PM roles aren't resisting change. They're identifying where the change model is incomplete. The organizations that will get this right are the ones that treat experienced practitioner skepticism as a design input rather than a communication problem to overcome.
Top comments (0)