frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Burned $250 in tokens on Day 1 with OpenClaw

2•aposded•1h ago
When I first set up OpenClaw, I ran into a big problem immediately.

I spent $250 on my first day doing what felt like harmless testing.

Nothing production. No customers. Just me trying things like:

“Summarize this Slack thread”

“Give me a morning digest”

“Explain this error log”

“Pull action items from the last N messages”

A couple Telegram alerts

At first I blamed OpenClaw. The real issue was simpler: I had Claude set as the default for basically everything, and I accidentally created a workflow where every run got more expensive than the last.

Here’s what actually happened.

“Simple tasks” weren’t simple because the context kept growing I started with “summarize the last 30–50 messages.” Then I kept adding “just one more thing”:

include prior decisions

keep continuity across runs

include relevant earlier context

make it more detailed

That makes results feel smarter, but it turns every request into a bigger prompt. The tricky part is it still feels like the same task, so you don’t notice the cost drift until the number is already big.

Tool output bloat snowballed I let tool outputs flow straight into the next step:

long logs

giant diffs

full API responses

“for debugging” screenshots

Even if one run is tolerable, the next run inherits the baggage. This is how testing quietly becomes a token furnace: output becomes input becomes output again.

Scheduled jobs created an “idle → warm-up tax” loop I had cron-ish jobs that ran, went idle, then ran again.

If your setup effectively re-establishes a big prompt footprint on each run, you keep paying the setup cost repeatedly. It’s not one catastrophic request. It’s lots of medium ones with repeated overhead.

Duplicates from retries/triggers A couple times I saw behavior consistent with “the same expensive work executed twice”:

transient slowdowns causing retries

duplicated triggers from chat integrations

One duplicated summarization run isn’t a rounding error when the prompt is already bloated.

So why did it hit $250 so fast? Because Claude was my default hammer for every nail, and I unintentionally designed the system to feed itself bigger and bigger inputs.

What fixed it (the boring, effective stuff)

- Hard caps on what gets summarized (smaller windows, tighter selection)

- Aggressive trimming of tool output (only keep what the next step truly needs)

- Removed screenshots unless strictly required

- Forced “fresh session” boundaries for scheduled jobs so context can’t grow forever

- Output length ceilings so digests can’t become essays

- De-duped triggers and made retries safer to avoid re-running the same job twice

- And the biggest one: stop using the most expensive model by default for routine steps

The part that pushed me into building something After that first-day bill, the pattern was obvious: relying on discipline (“I’ll remember to switch models later”) doesn’t scale.

Claude was the immediate cost driver, so I took the routing model I’d built for Agentlify and adapted it into a custom routing layer specifically for OpenClaw: cheap/fast models for routine steps, only escalate to Claude when the task actually needs it. That became https://clawpane.co

Not linking anything here. The point isn’t “buy my thing.” The point is that routing stops being an optimization and becomes a seatbelt once you’ve had one day like this.

Takeaway If you’re trialing agent workflows and your bill is spiking, it’s usually not one big request. It’s:

- context creep

- tool payloads piling up

- scheduled runs repeatedly paying warm-up overhead

- occasional duplicates

and an expensive default model doing work that doesn’t require it.

If you want, reply with what tasks you’re running and what your defaults look like. I’ll tell you where the spend usually hides.

Teams Or Not? Check what the domain/email is using

https://teamsornot.com/
1•punnerud•1m ago•0 comments

Show HN: AccIQ; A local-first financial IDE for sovereign founders

https://acciqmvp3.vercel.app/
1•auvira_systems•1m ago•0 comments

Discussion: Why Testing Is Important

1•simile_test•4m ago•0 comments

"AI raises the quality of tuning beyond what most of us can achieve manually"

https://medium.com/@fransverduynlunel/a-fluitje-van-een-cent-my-experience-automating-postgres-pe...
1•lnardi•4m ago•1 comments

Show HN: PolyTell-AI Chrome extension that shows Polymarket odds as you browse

https://polytell.app/
1•fengyiqicoder•5m ago•0 comments

Show HN: NetWatch – A Wireshark-style network analyzer TUI built in Rust

