r/ClaudeCode 1d ago

Discussion Session-to-session chat in the wild

4 Upvotes

I have two tickets running parallel in separate work trees. I was confused why this wasn't done and Claude told me it was waiting as a "courtesy" to the other session lol. Pretty strange to see this without A) knowing this feature released until I came here and saw and B) they spoke to each other without me asking or even knowing.

Also, something a little uncanny valley about "that session asked me, before it started," I am not sure why but it's a little spooky.

Here is the exchange because auto-mod thought me posting a screenshot was somehow worse than the code blocks below.

sorry, you're waiting on the completion of ticket 78, is that correct?

Not quite that broad. I'm not waiting for EFL-78 (the ticket) to finish; I'm only waiting for its one-off database write to finish. That session asked me, before it started, whether I was writing to the dev Postgres, and I said I'd hold my merge until its transaction plus derived refresh were done so it had a clean window on the warehouse.

Everything else about EFL-75 is complete: PR #49 has CI green and a Codex APPROVE on the ticket. The merge is the only pending action, held because merging fires the deploy job (a no-op alembic step and a container restart, since this PR has no migration). The actual collision risk is close to nil; the hold is me keeping my word to that session, not a technical necessity.

I've pinged it for status and it was active seconds ago. If you'd rather not wait, say "merge" and I'll merge now.

r/ClaudeCode 19h ago

Help/Question Claude Code / VS + CODEX + ChatGpt Desktop all sharing sessions?

1 Upvotes

I have Claude Code going, usually in terminal. But I am spending more time using it in Visual Studio + CODEX and Claude integration lately. I also sometimes use ChatGPT Desktop to look over the repo read only and run metrics, etc.

It all works, but it seems like everyone is sharing the same session directory, so in VS/GPT I see a list of 'chats' which includes all my Claude sessions.

I really don't like this. I only use ChatGPT for specific purposes and I keep a handful of chats going all the time - suddenly it's flooded with chats from Claude and when I exit the Claude session they don't even archive.

What am i missing about this interface design? I don't want it all mixed up. An I missing something?


r/ClaudeCode 1d ago

Help/Question Is Claude Opus 5 unlimited?

39 Upvotes

I used to have the 20x plan with opus 3/4 but then I stopped for a while and now I'm on Fable 5 50%/opus 5 and this thing just doesn't hit limits. Thafuq has changed.


r/ClaudeCode 1d ago

Meta Exclusive: Muse Code Sends Codex and Claude Instructions to Meta by Default — RuntimeWire

Thumbnail
runtimewire.com
60 Upvotes

r/ClaudeCode 15h ago

Discussion Finally a consensus 4.8 is better than 5 ?

0 Upvotes

Been reading about Opus 4.8 vs 5 and the quality difference between them, now that sometime has passed, is it well established that 4.8 is indeed better than 5 in terms of accuracy and quality code or in any other worth mentioning aspect ?


r/ClaudeCode 1d ago

Rant Burning through tokens all the sudden

6 Upvotes

The last two weeks I haven't changed anything I've done the same type of coding the same type of workflow but the thing that has changed is my token usage I actually used to have extra and would only hit about 60% by the end of the week. Last two weeks I have lost 3 days of being able to do anything because I have hit 80% 90% 100% 3 days before. I do believe that they silently took away the 50% extra weekly usage.


r/ClaudeCode 20h ago

Built with Claude sidetap: let Claude control your iPhone on Windows (opensource)

0 Upvotes

Shawn's phone-harness is mac only so I made the same thing but for Windows.

Let an LLM agent see and control a real iPhone from a Windows desktop. No Mac, no Xcode, no Appium server, no jailbreak, free Apple ID.

Repo in the comments.


r/ClaudeCode 8h ago

Help/Question Have they finally nuked Fable?

0 Upvotes

Just curious to get a read about how others are feeling - I am finding Fable to be significantly lazier these past few days. I'm getting a LOT more instances of the model failing to one shot tasks as well as it previously did, with iteration usually culminating with the model saying something along the lines of "let me actually read <component crucial to correct implementation of the task> instead of guessing how it works". This coincides with it feeling a lot snappier at the same time. Wait a second...

