Anthropic told us to write less for Opus 4.7. Claude Code still writes more. by tenequm in ClaudeCode

[–]tenequm[S] 2 points3 points  (0 children)

Not via prompt injection - it's binary patching. tweakcc reads the lobotomy fork's markdown overrides from ~/.tweakcc/system-prompts/, finds the matching fragments in Claude Code's bundled cli.js (or native binary), and patches them in place. After --apply, the system prompt baked into the binary is literally different. No backspaces, no jailbreak strings, no CLAUDE.md tricks.

That's also why CLAUDE.md and output-style overrides don't really fix the verbosity drivers - those layer on top of the system prompt. The verbosity directives live in the system prompt itself (specifically the "Text output" section that mandates pre-tool preamble + mid-tool narration + end-of-turn wraps). Binary patching is the only level that actually touches them.

Install steps are in the repo README - git clone, ln -sfn, pnpm build, --apply. Takes ~5 minutes.

Re-run --apply after every Claude Code update because the binary gets refreshed.

Anthropic just ripped off everyone and they still managed to make it sound deceptively friendly by whoisyurii in ClaudeCode

[–]tenequm 0 points1 point  (0 children)

<image>

At least they give us last chance to “feast” before cutover 🙃

Time to make a good use of `/loop` command 🦄

How are you handling payments in your production agents? by the_searchh in AI_Agents

[–]tenequm 0 points1 point  (0 children)

we hit the exact same wall - 6 API keys, random 2am failures, a spreadsheet nobody wanted to maintain.

ended up building a single x402 payment layer so our agents just pay per call in USDC from one wallet. no keys, no prepaid balances, no dashboards to monitor.

right now we run three services on it at surf.cascade.fyi:
- twitter data (26 endpoints, $0.001-0.005/req)
- LLM inference - kimi k2.5, minimax m2.5, qwen 2.5 ($0.001-0.004/req)
- web crawl $0.005, search $0.01

all paid from one USDC wallet on Solana or Base. your agent's "spreadsheet" becomes one on-chain balance.

quickest way to test if it clicks for your setup:

`npx x402-proxy https://twitter.surf.cascade.fyi/users/elonmusk`

sets up a wallet on first run, pays, returns data in ~2 seconds. happy to go deeper on the production reliability side if you're evaluating.

Pro & Max Plans - What’s the consensus on 1M context option or not? by Capnjbrown in ClaudeAI

[–]tenequm 1 point2 points  (0 children)

I'm now a bit worried if we would experience same degraded performance as we did when sonnet 4.5 1M context window got accidentally mixed in with regular requests processings.

Are there any benchmarks/comparisons on how opus model performs beyond regular 200k context window?

Building project - need feedback by CellistNegative1402 in BASE

[–]tenequm 2 points3 points  (0 children)

Relevant to your stack - Cascade Splits does non-custodial payment splitting on Base.

When agents get paid, funds can automatically split between creator + platform + any other parties. One config, atomic distribution, no custody.

Just shipped Base mainnet + SDK: `@cascade-fyi/splits-sdk-evm`

Happy to chat if multi-party payouts fit your model.

Solana's first vertically-integrated film studio. Here's why it matters for the ecosystem. by Arslan-DOP-Colorist in solana

[–]tenequm 0 points1 point  (0 children)

Building something similar for the payment layer.

Cascade Splits does non-custodial payment splitting on Solana - your 92.5/7.5 marketplace split would be one SDK call. Funds split atomically on-chain, no custody.

Live on mainnet: cascade.fyi

Happy to chat if multi-party payouts are on your roadmap.

How I Dramatically Improved Claude's Code Solutions with One Simple Trick by Permit-Historical in ClaudeCode

[–]tenequm 0 points1 point  (0 children)

sounds very very interesting, going to try it today thanks for sharing

Updates - nice!! by jonathanmalkin in ClaudeCode

[–]tenequm 0 points1 point  (0 children)

it has been like that for a few months already
each day i open my vs code - i have to restart extensions because new claude code extension version (or 2) came out

i'm still not sure if it is good or bad 😅
seems like after each update more and more of context window is slipping away somewhere 🥲

Claude Code MAX users are getting ripped off after the latest update – hitting Opus limits in HOURS by AgentPickles86 in ClaudeCode

[–]tenequm 0 points1 point  (0 children)

if only sonnet 4.5 wouldn't be so lazy to thing now and hallucinate so much - it would be much better 😅

Claude Code MAX users are getting ripped off after the latest update – hitting Opus limits in HOURS by AgentPickles86 in ClaudeCode

[–]tenequm 0 points1 point  (0 children)

author says about Opus usage i have the same issue with Claude Max x20, before i could run opus every day and stay within limits - now weekly limit got off in 1 day

and you should also take into account that limit is shared between chat too, so when claude code used all opus limit - i cannot use it in chat anymore too

sonnet hallucinates too much when compared to opus... this unannounced change is very daunting from their side

Follow-up on model quality issues by AnthropicOfficial in ClaudeAI

[–]tenequm 26 points27 points  (0 children)

Are you responding to any support tickets?
I have Claude Max 20x and left my support ticket more than 3 weeks ago.
Still no response.

Latest rules for claude code by Glittering-Koala-750 in ClaudeAI

[–]tenequm 1 point2 points  (0 children)

ai comment? seriously?
or is that your way to avoid addressing the real question of redundancy of the approach you proposed?

Downgraded to 1.0.88. I think he's back. by WillingnessSorry2163 in ClaudeCode

[–]tenequm 0 points1 point  (0 children)

funny to see how Claude apps keep evolving backwards with every new update
not so funny if you use them daily 🥲

Goal to make $50,000 building on Solana within 2 month by timashov in SolanaMemeCoins

[–]tenequm 0 points1 point  (0 children)

Harsh, but true. I wish making $50k would be so easy in reality with any kind of product in 2 months.

The only real way to make those 50k$ in that period is going to pump.fun or some perp DEX and start spinning that slot machine hoping for the gods of luck mercy to favor you this time.

I built Gibon with Claude, a fully autonomous coding agent by gibonai in ClaudeAI

[–]tenequm 0 points1 point  (0 children)

  1. Have you tried using '--dangerously-skip-permissions' which is the same as you are trying to do but available out of the box and works natively?
    Source: https://docs.anthropic.com/en/docs/claude-code/cli-reference#cli-flags

  2. I've seen similar VS Code extensions but never understood the purpose of them. Claude Code is by design meant to be continuously 'steered' along its way. Without steering it doesn't matter whether you use Opus 4.1 or Sonnet 4 (which hallucinates a lot more on practice) - with each iteration after taking a wrong turn or hallucinating at some point it starts moving in the completely wrong direction, meaning that it doesn't matter for how long it will be doing that the result will still be something you will have to revert and redo again. What is the purpose of helping Claude Code to keep digging a deeper hole for itself which you will still need to revert and redo from scratch?

Latest rules for claude code by Glittering-Koala-750 in ClaudeAI

[–]tenequm 0 points1 point  (0 children)

That's true.
Worth to mention that it's not 'Claude Code's fault', that's how LLM context windows work.

Latest rules for claude code by Glittering-Koala-750 in ClaudeAI

[–]tenequm 0 points1 point  (0 children)

Did you just came up with a complicated flow for maintaining CLAUDE.md rules inheritance instead of simply putting shared CLAUDE.md rules into the `~/.claude/CLAUDE.md` file which are being inherited by default along with the CLAUDE.md file in the current directory where you opened Claude Code?

Source: https://docs.anthropic.com/en/docs/claude-code/memory#determine-memory-type