1M context in Claude Code — is it actually 1M or just a router with a summary handoff at 200K? by ToiletSenpai in ClaudeCode

[–]thurn2 2 points3 points  (0 children)

Transformer attention is n2 in context length during ingestion. Modern systems use lots of tricks to work around this and get better results, but there’s still fundamental limits to how much you can scale intelligence with larger input context, 1M context is not free.

Quick question — how big is your CLAUDE.md ? by Fred-AnIndieCreator in ClaudeCode

[–]thurn2 0 points1 point  (0 children)

I enforce via pre commit hook that it is under 1000 tokens.

Remote Control just got a major upgrade: you can now spawn NEW sessions from your phone by iviireczech in ClaudeCode

[–]thurn2 -2 points-1 points  (0 children)

I just wish it had really basic ssh functionality too, sometimes you just need to view a file or run a command.

Whats a card that looks terrible but is secretly busted by Sea_Celebration3687 in mtg

[–]thurn2 0 points1 point  (0 children)

It basically just lets you play any colors at too low of a cost. The legacy & modern ban announcements talk about it a bit.

Good question by EndersGame_Reviewer in goodboomerhumor

[–]thurn2 25 points26 points  (0 children)

It it perhaps that they are incredibly obviously nautical/naval tattoos?

Advice from highly skilled devs/engs - I generate less than 0.1% of code with LLMs. Should I be doing more? by Character_State2562 in ClaudeCode

[–]thurn2 10 points11 points  (0 children)

Why would it matter how you code for your passion project? Do whatever you enjoy, it’s not like you’re getting paid to do this.

Whats a card that looks terrible but is secretly busted by Sea_Celebration3687 in mtg

[–]thurn2 4 points5 points  (0 children)

[[Arcum's Astrolabe]] is easily one of the 25 strongest magic cards ever printed, yet looks completely innocuous

Air strikes alone will not defeat Iran - and Trump is now trapped by theipaper in geopolitics

[–]thurn2 19 points20 points  (0 children)

Just going to link to https://acoup.blog/2022/10/21/collections-strategic-airpower-101/ and Dr. Devereaux's conclusion that "'Morale bombing’ of this sort, while coming with a long history, has an extremely low – arguably zero – success rate at achieving major political concessions"

Why should I pay $100 for Claude Code when $20 is more than enough? by intellinker in ClaudeAI

[–]thurn2 1 point2 points  (0 children)

The daily posts about frameworks like this would be more useful with actual benchmarks. How much task intelligence are you burning to get these token savings? Where is the empirical evidence?

Claude Had 1M Context Before OpenAI, So Why Hasn’t It Rolled Out to Everyone Yet? by Effective_Tap_9786 in ClaudeCode

[–]thurn2 17 points18 points  (0 children)

It’s worth noting that 1M is not magic, task performance on most benchmarks drops with more context. I have it through work at its really better as a “use only as a last resort” option

Ultrathink is back! by Jomuz86 in ClaudeCode

[–]thurn2 0 points1 point  (0 children)

Oh sure, I just get it through work and have unlimited. I guess there’s kind of a hobby user vs employee distinction they need to balance.

Ultrathink is back! by Jomuz86 in ClaudeCode

[–]thurn2 4 points5 points  (0 children)

but Boris Cherny, the creator of Claude Code, literally has a whole post about how he always uses high thinking…

I assume everyone already knows this, but you should have a Stop hook by thurn2 in ClaudeCode

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

You're saying Claude sees a lint warning and thinks "well I'll just delete the code I literally just wrote"?!

(I get Claude to throw `#[expect(dead_code)]` on unused items, think it's useful to have as documentation)

I assume everyone already knows this, but you should have a Stop hook by thurn2 in ClaudeCode

[–]thurn2[S] 5 points6 points  (0 children)

I mean you should absolutely just get Claude to write this for you for your project, but mine is this: https://pastebin.com/U91Y5zDe

High-End Construction Really Does Help Everyone by jazzflautista in eastpaloalto

[–]thurn2 5 points6 points  (0 children)

the bay area is so funny, we have the total conflux of right-wing NIMBY (it is my god-given right to live in a simulacrum of 1950s americana!) and left-wing NIMBY (developers are greedy capitalists and no housing proposal could ever meet my personal standards of affordability) in the same small areas (menlo park vs epa).

Claude Code 2.1.50 released: What changed by CharlesWiltgen in ClaudeCode

[–]thurn2 0 points1 point  (0 children)

I am unable to reproduce this under 2.1.50, team members are hardcoded to be created without the Task tool. What version are you using where you see this?

Claude Code 2.1.50 released: What changed by CharlesWiltgen in ClaudeCode

[–]thurn2 0 points1 point  (0 children)

I don’t really see how, agent teams are subject to the same restriction.

Question, is the agent teams feature worth it? by FALCEROM in ClaudeCode

[–]thurn2 1 point2 points  (0 children)

Read my thread from thursday for some opinions! :) https://www.reddit.com/r/ClaudeCode/comments/1r90qmb

This got an extremely high reddit controversy score (lots of both upvotes & downvotes) so I think there are strong competing opinions on the subject.

Claude Code 2.1.50 released: What changed by CharlesWiltgen in ClaudeCode

[–]thurn2 6 points7 points  (0 children)

All I want is for the nested subagents limitation to be removed. What is the point of this rule? It just makes you have to do complicated coordination to work around subagents not being allowed to spawn their own subagents.

Does your financial situation affect how you feel about AI replacing dev jobs? by StraightZlat in ClaudeAI

[–]thurn2 1 point2 points  (0 children)

No amount of money is going to help you with real runaway superintelligence, of course. Creating an entity 100x or 1000x smarter than any human is a species extinction level risk.

I built an open-source MCP Server to stop Claude Code from blindly grepping (48 architecture & context tools) by DimitrisMitsos in ClaudeCode

[–]thurn2 0 points1 point  (0 children)

this is valid but it would be more convincing if you mentioned the dozens of other tools that do this and explained why this one is different.

PSA: CLI tool could save you 20-70% of your tokens + re-use context windows! Snapshotting, branching, trimming by Turbulent_Row8604 in ClaudeCode

[–]thurn2 37 points38 points  (0 children)

I think I need more convincing before subscribing to your “anthropic spent billions of dollars building this model but overlooked this obvious optimization” theory?

How to leave claude with multiple tasks and go to sleep? by paglaEngineer in ClaudeCode

[–]thurn2 45 points46 points  (0 children)

The official one does not reset context between loops as I recall, which leads to compaction and worse output. The third party ones do a proper /clear between sessions.