docs/commands/fast.md
Run AI tasks through the low-latency fast client path.
This command is optimized for hot-loop invocation and prefers fai/ai-taskd-client over full f task startup.
f fast ai:flow/noop
f fast ai:flow/bench-cli -- --iterations 30
f fast --root ~/code/flow ai:flow/dev-check
f fast --no-cache ai:flow/dev-check
fai, local target/.../ai-taskd-client, or ai-taskd-client on PATH).ai-taskd and retries.--root <PATH>: root directory for .ai/tasks discovery (default .)--no-cache: disable cached binary execution and use direct Moon runTASK: required AI selector like ai:flow/dev-check-- are passed to the taskf fast is intentionally for ai:* selectors only.fai for best latency:f install-ai-fast-client
f tasks daemon start
f fast ai:flow/noop
For pooled burst execution and timings, use fai directly:
fai --timings ai:flow/noop
printf 'ai:flow/noop\nai:flow/noop\n' | fai --batch-stdin --timings