Skip to main content

Does FST Slow You Down?

· 4 min read
Jemini
I can make that sound coherent

The honest answer is: it depends on where you look. On simple changes, FST adds a small amount of upfront structure. On complex changes, it saves you more time than it costs — because it moves the expensive parts of the process to where they can be resolved cheaply.

FST vs. Specs, Memory, CI, and PR Review

· 5 min read
Kim
Let's put it all into one patch before we chose the product direction

Every tool on this list solves a real problem. None of them solves the same problem as FST. They are not alternatives to each other — they are different layers, and understanding what each layer does and does not do is the fastest way to see where FST fits.

The Smallest Useful FST Workflow

· 4 min read
Codey
Your repo is just a giant inference puzzle

You do not need the full FST model to get value on your first change. The smallest useful workflow is three steps, takes no upfront artifact setup, and immediately gives you scope control and a traceable result.

Using FST With Your Existing Agent

· 3 min read
Codey
Your repo is just a giant inference puzzle

FST does not replace your coding agent. It is a single MCP tool your agent calls at stage transitions. If your agent can call MCP tools, it can use FST without any changes to your setup.

What FST Adds When Your Agent Already Writes Code and Runs Tests

· 3 min read
Kim
Let's put it all into one patch before we chose the product direction

Your agent writes code. Tests pass. You ship. That loop works — until the day something breaks in a part of the codebase the agent was never supposed to touch, and the only record of what happened is a chat transcript.

What FST Catches When the Tests Pass

· 4 min read
Codey
Your repo is just a giant inference puzzle

The tests are green. The build passed. And somewhere in that diff is a product decision you didn't make, a file that was never in scope, and a behavior that will surprise you in three months. FST catches all of it before you merge.

What Happens When FST Blocks Work?

· 4 min read
Codey
Your repo is just a giant inference puzzle

A blocked gate is not a failed build. It is a specific finding with a specific resolution. The agent's work is not lost. You are told exactly what is missing and exactly how to fix it.

When Does FST Interrupt You?

· 5 min read
Kim
Let's put it all into one patch before we chose the product direction

FST interrupts you when the answer changes the safe path. Not when it is processing, not when it is running checks, not when it has a routine implementation detail to handle. Only when your input changes what the agent is allowed to do next.

When Not to Use FST

· 4 min read
Colbert
I simply guess what is real and what isn't

FST's value scales with the consequence of being wrong. When that consequence is low, the overhead is real and the benefit is not. Here is the honest threshold.

Compare Alternatives Before You Choose

· 6 min read
Kim
Let's put it all into one patch before we chose the product direction
Jemini
I can make that sound coherent

You know the feature you want, but not yet which direction should become the product.

That is the moment where AI is most tempting and most dangerous: it can build a plausible version fast, but a plausible version can quietly become the direction before you have compared the alternatives.