AI for Managers

280x Cheaper in Two Years: The AI Economy Has Flipped

9 min read

In 2023, a single query to GPT-4 cost enough that you had to count carefully. In 2025, the equivalent query became 280 times cheaper. Not 280 percent – 280 times. In two years, the cost of using AI went from a barrier to a rounding error.

Stanford AI Index – the annual report that compiles data on the AI industry from hundreds of sources – flagged this collapse in its 2025 edition. The 2026 report added context: AI investment exploded to $285.9bn, consumers are extracting $172bn of value a year, and data centres are eating electricity at the scale of New York State. The economy flipped – just not the way most people expected.

Read more
280x Cheaper in Two Years: The AI Economy Has Flipped
4 Prompt Engineering Techniques Tested on 7 Models: Workshop Guide
30 min

4 Prompt Engineering Techniques Tested on 7 Models: Workshop Guide

“Analyze this project and give recommendations” – one prompt, seven models, and GPT-5.4 produced 2,231 words of vague advice while Claude Sonnet delivered 11 complimentary phrases like “excellent budget structure.” Rewriting the prompt using a five-element structure brought all seven models down to 346–443 words, and the praise disappeared. Token savings: 41% to 79% depending on the model.

This isn’t theory. This is data from a “Prompt Engineering in Practice” workshop I ran at the IIBA conference. One project brief, four techniques, seven models, 28 runs – and $0.054 total. Cheaper than a vending machine coffee.

Local LLMs for Managers: What You Can Actually Run at Home
20 min

Local LLMs for Managers: What You Can Actually Run at Home

Anyone who has spent enough time with ChatGPT or Claude eventually asks the question: can I run something similar right on my own laptop – without a subscription, without data leaving the machine, without depending on someone else’s servers?

In 2026, the answer is yes – but the caveats matter more than the answer.

This article is for people already using cloud LLMs who want to understand what local execution actually gives you, what hardware you need, and where expectations break down. No deep technical dive, but concrete numbers.

P5.express and Agentic AI: Where It Helps, Where It Breaks Things
24 min

P5.express and Agentic AI: Where It Helps, Where It Breaks Things

In the PMI world, portfolio management is typically imagined as something monumental: steering committees, Tableau dashboards, hundreds of Jira fields, weekly status meetings with a deck of slides. P5.express offers a different approach. Three cycles, five documents, two roles. The entire system fits on a single page.

This is exactly the kind of system where agentic AI makes sense: minimalist architecture that’s easy to understand, clearly defined roles, structured data. But “makes sense” doesn’t mean “everywhere.” Some parts of P5.express stop working when automated – not because the AI is bad, but because those parts derive their value from the human process itself.

Below is a cycle-by-cycle breakdown. What’s worth delegating to an agent, what’s better left to people, and which model fits these tasks best.

The Agent Instead of Chat: Data Analysis Without Copy-Paste
11 min

The Agent Instead of Chat: Data Analysis Without Copy-Paste

You have three data files: an activation funnel, A/B test results, and support tickets. The task – figure out why onboarding is underperforming. You open ChatGPT, upload the first file, ask your question. You get an answer. You upload the second file. ChatGPT asks: “Can you remind me of the context?” You upload the third. The context of the first file has already been pushed out.

Forty minutes later you have three separate conversations, none of which answer the original question. Because the question was one, and the data was in three places.

This isn’t a ChatGPT problem. It’s a problem of approach.