DeepSeek whale agent at a holographic API console

WORKER PROFILE / DEEPSEEK

THE
WHALE
WORKER

A specialist model operating behind a deterministic policy gate. Useful for bounded first passes. Never the final authority.

Configure worker
ROLE
WORKER
TOOLS
NONE
FINAL AUTHORITY
NO
01

API DEPLOYMENT

Connect without surrendering control.

1

Create an API key

Create and fund an account through the official DeepSeek platform. Store the key locally; never commit it.

Open API keys ↗
2

Set the environment

$env:DEEPSEEK_API_KEY="..."

Use a secret manager for shared or production environments.

3

Preview the mission

python -m vibe_delegating run \
 examples/public-research-task.json \
 --provider deepseek

Dry-run is the default and does not spend API credits.

4

Execute deliberately

python -m vibe_delegating run \
 examples/public-research-task.json \
 --provider deepseek --execute \
 --receipt receipt.json

The explicit flag makes paid execution visible and auditable.

CODEX × DEEPSEEK

The interaction contract.

Codex does not outsource responsibility. It outsources a bounded unit of work, then validates the return before integration.

  1. CodexSanitizes context and emits TaskContract.
  2. Policy GateRejects private, privileged or external-write work.
  3. DeepSeekProduces structured analysis inside the task boundary.
  4. CodexChecks evidence, tests and integrates selectively.
  5. HumanApproves material delivery and retains authority.

RULES OF ENGAGEMENT

What the whale can and cannot do.

Approved territory

  • Public-source research
  • Drafting and summarization
  • Classification and extraction
  • Bounded code suggestions
  • Structured candidate output

Restricted territory

  • Secrets or private context
  • Repository write access
  • Shell and tool execution
  • Production deployment
  • Trading or financial authority