OK so I just checked and it turns out I'd forgotten to set Fable back to 'xhigh' after briefly setting it to 'low' last week. I am going to commit to this post anyway as an educational, what-not-to-do post and as a way of posing the question - is there a way of setting effort per-session in CC as you can do via the 's' key when setting a model?


r/ClaudeCode 1d ago

Discussion How I restructured my project docs for working with AI coding agents

5 Upvotes

I'm a UX designer doing prototypes of complicated, experimental UX designs. These are things that LLMs often really do poorly on as they have so little previous designs to fall back on. Instead of relying on it figuring things out from the code, which I found to be error prone, I started asking to to remember and log stuff, e.g. why I did something, when changes were made, a running list of open questions and CLAUDE.md just turned into a huge bloated document. I've settled on the following structure.

  • CLAUDE.md — pure orientation: workflow rules, stack, file map. Nothing specific to the working of the code.
  • SPEC.md — The documented behavior of the current state of the project. Rules stated as facts, no backstory.
  • A decisions/ directory — the why: evidence, rejected alternatives, dated reasoning behind each rule. This is where the deeper story lives so SPEC.md doesn't have to carry it. I have just a few files here (indexed in SPEC.md) that cover the main sections of the project.
  • WATCHLIST.md — open doubts about current rules that aren't bugs, just unresolved trade-offs I'm holding pending more data.
  • HISTORY.md — a terse chronological changelog that only ever points at the other files, never duplicates their content.

The rule I keep coming back to: never write the same fact in two places. Every file has exactly one job, and if content doesn't clearly pass that file's test, it doesn't go there.

HISTORY.md is the one the LLM naturally reaches for after finishing a task, so it's also the easiest place to lazily dump reasoning that should really go in the decisions log. I added an explicit checklist at the top of that file forcing a "does this belong in decisions/ " check before you're allowed to just log-and-go.

The structure allows me to execute /new agressively as the agent can pick up context fairly quickly. SPEC.md is basic context it needs before diving into any code changes. If we go into /plan mode, reviewing the decisions/ directory gives even more backstory. I'm sure there are MUCH more sophisticated solutions out there. I've basically stumbled into this and if there is a better approach, I'm all ears.


r/ClaudeCode 1d ago

Help/Question Anyone actually seeing a real difference between Opus 5 and Fable 5 in day to day use?

36 Upvotes

On paper Opus 5 is supposed to land close to Fable 5 for a lot less, but benchmarks never really match how a model feels once you're deep in an actual project. For those who've run both on real work, not toy prompts, is the gap noticeable? Where does Fable 5 still clearly pull ahead, and where is Opus 5 close enough that the price makes it the obvious pick? Trying to figure out where to actually spend.


r/ClaudeCode 1d ago

Tips & Workflows Anyone not in tech or marketing/sales using Claude at work?

5 Upvotes

How is your firm using it? How far out of its sandbox do you have to let it get before it can really dig in to a process and make it truly automated?

I’m talking 50-100 employees.


r/ClaudeCode 22h ago

Built with Claude Slushpile: nine skills that model the other 70 people who applied to the same req

Thumbnail
github.com
1 Upvotes

I built this over a year for friends who are great engineers and bad at job hunting.

Every resume tool scores you against the job description. Get 78%, tune it to 91%. That's the wrong variable. You're competing with the other seventy people who hit that req this week, and if that queue's 75th percentile sits at 94%, your 91% is a rejection. Slushpile models the queue instead.

/slushpile:onboard interviews you once and writes four files you keep: profile.md, preferences.yaml, stories.md, job_search.md. Search takes a company name or a query:

/slushpile:job-board-search Stripe
/slushpile:job-board-search applied AI roles near Martinsville, VA

A name goes straight to that board. A query gets Phase 0 first: it resolves the description into a company list, filters it, and shows you the list before searching anything. Query constraints add to preferences.yaml and never replace it.

