<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9" -->

---
title: I burned all my tokens researching how to save tokens
description: After burning an entire Claude team plan token limit in 30 minutes using /deep-research, the author built a custom multi-agent research pipeline that runs...
canonical: https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I burned all my tokens researching how to save tokens | daily.dev
og:description: After burning an entire Claude team plan token limit in 30 minutes using /deep-research, the author built a custom multi-agent research pipeline that runs...
og:url: https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9
og:image: https://api.daily.dev/og/posts/hn3kv1bu9.png
og:image:alt: I burned all my tokens researching how to save tokens
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I burned all my tokens researching how to save tokens

**[Quesma](https://daily.dev/sources/quesma)** · 10 min read · 0 upvotes · 0 comments

## Summary

After burning an entire Claude team plan token limit in 30 minutes using /deep-research, the author built a custom multi-agent research pipeline that runs roughly 10x longer without extra cost. The approach assigns specific roles to different models (Sonnet for finding, Opus for verifying, Fable only for planning), uses shared memory across Claude, Codex, and Antigravity subscriptions via a small bash wrapper, and places /deep-research at the end of the pipeline rather than the beginning. To reduce hallucinations, strict verification rules require every claim to have a URL and primary source quote, with the finder and verifier always being different agents. Key findings from the resulting knowledge base include: harness choice can cause a 66x token spread for the same model, context compaction can double costs through re-compaction loops, mid-session tool schema changes silently invalidate prompt caches, and real invoices can be 7-11x higher than naive token estimates.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://quesma.com/blog/custom-deep-research-pipeline>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#claude-code](https://daily.dev/tags/claude-code), [#context-engineering](https://daily.dev/tags/context-engineering)

[View this post on daily.dev](https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I burned all my tokens researching how to save tokens","url":"https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9"},"datePublished":"2026-07-17T11:10:34.100Z","dateModified":"2026-07-17T11:11:41.402Z","description":"After burning an entire Claude team plan token limit in 30 minutes using /deep-research, the author built a custom multi-agent research pipeline that runs...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/70cad55853fc9d6f59c8dcdc6e39c34f?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/70cad55853fc9d6f59c8dcdc6e39c34f?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Quesma","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Quesma","logo":"https://media.daily.dev/image/upload/s--I-Be0YJY--/f_auto,q_auto/v1774964372/logos/quesma?_a=BAMAMiWQ0","url":"https://daily.dev/sources/quesma"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/i-burned-all-my-tokens-researching-how-to-save-tokens-hn3kv1bu9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,claude-code,context-engineering","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Quesma","item":"https://daily.dev/sources/quesma"},{"@type":"ListItem","position":3,"name":"I burned all my tokens researching how to save tokens"}]}
```

