josharsh / josharsh/pixelpi

Action cache: replay resolved intent→action with ~zero LLM tokens

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
TypeScript
Stars
19
Forks
3
PR merge metrics
No merged PRs in 30d

Description

The expensive step in a run isn't performing an action — it's the model deciding *which* element to act on.

**Idea:** persist the resolved intent→action (ref strategy, op) in `store` keyed by intent + URL pattern, and replay it deterministically next time, falling back to the model + re-caching on drift. This is the biggest single lever for making repeat tasks fast and cheap. See `docs/how-it-works.md` for the model. Design discussion welcome before implementation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.