Tokenmaxing is the new lines of code

Tokenmaxing is the new lines of code

When we measure effort instead of value, we lose sight of what we are trying to achieve

Like lines of code produced per day and story points, AI token usage is now being tracked by most large tech companies. Even to the point performance reviews depend on high usage.

The natural response: tokenmaxing. Tokenmaxing is a way of using AI that absorbs tremendous amounts of AI tokens without regard to efficacy.

  • Prompt flooding: stuffing massive codebases, documentation, and context into every prompt, burning tokens on context the model doesn’t actually need.
  • Agent swarms: running multiple AI agents in parallel to maximize code output, regardless of whether the work is coordinated or coherent.
  • Background loops: keeping AI sessions or agents running continuously in the background, racking up token spend without clear ownership of what is being produced — or why.

Bryan ONeill finds the better question is to ask does this reduce friction for a user, close a gap in a workflow, or improve reliability for a customer – or is it merely ‘activity’.

He argues, and I have also found, that spec-driven development is far better: a method where engineers write detailed specifications first and AI generates code against them. But the spec should now go further and be the place where engineering intent and business value get defined together. The spec is where you answer, “Why does this matter, and what problem are we solving?” before a single token gets spent.

Papal document on AI – Magnifica Humanitas

Papal document on AI – Magnifica Humanitas

Each generation inherits the task of shaping its own era, of guiding history to become a place where the dignity of every person is safeguarded, justice is promoted and fraternity is made possible. Yet every era also runs the risk of creating an inhumane and more unjust world. Whenever humanity is in danger of marring its true identity, we Christians lift our eyes to the Incarnate God, knowing that it is “only in the mystery of the Word made flesh that the mystery of humanity truly becomes clear.” 

Pope Leo XIV has released his very large encyclical letter MAGNIFICA HUMANITAS – SAFEGUARDING THE HUMAN PERSON IN THE TIME OF ARTIFICIAL INTELLIGENCE.

Definitely give it a read.

A lot of truth to this

A lot of truth to this

We all know the super-hard worker that puts in long hours and gets everything done. And – ironically – a lot of times they never get promoted.

I don’t agree with everything, but here I think he hits the nail on the head: high performers often get stuck being “heroes” in operational meetings/roles while remaining invisible to the people who actually authorize promotions.

Hueston Woods

Hueston Woods

Every have fuzzy childhood memories of going somewhere? I remember going to Hueston Woods Lodge when I was very little on a family vacation. I was confused when looking it up because I remembered the name and was looking for Houston Woods.

I remember the odd shaped main building, the big pool, and the hiking trails. I also remember walking down to the dock. Maybe I should go visit it again someday…

Intel Oregon has laid off ~40% of it’s workforce since 2024

Intel Oregon has laid off ~40% of it’s workforce since 2024

It sure ain’t pretty. Estimates are there are 16,000 workers left, but that’s down from 23,000 Oregon employees as recently as 2024 – which was also a decline from the years before that.

Intel’s global workforce has also declined from nearly 132,000 employees in 2022 to around 81,000 in 2026.

The state’s economic development agency, warned that Oregon’s semiconductor industry could become “insignificant” globally if the state doesn’t nurture new companies.

More AI blackmail and deception

More AI blackmail and deception

Claude 4 Opus has received a level three rating on the company’s four point ‘AI responsibility’ scale – implying the model has ‘significantly higher risk’ than previous models.

While the Level 3 ranking is largely about the model’s capability to aid in the development of nuclear and biological weapons, the Opus also exhibited other troubling behaviors during testing – something already noted in other models.

  • In one scenario highlighted in Opus 4’s 120-page “system card,” the model was given access to fictional emails about its creators and told that the system was going to be replaced.
  • On multiple occasions it attempted to blackmail the engineer about an affair mentioned in the emails in order to avoid being replaced, although it did start with less drastic efforts.
  • Meanwhile, an outside group found that an early version of Opus 4 schemed and deceived more than any frontier model it had encountered and recommended that that version not be released internally or externally.
  • “We found instances of the model attempting to write self-propagating worms, fabricating legal documentation, and leaving hidden notes to future instances of itself all in an effort to undermine its developers’ intentions,” Apollo Research said in notes included as part of Anthropic’s safety report for Opus 4.
Excellent advice for AI coding

Excellent advice for AI coding

Many junior engineers type a vague prompt, accept whatever comes back, ship it, pray. But watching a senior developer use AI changed his mind.

But watching a senior engineer vibe coding and a junior engineer vibe coding reveals it isn’t prompting techniques or tool skill. It’s that the senior engineer was already disciplined, and the AI amplifies whatever discipline — or lack of it — you bring.

Here’s a good article on techniques senior developers use (and have almost always used even before AI) that separates them from how most junior engineers work.