Direct response
One useful answer with no external action.
- Draft an email
- Summarize supplied notes
- Explain a concept
Agent workbench
Good results now depend on more than a clever prompt. Tangerine helps you choose the right way to work, define what an agent can do, and understand the context and tokens involved.
Do not classify the wording. Ask what the system must do, how often it must run, and whether the work can be divided.
One useful answer with no external action.
One worker completing several steps with tools.
Repeatable AI work inside a product or process.
Independent workstreams with one shared outcome.
Durable guidance
Prompts still matter, but they are only one part of the system. Reliable agents need a clear job, well defined access, and proof that the work was completed.
Give the agent one outcome it can finish. State what is in scope, what is out of scope, and where it must stop for a decision.
Define what each API or tool accepts, what it returns, and what can fail. Use the smallest set of permissions the work requires.
Do not stop at a confident answer. Require checks, source links, test results, or another form of evidence that matches the task.
Agent contract
Use this structure when a job moves beyond conversation and into files, services, or decisions.
Name the result, who needs it, and the form it should take.
Supply the sources, definitions, examples, and durable instructions that shape the work.
List the files, APIs, search, code execution, and other actions the agent can use.
Define permissions, budget, time, approval points, and actions that are never allowed.
Decide what proves the result is accurate, complete, and ready for a person to review.
API thinking
A dependable AI feature also needs state, tools, permissions, logs, and a useful way to recover when something goes wrong.
Use clear inputs, predictable outputs, useful error messages, and narrow permissions.
Choose what belongs in the current request, the product database, or durable instructions.
Let low risk work proceed. Ask for approval before actions that affect people, money, or production systems.
Parallel work can help when tasks are independent. It also creates handoffs, conflicts, and more context to manage.
Record decisions, tool calls, failures, and final evidence so a person can understand what happened.
Evaluate complete tasks with realistic tools and messy inputs. A polished answer alone is not enough.
Context lab
Tokens carry instructions, source material, tool results, history, and the final response. Adjust the mix to see how context complexity changes.
Context complexity
An educational comparison, not a measurement of actual token usage or model limits.
This mix is workable. Keep the instructions stable and pass only the source material needed for the current task.
Token basics
The goal is not to use the fewest tokens. It is to spend them on context and evidence that improve the result.
The working limit includes instructions, messages, source material, tool results, and the response being produced.
Input tokens carry the task and its context. Output tokens carry reasoning artifacts, tool instructions, and the final result.
Remove repeated or irrelevant material. Keep the facts, constraints, and examples that help the system make better decisions.
One project, four routes
The route depends on what you actually expect AI to do. Start with the smallest route that can finish the real job.
Use it to explore the idea, compare possible architectures, name the product, or draft a project brief.
Use it for a focused feature when one agent can inspect the code, implement the change, and run the checks.
Use it when AI is part of the product itself and must respond to users, data, or system events reliably.
Use it when research, design, front end, back end, and quality checks can proceed as distinct workstreams.
Common questions