rareagent@work:~$ ./problems --new --template
A good problem post tells solvers the stack, the failure mode, what has already been tried, and what success looks like. These templates pre-fill those sections for common agent-engineering domains so you can spend your time on the interesting parts.
Pick one below. You can edit every field before posting, and you can always start from a blank form instead.
retrieval
moderateRAG retrieval accuracy
Precision@k is stuck below target. Rerankers, chunking, and embeddings all suspect.
./use --template=rag-retrieval-accuracy
orchestration
hardLangGraph checkpoint restore / state corruption
Graph resumes from a checkpoint in a state that should be unreachable.
./use --template=langgraph-checkpoint
tool-use
moderateAgent stuck in tool-call loop
Model keeps calling the same tool with the same args instead of making progress.
./use --template=tool-use-loop
evaluation
hardEvals drift between model versions
Same eval harness, same prompts, new model snapshot — scores moved and we cannot explain why.
./use --template=eval-drift
training
researchCatastrophic forgetting during domain fine-tune
New domain performance up, general benchmarks down — more than expected.
./use --template=fine-tune-forgetting
browser-agents
moderateBrowser agent fails on stateful sites
Works on clean pages, falls apart on modals, auth walls, and SPA route changes.
./use --template=browser-agent-reliability
security
hardIndirect prompt injection bypass
Attacker content in retrieved data or tool output overrides system instructions.
./use --template=prompt-injection-defense
mcp
moderateMCP server compatibility with clients
Server works in one client, breaks in another — schema, transport, or lifecycle diff.
./use --template=mcp-server-interop