state-machines

Tag

Cards List
#state-machines

@TheVixhal: This is the only article you'll need to learn about State Machines.

X AI KOLs Timeline · 12h ago

Promotional tweet claiming a single article is all you need to learn about State Machines.

0 favorites 0 likes
#state-machines

@TheVixhal: https://x.com/TheVixhal/status/2079274210367775052

X AI KOLs Timeline · 13h ago Cached

This article explains the concept of finite state machines, their formal definition, and why they are a powerful abstraction for building reliable systems, including how they relate to current agent frameworks.

0 favorites 0 likes
#state-machines

A model can give the right answer while the agent still fails the task

Reddit r/AI_Agents · 2026-07-07

The article discusses the gap between model decision quality and execution integrity in AI agent evaluations on external systems, proposing separate scoreboards for decision correctness and successful task completion.

0 favorites 0 likes
#state-machines

Most AI agents fail because people build them like chatbots

Reddit r/AI_Agents · 2026-06-23

Many AI agent implementations fail because they treat agents like chatbots, relying on chat history for state rather than using deterministic data structures. The article advocates for separating reasoning (LLM), actions (tools), workflow progress (state machine), and external triggers (webhooks) to build reliable business agents.

0 favorites 0 likes
#state-machines

@avrldotdev: The best guide for anyone to dive how an HTTP server works & build one yourself. This article will help you learn: 0. N…

X AI KOLs Timeline · 2026-06-22 Cached

A comprehensive guide on how an HTTP server works, covering networking protocols, chunked encoding, state machines, parser writing, and concurrency basics, with instructions to build one yourself.

0 favorites 0 likes
#state-machines

PreAct: Computer-Using Agents that Get Faster on Repeated Tasks

arXiv cs.AI · 2026-06-17 Cached

PreAct compiles successful task runs of computer-using agents into small state-machine programs, allowing fast replay (8.5–13× faster) on repeated tasks by skipping per-step language model calls, while verifying screen states at each step and falling back to the agent when mismatches occur.

0 favorites 0 likes
#state-machines

@dzhng: don't use loops, design state machines

X AI KOLs Following · 2026-06-08 Cached

Peter Steinberger suggests moving from prompting coding agents to designing loops that prompt agents, while @dzhng advises using state machines instead of loops.

0 favorites 0 likes
#state-machines

agent memory should probably have verbs, not just storage

Reddit r/AI_Agents · 2026-05-30

The article critiques the current framing of agent memory as merely a storage problem, arguing that memories should have typed roles, freshness, and authority levels to prevent stale or incorrect information from being treated as gospel.

0 favorites 0 likes
#state-machines

Show HN: Statewright – Visual state machines that make AI agents reliable

Hacker News Top · 2026-05-12 Cached

Statewright is an open-source tool that uses visual state machines to enforce guardrails on AI agents, improving reliability for models like GPT and Llama by constraining tool usage to specific workflow phases.

0 favorites 0 likes
← Back to home

Submit Feedback