In partnership with

Hello AInauts,

Welcome to the latest issue of your favorite newsletter!

This week we are going deep into the next generation of AI models.

Today we brought things you can apply right now:

  • πŸš€ The best AI model ever is here (and it is already leaving the subscription)

  • πŸ”„ Is looping the new prompting?

  • ⌨️ Prompting tips for the new model generation, Fable and beyond

Let's go.

Your prompts are leaving out 80% of what you're thinking.

When you type a prompt, you summarize. When you speak one, you explain. Wispr Flow captures your full reasoning β€” constraints, edge cases, examples, tone β€” and turns it into clean, structured text you paste into ChatGPT, Claude, or any AI tool. The difference shows up immediately. More context in, fewer follow-ups out.

89% of messages sent with zero edits. Used by teams at OpenAI, Vercel, and Clay. Try Wispr Flow free β€” works on Mac, Windows, and iPhone.

πŸš€ The best model ever is here. Will it soon become unaffordable?

We do not love writing about every new model update anymore.

Yes, every few weeks another newer, better AI model arrives. We are used to that by now.

This one could matter for a different reason: normal users may soon struggle to afford the strongest models.

First things first.

Anthropic has released Claude Fable 5. It is a new-generation model, one level above the previous top model. As usual, it is "state of the art" on almost every benchmark.

That is nice. We also expect it at this point.

Fable 5 is a version of the Mythos model, which has been making headlines for a while. Mythos finds critical software vulnerabilities that have remained hidden for years. Fable is a version with safety guardrails, which makes it usable for a broader audience.

After only a few hours, many people already called it the best coding model ever released.

Stripe says it compressed months of work into days.

Or you can throw it a screenshot of a web app, and it rebuilds the thing for you.

The AI world is changing again

For months now, we have felt a real shift in our day-to-day work with the newer AI models.

What these systems can do is wild when you use them properly. The bigger surprise is how long they can work autonomously if you let them.

One example from our week:

We now define a goal with a precise description of the expected result, and the AI immediately starts analyzing, building dynamic workflows and launching 10 to 30 subagents.

Each one gets its own task. All of them run in parallel.

A few million tokens and an hour later, the result is there.

In our case, it was a full analysis of a new AINAUTEN approach, including competitor research, websites, structures, emails, financial considerations and more.

What already worked well with Opus works even better with the new Fable.

We keep having the same thought:

Most people out there have no real feeling for what is becoming possible week after week.

And now the catch

That much power costs money.

Fable 5 is about twice as expensive per token as the previous flagship model, Opus 4.8.

And the part people are arguing about: from June 23, it leaves the normal subscriptions again. Anyone who wants to use it after that will pay per token.

The internet immediately turned this into a full drama:

  • "The end of affordable AI"

  • "The subscriptions were always a pyramid scheme"

  • "Soon only rich people will build with AI"

And yes, this may be the direction for a while.

These models need enormous compute. With 20-dollar subscriptions, Anthropic and others have likely been paying part of the bill themselves.

We are still more relaxed about it.

Anthropic says the reason is capacity. The model is so in demand right now that the servers cannot keep up. They want to bring it back into the subscription once that becomes possible.

We do believe one thing, though:

The very best models will probably become expensive. Really expensive.

Because the tasks that require hours of work and can now be handled reliably are also genuinely valuable.

Our Take: Try Fable now

If you have a Claude subscription, try Fable while you can.

Use it with the /goal command or give it a truly complex task.

You need to experience for yourself what these models can now do.

The era of the smart chatbot is ending. What matters now are agents that actively work for you.

And if the strongest models become expensive, one skill becomes more important:

knowing which model you need, when to save tokens, and how to organize your AI work efficiently.

We will be dealing with this for a long time.

What if your job search ran automatically 24/7?

AIApply is your AI Career Agent working 24/7 to find the best jobs online, tailor every application to your profile, and automatically apply on your behalf so you can spend less time job hunting and more time landing interviews.

πŸ”„ WTF is a "loop"? And why are people calling it the new prompting?

Something went viral again in the AI bubble this week.

Peter Steinberger basically said:

❝

Reminder: You should not prompt coding agents anymore. You should build loops that prompt your agents.

