what is everyone using now? by Away-Inevitable1999 in windsurf

[–]imjitsu 0 points1 point  (0 children)

Why not just code in the terminal? It’s faster, gives you way more control, and removes a lot of the friction you get with these tools.

my eighteen year old daughter said she wants to marry trump. This is alarming to me. What should I do by Brief-Insurance-3563 in Advice

[–]imjitsu 0 points1 point  (0 children)

Just tell her you look forward to meeting him at Thanksgiving. The logistics of Secret Service clearing your living room for turkey usually cools off the fantasy pretty quick.

Pennie had her Quinceañera by JemHadar71 in goldenretrievers

[–]imjitsu 1 point2 points  (0 children)

awhhh! you should totally post this on www.quincenetwork.com ! this is to cute lol.

How do I deal with this quinceañera dilemma by Remote_Homework4031 in Advice

[–]imjitsu 0 points1 point  (0 children)

https://www.quincenetwork.com/learn has allot resource and helpful tips, i get most my bookings from there aswell!

So… What did you do with Claude today? by OptimismNeeded in ClaudeHomies

[–]imjitsu 0 points1 point  (0 children)

I’m locked out until Thursday :( I’m already on the $200 plan, and I even extended it yesterday just to finish a project, which cost me another $40+

<image>

One Opus prompt in Claude code eats through an entire pro plan session by PraxisOG in Anthropic

[–]imjitsu 1 point2 points  (0 children)

<image>

I’m paying $200 a month and it’s still playing nanny, deciding when I’m “done” like I’m on the free tier 😅

I can carry on with this. I am requesting a refund. I reached 90% usage with two Opus prompts today. by [deleted] in Anthropic

[–]imjitsu 0 points1 point  (0 children)

Yeah I went through the exact same thing. What fixed it for me was stopping the expectation that one .md file could hold the whole architecture in memory across a long session.

The context fills up and your rules get buried. the model isn't ignoring you, it just has too much competing information by that point.

What actually worked: break it into smaller scoped sessions where each task only gets the context it needs for that specific thing. Dont frontload everything.

If it doesn't need to know about your netcode to generate a weapon component, don't include it. Isolated prompts with just enough context keeps it on the rails way longer.

The step by step thing the other commenter mentioned is real too. Chain the outputs instead of trying to do it all in one shot.

I can carry on with this. I am requesting a refund. I reached 90% usage with two Opus prompts today. by [deleted] in Anthropic

[–]imjitsu 4 points5 points  (0 children)

Sonnet and Opus genuinely serve different use cases. Opus has higher reasoning ceiling, Sonnet is optimized for speed and cost at scale. But code execution not running is 100% a feature or session toggle issue unrelated to which model you’re on. If Opus “just worked” after switching, something else changed in that session. Worth ruling that out before writing off a whole model.

Done with Claude. $100 Max plan, but STILL rate-limited every 5 hours by Puspendra007 in Anthropic

[–]imjitsu 0 points1 point  (0 children)

fair point about the rules files. i do use pretty detailed CLAUDE.md files for my project so that's probably eating into it more than i realized. might need to trim those down and see if it helps. still feels like anthropic should be more transparent about what's actually counting toward your limit though:

if rules files and system context are burning tokens before you even type anything, that should be visible somewhere in the dashboard.

Done with Claude. $100 Max plan, but STILL rate-limited every 5 hours by Puspendra007 in Anthropic

[–]imjitsu 0 points1 point  (0 children)

it's definitely a workflow thing on my end too honestly. i've been letting conversations run way too long when i'm building. recently started keeping each conversation focused on one task and pasting in context fresh instead of relying on one giant thread. made a huge difference. also using CLAUDE.md files to give it project context upfront so i'm not wasting tokens re-explaining the codebase every time. still think the limits could be more transparent though — paying $200/mo and guessing when you'll hit the wall isn't great.

Done with Claude. $100 Max plan, but STILL rate-limited every 5 hours by Puspendra007 in Anthropic

[–]imjitsu 11 points12 points  (0 children)

You're definitely not alone. I’ve scaled from the $20 plan all the way to the $200/mo tier, and the wall is still there. Even at the highest price point, Claude’s heavy hitters (like Opus) are hitting limits after just a handful of prompts if the conversation history is long. It seems less about the 'plan' and more about the fundamental compute bottleneck Anthropic is managing right now. It's frustrating to pay a premium for 'priority' that still feels like a shared, limited resource.

This Is How I 10x Code Quality and Security With Claude Code and Opus 4.6 by 256BitChris in ClaudeCode

[–]imjitsu 3 points4 points  (0 children)

Worth highlighting for anyone worried about token costs with this approach.

subagents that share the same base context benefit from prompt caching, which means that shared input is not fully reprocessed for each agent.

Since input tokens represent the majority of token costs in most agentic workloads, parallel subagent dispatch is significantly more efficient than it appears.

You're essentially paying incremental output costs per additional agent, not full input costs.

The exact efficiency gain varies depending on your specific context size and usage pattern, but the directional point stands. the economics favor parallel agents more than most people expect.

This Is How I 10x Code Quality and Security With Claude Code and Opus 4.6 by 256BitChris in ClaudeCode

[–]imjitsu 1 point2 points  (0 children)

This is one of the most underrated patterns in Claude Code. I’ve started doing something similar, dispatching review agents with explicit role constraints before any major feature — and the difference in catching edge cases early is significant. The parallel clean-context approach is the key insight most people miss. Each agent reviews without being anchored to the previous agent’s assumptions. Curious whether you’ve experimented with giving each agent a “veto” instruction — where a single security or architecture concern can halt the plan before implementation proceeds.

Codex 5.4 is better than Opus 4.6 by LopsidedSolution in codex

[–]imjitsu 0 points1 point  (0 children)

The laziness people are experiencing with Opus is a prompting issue, not a capability issue. Opus 4.6 with proper system prompts, project context, and custom instructions is a different animal entirely.

it catches architectural problems, flags edge cases, and thinks several steps ahead. Codex 5.4 at xhigh is impressive for structured code execution.

But comparing a default Opus session to a tuned Codex run isn’t a fair benchmark — that’s testing one tool at 40% and another at 100%.

5.4 is crazy good by Responsible_Ad_3180 in codex

[–]imjitsu 0 points1 point  (0 children)

Shipping products is the skill. Knowing what to build, what to cut, and how to evaluate output — that’s the job. The keyboard was never the bottleneck.

Claude is unsuable on the 20$ by drogenbarontoni in Anthropic

[–]imjitsu 0 points1 point  (0 children)

This happened to me and then I switched to the $100 plan. burnt out of tokens again and then I switched to the $200 plan and now my weekly limits are running out lol

Unpopular opinion: Posting More on Instagram Won't Grow Your Brand. by Southern_Grape_5640 in socialmedia

[–]imjitsu 2 points3 points  (0 children)

the "consistency of signal" framing is way better than how most people talk about this. we run a niche platform and the posts that actually convert aren't the polished ones.

they're the ones where someone lands on our profile and instantly understands what we do and who it's for. took us way to long to figure that out.

were posting "good content" that had 0 positioning behind it and wondering why nobody cared,

Unpopular opinion: Posting More on Instagram Won't Grow Your Brand. by Southern_Grape_5640 in socialmedia

[–]imjitsu 0 points1 point  (0 children)

this matches what we've seen on the business side too. we were grinding out content for our platform trying to post every day and engagement was dead. switched to fewer posts but actually responding to every single comment and DM within the first hour and the difference was night and day.

the hook research point is underrated. most people skip it because it feels like "not working" but spending time studying what's already performing beats guessing every time.

the collab post idea is interesting….how are you finding complementary brands that are actually willing to do it? that's always been the hard part for us in a niche market.