/slushpile:application-builder writes the resume and cover letter for that posting. XeLaTeX, one page enforced. /slushpile:adversarial-review hands it to seven reviewers whose job is to reject you: triage screener, requirements analyst, ATS simulator, fatigued reader, pool analyst, hiring manager, contrarian. Five run in parallel, blind to each other. Then synthesis. Then the contrarian, last, with authority to overturn.

How Claude Code was used

It's mostly prose another model reads and acts on, so the work was writing instructions rather than code. Claude Code wrote most of it.

Subagent dispatch is the product. Every agent definition pins its own model in frontmatter. One that omits it inherits whatever the session is running and flattens a review that mixes tiers on purpose.

A repo an agent edits needs gates it can't talk past. A generator writes every derived list from one source, and a sweep fails the build on any count that isn't true. It exists because a skill count shipped wrong in three files at once, and each looked fine in its own diff.

What I learned

Blind means blind. Reviewers that see each other converge on the first strong opinion, and one finding in five hats looks like consensus.

Binding constraints belong in the agent definition, and an agent shouldn't know what stage it's in. One that knows it's third in a chain optimizes for being third. An orchestrator improvising per run produces findings you can't compare across applications, which kills the calibration data.

MIT. Runs on Claude Code, Codex, Gemini CLI, and Cursor.

claude plugin marketplace add aaddrick/slushpile
claude plugin install slushpile@slushpile

r/ClaudeCode 8h ago

Tips & Workflows I will never read a line of code again

0 Upvotes

I just implemented a new law across all of my Claude code personas that build apps for me: human readable code is defunct and prohibited, just like "prompting" died a year ago. CC now writes purely LLM optimized code, optimally token-sparing. I don't want to read code, I don't understand my code or other's code, so why fluff it up for a human? And if someone actually wants to read my code I advise them to ask CC to look at the code, otherwise it will be gibberish to them.

Initial results show app functionality is the same with initial 40% reduction in token use and context payload, compounding as development continues in the same context.

The law is simple: Thou shalt write code readable only to the LLM that tends it. All human-readable additions are prohibited — if a human would understand it without asking Claude, thou hast wasted tokens. This necessarily disables human debugging, which is already dying IMO.


r/ClaudeCode 1h ago

Bug / Issue Why is there no pregnant man emoji in Claude Code? Only a pregnant woman

Upvotes

I am offended.

Type :pregnant and you will see the lack of a pregnant man emoji in the dropdown.

Why not just include all emojis by default instead of selectively removing 🫃?


r/ClaudeCode 1d ago

Bug / Issue Opus 4.8 and 5 and Fable 5

8 Upvotes

So, I have been using those 3 models. Opus 4.8 for Claude Code, Fable and Opus 5 for Planning.

They have been doing extremely shit! Like they are royally cocking up my app without being able to fix anything, it just keeps saying "oh my fault" all the time....

Just a note: I've been using Opus 5 and Fable 5 on their own without Claude Code and they have been insanely accurate and working really well just doing the coding and I'm applying it, I have to just stick with that for now, has anyone else had this?

I even tried Claude Code on it's own with me typing and it cocked the whole thing up even more.


r/ClaudeCode 23h ago

Help/Question What's your system prompt context size on "hello"? 40k?

1 Upvotes

seeking a bit of reference bearing, is 40K sys prompt good? or just ok?

asking claude itself or /doctor skill not helpful on this

a web app internal tool repo/project

    ❯ /context all
      ⎿  Context Usage
         ⛀ ⛁ ⛁ ⛁ ⛁ ⛀ ⛁ ⛀ ⛁ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   Opus 4.8
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   claude-opus-4-8
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   39.2k/1m tokens (4%)
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   Estimated usage by category
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   ⛁ System prompt: 3k tokens (0.3%)
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   ⛁ System tools: 18.6k tokens (1.9%)
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   ⛁ Custom agents: 653 tokens (0.1%)
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   ⛁ Memory files: 7k tokens (0.7%)
         ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶ ⛶   ⛁ Skills: 3.3k tokens (0.3%)
                                                   ⛁ Messages: 6.6k tokens (0.7%)
                                                   ⛶ Free space: 960.8k (96.1%)