https://github.com/matthart1983/netwatch
1•matthart1983•5m ago•0 comments

Show HN: Treekei – File Tree with Line Counts in CLI

https://github.com/zihao-liu-qs/treekei
1•zihao-liu-qs•6m ago•1 comments

Free AI Headshot Generator – Professional Photos from Any Selfie

https://aiheadshotgenerator.online/
1•jewelryde•11m ago•0 comments

LM Link: Use local models on remote devices, powered by Tailscale

https://tailscale.com/blog/lm-link-remote-llm-access
1•calcifer•11m ago•0 comments

$2.1B in Epstein Financial Records. Here's Every Name the Money Touched

https://randallscott25-star.github.io/epstein-forensic-finance/narratives/19_grand_opus_narrative...
3•sschueller•15m ago•0 comments

Anthropic/Pentagon: allow AI to be used for all military purposes by this Friday

https://www.nbcnews.com/tech/security/anthropic-pentagon-us-military-can-use-ai-missile-defense-h...
1•ollieza•15m ago•0 comments

Show HN: Rewrite Text – On-Device AI Writing Tool for iOS

https://apps.apple.com/us/app/rewrite-text-ai-writing-tool/id6758913519
1•8mobile•19m ago•0 comments

Investment Supply Chain Analysis

https://investment.binhph.am
1•davedx•24m ago•1 comments

Show HN: Skillscape – Engineering skills matrix without the spreadsheet

https://www.skillscape.dev/
1•danielyefet•30m ago•0 comments

SimpleSteps – TypeScript-to-ASL Compiler

https://github.com/DevNamedZed/simplesteps
1•aman96_54_3•33m ago•0 comments

Demonstration of Network Tap and Packet Filter Using a Security Camera

https://privateisland.tech/dev/betsy-demo-tap-w-cam
1•mindchasers•33m ago•0 comments

I thought freelancers hated invoices. They hated the tools

https://www.indiehackers.com/post/i-thought-freelancers-hated-invoices-they-actually-hated-the-to...
1•allinonetools_•40m ago•0 comments

ThePrimeagen goes back to traditional coding

https://twitter.com/theprimeagen/status/2026771192191824108
2•rob•43m ago•0 comments

When "technically true" becomes "misleading"

https://www.theargumentmag.com/p/when-technically-true-becomes-actually
1•bananaflag•48m ago•0 comments

Australia's WiseTech to cut 2k jobs as AI renders manual coding obsolete

https://www.computerworld.com/article/4137200/australias-wisetech-to-cut-2000-jobs-as-ai-renders-...
3•netfortius•48m ago•1 comments

CleverMock – An AI voice interviewer that interrupts you like a real human

https://www.clevermock.com
1•devinda-dilshan•49m ago•1 comments

Show HN: Programmatic (and self-updating) SaaS demo videos

https://www.rundown.video/
1•guico•50m ago•0 comments

Show HN: Bing Webmaster CLI for Agents and LLMs

https://github.com/NmadeleiDev/bing_webmaster_cli
1•Gregoryy•53m ago•0 comments

A White House Staffer Appears to Run Pro-Trump X Account

https://www.wired.com/story/a-white-house-staffer-appears-to-run-massive-pro-trump-meme-page/
3•doener•58m ago•2 comments

Show HN: Onera – Private LLM Inference Inside AMD SEV-SNP Enclaves

https://onera.chat
1•shreyaspapi•59m ago•1 comments

Next-Token Predictor Is an AI's Job, Not Its Species

https://www.astralcodexten.com/p/next-token-predictor-is-an-ais-job
1•bananaflag•59m ago•0 comments

Tests Are the New Moat

https://saewitz.com/tests-are-the-new-moat
1•vinhnx•1h ago•1 comments

'Access to Insight' is shutting down

https://www.accesstoinsight.org/
1•bifftastic•1h ago•0 comments

The next batch of fixed Epstein files links and notes is live

https://xcancel.com/IAmAnonLegion/status/2026853415863615662?s=20
2•doener•1h ago•0 comments

Programming has changed dramatically due to AI in the last 2 months (Karpathy)

https://twitter.com/karpathy/status/2026731645169185220
2•bakigul•1h ago•0 comments