RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
Glossary / Agents & agentic AI / Reactive Agent
Agents & agentic AI

Reactive Agent

A Reactive Agent selects actions based solely on its current percepts and a fixed set of condition-action rules, without maintaining internal state or reasoning about the future. The classic example is a thermostat (if temperature < setpoint, turn on heater) or a vacuum-cleaner agent with bump sensors (if obstacle, turn). Reactive agents are computationally cheap (<1 ms per decision), provably correct under bounded conditions, and cannot suffer from stale world models — but they cannot handle tasks requiring memory of past events or long-term planning. In AI practice, reactive designs are used for low-level control loops (motor PID controllers, network load balancers) while

Practical example

A reactive agent responds immediately to inputs without planning — stimulus → response. It's fast (<100ms) but shallow. Use for simple, repetitive tasks where latency matters more than sophistication: API call routing, simple Q&A, first-pass content moderation. LLMs in reactive mode skip deliberation.

Workflow example

Reactive agent deployment: (1) for latency-critical tasks (<500ms SLO), use small models (1.5B–3B) in reactive mode (no CoT, no tool use), (2) for complex tasks, use reactive as first-pass filter — if confidence < threshold, escalate to deliberative agent with larger model, (3) reactive agent prompt: minimal system prompt, clear task, examples in context, (4) monitor reactive_handled_ratio — if >90% of requests are handled reactively, your system is efficient.

Reviewed by Fredoline Eruo. See our editorial policy.

Buyer guides
  • Best GPU for local AI →
  • Best laptop for local AI →
  • Best Mac for local AI →
When it doesn't work
  • CUDA out of memory →
  • Ollama running slowly →
  • ROCm not detected →