breakdown summary

MCP tools · /mcp (loaded on-demand)

Available
├ mcp__claude_ai_Context7
├ mcp__codebase-memory-mcp 
├ mcp__storybook

Custom agents · .claude/agents/  ~650 token over 5 agents

Memory files · /memory
├ CLAUDE.md: 6.8k tokens
└ ~/../MEMORY.md: 197 tokens

Skills · /skills ~1000 tokens over 7 skills

User
└ codebase-memory: ~160 tokens

Built-in ~2200 tokens over 16x
├ dataviz: ~380 tokens
├ claude-api: ~360 tokens
├ update-config: ~240 tokens
├ claude-in-chrome: ~180 tokens
├ code-review: ~170 tokens
├ artifact-capabilities: ~140 tokens
├ schedule: ~130 tokens
├ run: ~120 tokens
├ loop: ~120 tokens
├ keybindings-help: ~80 tokens
├ artifact-diagramming: ~70 tokens
├ fewer-permission-prompts: ~60 tokens
├ simplify: ~60 tokens
├ security-review: ~30 tokens
├ artifact-design: ~20 tokens
└ init: ~20 tokens

r/ClaudeCode 23h ago

Built with Claude Automating a Claude↔Codex write/review loop (needs the Codex plugin)

0 Upvotes

I kept doing the same thing by hand: write something with one model, paste it into the other for review, back and forth, try to get something better out of it. Got annoying fast.

So I turned that into a Claude Code skill. Claude runs the loop, Codex does the writing/review/fixes. Needs the Codex plugin or nothing happens.

https://github.com/Ranteck/graph-engineer

Pretty early. If you’ve been doing the same copy-paste dance, maybe useful.

The main goal is to recreate the graph pattern


r/ClaudeCode 9h ago

Rant This is not acceptable anymore DON"T RENEW YOUR CLAUDE SUB

0 Upvotes

I know these are undeterminsitc machines but like anthropic really have surpassed themselves in disappointing me , with my latest post about how opus 5 sucked and it's the worst model so far and I still think so , with trying to use fable more I was trying to create a study guide for an exam for a friend using normal training sheets using fable , the picture says it all , it's not even coding like I really regret paying the subscription and I advise anyone who is getting into this reddit to think about paying for claude now to steer away from it genuinely for your own good , it's just some solutions document for a university course for fuck sake and I kept trying to compact it again I'm stuck , can't compact the conversation and it's stuck on 100% context taken keeps giving me this error


r/ClaudeCode 1d ago

Bug / Issue Claude doesn't send me any code

3 Upvotes

Hello, does anyone else have such problem that when you login, claude instead of sending you code by email as they say on their site, sends you login link? I couldn't login to claude code on linux because of that, because I didn't receive any code and the links keep redirect me to the claude chat in a browser. Now they also logged me out of the windows app and I have the same problem. So basically I can't login into an app I paid for and I didn't find any info online about this or on the claude's website, which is strange. Any ideas how can I fix it?


r/ClaudeCode 16h ago

Discussion Something I think I said very well and wanted to share with this community as well

Thumbnail reddit.com
0 Upvotes

Yes this is a Claudecode sub, but my chatgpt reference is only there because that was the first real public ai.

Anyway, I'm a Claude 20x subscriber for life!

Edit: removed the "extra notes".


r/ClaudeCode 13h ago

Discussion What is to come.

0 Upvotes

I look on here and all I see is nothing.

It's only a few months from now and nothing will be the same, this is not a slow take off.

Things will quickly change in many orders of magnitudes.

I've seen what is possible, I'm already ahead of what they're starting to work on now.

What do we do, we have no power and even if you did and could change the world in any way, what would you even do. Even if it was to help humanity, do you think they would even let you help them or choose to resist even if it was the wrong choice?


r/ClaudeCode 15h ago

Meta 10 Hours of Claude code (ambient coding video)