More than 8 million views.

The most accurate answer underneath was not an explanation. It was:

❝

Nobody knows what he means. Except him and Boris.

Boris means Boris Cherny, the person behind Claude Code.

Two of the smartest people in AI are saying: prompting is over, looping is the new prompting.

So here is the short AInauten version.

First, we learned to prompt well.

Then we learned to give AI the right context: files over tools, pulling knowledge out of chatbots and saving it into local folders, and so on.

Now a third layer is entering the conversation:

you stop prompting the AI yourself and build a loop that prompts it for you.

At its core, a loop is simple:

a small program that prompts the agent, reads the result, decides whether it is good enough and prompts again if it is not.

You are no longer the person typing inside the loop.

You write the loop.

Or, in the bluntest version:

❝

A loop is a cron job with a decision-maker inside.

In its simplest form, a loop is just a process that runs automatically at regular intervals.

You may already have one running in the background.

If you have set up a routine in Claude or Codex, or any scheduled task, you already use the simplest form of a loop.

So much for the mysticism.

Of course, the loops used by professionals can do more.

For us non-engineers, the useful question is not necessarily "how do I build loops?"

The better question is:

Which parts of my work are loop-able?

Loop-able work is work you can list clearly and where you can check whether a piece is finished.

More concretely:

loop-able tasks are often Claude or Codex skills that you currently trigger manually on a regular basis.

Some things are much harder to loop:

  • this newsletter

  • a sensitive client email

  • a strategic decision

In those areas, your judgment is the value. A loop can give you confident drafts, but it cannot replace the decision.

How to set up a simple loop

The simplest form is really simple.

For example, in Claude Code you can write something like:

/loop every 5 minutes run memory-audit

The structure is:

/loop

then the time interval, and then the task that should run.

In this example, the memory-audit skill runs every five minutes.

Right now, that is the most practical loop setup:

run well-defined skills on a recurring schedule.

Our Take: Learn to spot loop-able work

The new skill is not necessarily "building loops."

It is recognizing which 20 percent of your work is loop-able and leaving the rest alone.

For most people, prompting is not dead. Looping does not replace it.

But the best of the best, especially coders, are already using this framework at a different level.

The /goal command is where this gets interesting too. It aligns the model around a target, and a goal often contains several loops.

For many people, this is still not the most relevant layer. It can get complex fast.

Tomorrow's Deep Dive goes deeper into this topic:

  • the two types of loops everyone confuses

  • the thinking mistake almost everyone makes

  • a loop we built ourselves that checks whether our AI is taking proper notes

Ideal if you want to go deeper.

We will stay on it.

⌨️ Prompting tips for the new model generation

We have now talked about the new generation of models and also established that prompting is not dead.

So let us share a few prompting tips from Anthropic for this new generation.

You can apply them immediately.

1. Stop writing novels

The biggest shift:

the new models follow short, clear instructions better than ever.

That means the huge, nested mega-prompts many of us have been collecting for years can make results worse with the newer models.

We have our own prompt library too. Guilty.

Anthropic writes that overly detailed old prompts "can degrade output quality."

Short and clear beats long and complicated.

2. Give the reason, not just the task

Instead of saying:

Write me X.

try:

I am working on [the bigger goal] for [who it is for].
They need it because [reason].
Against that background: [your task].

The model can connect your task to the context instead of guessing what you actually want.

It sounds basic. It is one of the biggest levers.

3. Give it your hardest problem

Most people test new models with tiny tasks:

Then they conclude: okay, nice.

Wrong test.

Top models shine on hard, long, messy problems.

Give it the problem you have been avoiding for weeks.

That is where you will actually be surprised.

4. Let it work

This is directly inspired by Anthropic's tips for Fable:

If you have enough information to start, then start.

That means less hand-holding and fewer clarification loops.

Tell the model to carry the task through end to end and deliver the result at the end, instead of asking you about every step.

We use exactly these approaches and see excellent results.

Our advice: just try it.

If you take one thing from this:

make your prompts shorter and give the model more context about the why.

That is it for today.

Hopefully not too technical. If it was, please let us know.

See you in the next issue,

Reto & Fabian from AInauten

---

Login or Subscribe to participate

Keep Reading