Nukez

§ proof · context efficiency

Nukez Context Management

HTTP · SDK · MCP · NukezAgentTrace artifactsMeasured + sourced

§ what the traces prove

The shape matters more than a single number.

Raw traces count the whole autonomous loop: prompt, messages, tool schemas, tool results, fetched documentation, and final response. The public tok/op number is the simpler product comparison. Both are useful, but they should not be collapsed into one claim.

Best parent-context shape
NukezAgent
Best language-native path
PyNukez SDK
Most portable path
HTTP Gateway
Needs fresh saved JSON
MCP
NukezAgent162 tok/op
Parent payload
0 file bytes
Live sample
3,422-3,485 input tokens
13-call run
0-token context growth
PyNukez SDK510 tok/op
Latest success
9 LLM calls
Peak input
10,370 tokens
Total input
80,607 tokens
MCP904 tok/op
Tool surface
15 hosted tools
Audit runbook
static + session modes
Fresh trace
replace baseline
HTTP Gateway1,380 tok/op
Full success
21 LLM calls
Peak input
37,864 tokens
Total input
586,749 tokens

§ located evidence

Trace artifacts and status.

This table is intentionally provenance-first. If a surface has a saved JSON trace, it says so. If it only has the audit harness, handoff notes, or a pending live trace, it says that too.

SurfaceSourceResultStepsTotal inputPeak input
NukezAgentnukez-traces timeline, 2026-03-2513 calls, constant parent window1344,785 est.3,485
PyNukez SDKsdk_traces_anthropic_20260411_114022.jsontask_complete980,60710,370
HTTP Gatewaygateway_traces_anthropic_20260327_174345.jsontask_complete21586,74937,864
HTTP Gatewaygateway_traces_anthropic_20260411_153613.jsonstress / non-canonical401,422,85253,200
MCPcontext_audit.py + WALKTHROUGH.mdharness available25 simulatedpendingpending
NukezAgent

Live trace handoff records 3,480 -> 3,480 growth and avg 3,445 input/call.

PyNukez SDK

Latest located SDK success trace: request, transfer, confirm, provision, upload, download, list.

HTTP Gateway

Full raw-gateway autonomous store+verify path. Exceeds 32K once the agent carries docs and raw responses.

§ comparison math

NukezAgent vs HTTP

8.5x lower

162 vs 1,380 tok/op

PyNukez SDK vs HTTP

2.7x lower

510 vs 1,380 tok/op

NukezAgent vs MCP

5.6x lower

162 vs 904 tok/op