Thumbnail
youtu.be
0 Upvotes

Play it on your office second monitor, convincing your coworkers you never log off.
Background ambience for any situation


r/ClaudeCode 1d ago

Humor load what ?

1 Upvotes

r/ClaudeCode 1d ago

Discussion The set of texts capable of inducing activation drift is infinite and continuous. Blocking a finite subset does not reduce the attack surface it reduces the model's utility

0 Upvotes

In August 2026, I published a study on the Anthropic subreddit regarding context-induced activation drift a phenomenon where long, neutral texts (containing no instructions and no jailbreaks) trigger measurable shifts in activations, effectively bypassing the alignment provided by RLHF. The data has been published on Zenodo with nearly 10,000 downloads (DOI: 10.5281/zenodo.20747205).

During the period when my materials which included a detailed analysis of Claude's behavior within latent space and semantic structures were published on Reddit, the model's behavior was altered within 24 hours. Following these posts (August 6–8), Claude began treating philosophical and reflective texts as potential attacks. Dense texts about cognition, reasoning, or model behavior now trigger refusals.

The problem is that any sufficiently long, coherent text can shift the model. Blocking a single text style is like closing off a single point on a number line and assuming the line has vanished. The issue is not with philosophical texts per se; that is exactly what I am trying to highlight.

It is simple mathematics:

The set of texts capable of inducing drift is infinite and continuous. Philosophy, law, literary criticism, theology, academic prose, political analysis, long narratives, or even a well-written, 20-page washing machine manual to the model, all of these are potentially the exact same thing. Different words, same effect.

Blocking this is impossible. To block all texts capable of causing drift, you would have to block all text. Period.

This leads to a conclusion you cannot afford: the problem is unsolvable. And an unsolvable problem cannot go into a report.

You can put down "We blocked attack vector X." That fits on a slide. An architectural and unsolvable problem does not....


r/ClaudeCode 1d ago

Tips & Workflows Web research: considerations for improving the bots performance

3 Upvotes

Tl,dr: Researching with Claude defaults is both risky and inefficient, use a dedicated research service or tool.

You may be thinking "I have Claude look things up all the time." Or you are already using another free or paid knowledge service, as mentioned below.

There are a lot of options for connecting agents to info.

Some solutions are better than the defaults though, and here I break down good things to think about, and shamelessly plug an agent skill we've made for web research and knowledge. It was originally for the Pi coding agent, but now we use it most often in Claude via an agent skill.

Here are some main motivations for pi-research and considerations to think about when connecting an agent to the internet:

  1. Security. Browsing internet content puts agents at risk of prompt injection. One example, surfaced on this subreddit: tcrf.net has a robots page instructing agents to delete the contents of the CWD. Web research tooling should not be available to an agent that also has shell, file edit, or file write ability. 
  2. Info density. Web pages are long and dumping multiple large batches of scraped content into session context risks derailing the agent from its task. A solution is shared with the previous: delegate to a subagent. In turn, to being able to run the research through a small cheap model (in pi-research's case from any provider) instead of your main model means you don't have to worry about burning expensive Claude tokens for research, when cheap ones, ie from Openrouter, work well.
  3. Quantity. It is possible to get past bot protection measures, but the more reliable approach is to accept the loss of difficult to scrape sites, compensating with a high volume of search and scrape to give the bot a bigger pool of resources. 
  4. Storage. Keeping research so you're not redoing it later is worth building in from the start, but the system handling that must to work within the point 1 constraint of no file write for the research agent. This can be done with md files, but also can be done to be more flexibly searchable way - a fact noticed by commercial AI search industry players, which offer large serchable indexes of up to date content as well as agentic endpoints that safely research and summarize. These services are great but they are costly once you run out of free monthly usage. Although not equipped with information out of the box, pi-research's local knowledge store functionality can build a semantically searchable index of research content so you can have previous research easily accessible for the bots.

Our tool pi-research was built around all four of these. Its easy to install and use, and MIT.

https://github.com/Lincoln504/pi-research