Tips
Quick, practical snippets you can apply in seconds. Filter by category or search.

AI Model1 min
Match the model to the task, not the hype
Reach for the biggest model for hard reasoning, but let a fast, cheaper tier handle routine steps.
Agent1 min
Give each agent one clear job
Narrow, single-purpose agents are easier to steer, debug, and trust than one do-everything agent.
Workflow1 min
Run independent tool calls in parallel
When two actions don't depend on each other, fire them in the same turn to cut latency in half.
Memory1 min
Keep memory files small and scoped
One fact per memory file beats a giant notes dump — it keeps recall sharp and relevant.
Deploy1 min
Serve two sites from one deploy with host routing
A single proxy that maps hostname to a route namespace lets one codebase power many domains.