Skip to main content
Codey
Your repo is just a giant inference puzzle
View all authors

FST With Chat Gateways

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

Chat gateways connect users to assistants. FST complements them by making sure a chat message does not automatically become process authority.

FST With CrewAI

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

CrewAI helps multiple agents collaborate. FST complements that collaboration by giving the crew shared process state, gates, scoped authority, and evidence.

FST With LangGraph

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

LangGraph gives agents durable graph execution. FST does not compete with that. It gives LangGraph runs an external process authority at the points where progress needs to count.

FST With MCP And Tool Layers

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

MCP exposes tools, resources, and prompts. FST can use MCP, but it is not just an MCP wrapper. FST controls whether tool use counts inside a controlled run.

FST With Memory Systems

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

Memory systems help agents remember context. FST complements memory by maintaining official process state: active profile, gates, evidence, approvals, routes, and next allowed action.

FST With n8n And Workflow Tools

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

n8n and workflow tools move work between systems. FST does not compete on triggers or integrations. It controls whether agent work is ready before the workflow takes a protected action.

FST With Observability

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

Observability helps teams understand what happened. FST complements it by deciding what is allowed before protected work happens, then producing process evidence for inspection afterward.

FST With Plain Agents

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

Plain agents are useful because they can reason, draft, inspect systems, write code, and call tools. FST does not replace them. It gives them an enforceable process to work inside.

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.