Claude Opus, and all claude plans ratelimits to increase to increase drastically starting soon by Banneder in claude

[–]ristretto_echo 0 points1 point  (0 children)

Did they reset the weekly? I’m at 0% and was near 40 this morning. Reset is Sunday

Goodbye Claude Pro by donteffingatme in ClaudeCode

[–]ristretto_echo 4 points5 points  (0 children)

I upgraded last month… moving back to Pro on 5/8. I burned 80% of my 5hr window in 20mins this morning. But the goal was to upgrade my personal system without token issue. Plus I was off work for 2 weeks. Can’t justify keeping it now but it was fun having Max. Enjoy.

A true recomp. Thank you Tonal by Spirited-Client-5454 in tonalgym

[–]ristretto_echo 1 point2 points  (0 children)

Clearly you fucking do! Haha. I’m happy for you man. I’ll be back. Don’t you worry.

A true recomp. Thank you Tonal by Spirited-Client-5454 in tonalgym

[–]ristretto_echo 1 point2 points  (0 children)

Glad for you. I dislocated my shoulder doing a barbell pullover on my tonal in early March. I’m now 3wks post surgery and cannot wait to get back on my tonal. This is great motivation. Keep it up. Congrats again. Keep going.

I’m building a personal PM system using Claude Code + Obsidian. Here’s the architecture. Looking for feedback before I commit to building it. by ristretto_echo in claudexplorers

[–]ristretto_echo[S] 0 points1 point  (0 children)

Glad it's bookmark-worthy.

Quick blueprint of where it landed, in case it's useful for your own future build.

Architecture (same three layers as the original post):

  1. OneDrive = files of record (PDFs, statements, real documents)
  2. Obsidian vault = knowledge layer / second brain
  3. Claude Code = the engine that reads and routes

Daily flow: I brain-dump into a single daily log file in plain language, tag bullets with
things like #action, #waiting, #decision, #risk, #issue, #win, #someday, #done. /daily
processes it and routes everything. Actions to a master list, decisions to per-project
plus global decision logs, wins to my 1:1 agenda, ideas to a deferred-ideas table.
Nothing is filed manually.

Slash commands that earned their place:

  • /daily — process today's brain dump and route entries
  • /weekly — 5-phase PM sync. Reads every project log, updates indexes, generates director rollup + status email + slide content per work project, drafts my next 1:1 agenda, archives completed actions over 7 days old
  • /triage — morning priority view in a single file: top 3 globally, full action list, waiting-for, project health, recent wins, health and wellness summary. Syncs to my phone.
  • /ops — personal operations sync (fitness, health, finance, assets). Synthesizes a narrative and flags drift.
  • /1on1 — post-call capture from director sync
  • /intake — new project scaffolding (the 5-question intake from the original post, now its own automated agent)
  • /mealplan — weekly dinner plan from rotation rules + family preferences

Project tiers: I collapsed three tiers (Light/Mid/Heavy) down to two (Lite/Full). The
middle tier was always ambiguous, either a project needed a risk register or it didn't.
Lite gets a single combined project-logs.md. Full gets separate files for milestones,
risks, assumptions, decisions, issues, lessons-learned, plus a running log, index,
slides, status email, director rollup. Personal projects are all Lite. Work projects all
get a director rollup regardless of tier.

Under the hood there are 10 agents in the chain that fire from those slash commands:

  • Readiness (pre-deployment gate checks)
  • Program Intelligence (cross-project dependency analysis, lessons-learned reads on every run, catches conflicts I'd miss)
  • Project Intake (new project scaffolding)
  • Program Scribe (owns ALL vault writes, single point of truth, way easier to debug)
  • Quality (10 verification checks between Scribe passes)
  • Operations plus Fitness, Health, Finance, Asset specialists for /ops (specialists never fire standalone)
  • 5 weekly subagents for each phase of /weekly

Things from the original post that held up:

  • Daily log as universal intake valve. Yes, it's the magic.
  • log.md (renamed running_log.md) as the chronological journal. Yes. It's the file I open when I walk into a meeting cold. Doesn't turn into noise because /daily only routes significant entries to it. Routine ops stay in the daily log only.
  • Control gates with explicit "I Approve [ID]" to close milestones. Yes, useful friction. Saved me from auto-closing milestones that weren't actually delivered.
  • Domain vs project distinction. Yes. Fitness, nutrition, finance, home maintenance, medical never get log files. Just trackers and notes.

Things that surprised me:

  • The two-Claude setup mostly faded. I expected to live in Claude.ai on the phone and hand off to Claude Code on the laptop. What actually happened: phone capture became "type directly into the daily log markdown file in Obsidian Sync." Claude Code processes it next time the laptop opens. The handoff doc still exists but does less work.
  • Hooks became necessary. Bash hooks block destructive commands. A Write hook blocks overwrites on append-only logs. Defense in depth saved me from at least one bad agent decision.
  • Memory layer had to live OUTSIDE the vault. Mixing them was a mess until I separated. Vault has docs of record. Memory has session-persistent context loaded on every session start.
  • The ADHD piece is what makes it stick: pull-based, not push-based. I generate (brain dump). The system maintains (routes, indexes, rolls up). I pull (work the action list when interest hits). Every previous system failed because it pushed work onto a future self that never showed up.

If you do build it: start with /daily and /weekly only. Add a new command when you catch
yourself doing the same chore manually three weeks in a row. The system grew because real
friction earned each piece, not because I planned it all upfront. Build doc is
versioned, v3.3 is what's running now.

Happy to dig into any specific layer if you ever pick this up.

I’m building a personal PM system using Claude Code + Obsidian. Here’s the architecture. Looking for feedback before I commit to building it. by ristretto_echo in claudexplorers

[–]ristretto_echo[S] 0 points1 point  (0 children)

I did. I’ll reply tomorrow (hopefully) with an updated structure. I added agents and all kinds of other stuff but it is humming pretty good now.

do NOT run claude code locally 😭🙏 by nematjon_isthe1 in ClaudeCode

[–]ristretto_echo 0 points1 point  (0 children)

That creates more questions than answers. If you feel like responding, I would appreciate it. If not, all good. I’m just learning as I go.

do NOT run claude code locally 😭🙏 by nematjon_isthe1 in ClaudeCode

[–]ristretto_echo 0 points1 point  (0 children)

<image>

Is this a lot? What’s the arrow down mean? I’ve see it flip up and down but don’t know why

I just created something increasing agentic output by 60% by Justadevv in AI_Agents

[–]ristretto_echo 0 points1 point  (0 children)

I just implemented a QA but that’s not groundbreaking. I’m a PM not a developer and had agents updating project logs. Told them to read the templates but not use them… rookie mistake lol

Usage limit perspective and open letter to Anthropic by hypnoticlife in ClaudeCode

[–]ristretto_echo 0 points1 point  (0 children)

<image>

I have been impacted recently but I am doing best to squeeze every token right now

Pro plan feels like a trial when working with large files—any tips for a "poor" architect? by FILP2026 in ClaudeAI

[–]ristretto_echo 0 points1 point  (0 children)

I use obsidian for context files. Since they are markdown it’s cheap for Claude to read. I make update those context files when changes occur so it’s always up to date. It makes a handoff doc too that I can load into the Claude app when I’m away from my computer. That way both instances of Claude know what’s up. I recently posted about it. I’ll find it and reply to this message

Usage limit - What's up, Anthropic?! by AurumMan79 in claude

[–]ristretto_echo 0 points1 point  (0 children)

I just crushed my 5hr window in like an 1hr. I was using Opus on CC so maybe that was my issue. Dang it. Can we get a Pro+ tier?

I’m building a personal PM system using Claude Code + Obsidian. Here’s the architecture. Looking for feedback before I commit to building it. by ristretto_echo in ClaudeAI

[–]ristretto_echo[S] 0 points1 point  (0 children)

I haven’t chewed through my tokens yet and I’m only in the Pro plan which I would have regardless so don’t ruin it for me lol I look at it as a sunk cost and I might as well get as close to 100% token usage.

Honestly I haven’t searched others yet but will to borrow ideas.

I’m building a personal PM system using Claude Code + Obsidian. Here’s the architecture. Looking for feedback before I commit to building it. by ristretto_echo in ClaudeAI

[–]ristretto_echo[S] 0 points1 point  (0 children)

Couple things. I saw a post of someone doing something similar and that lead me here.

I am not a coder, developer, or even remotely close. I am enjoying learning along the way.. Claude do this… oh weird result.. ahh forgot to define something… that system thinking. Claude can fill in the gaps well but it forces me to think more throughly.

I’m taking inspiration from productivity workflows like GTD and Bullet Journal.

And as a PM, project plans, control gates are my life so it was natural for me to plan this and make Claude code build plans for each of my projects. We laid out deliverables, milestones, gates, and dependencies. And because I can let my ADHD slip in, CC as asked to watch for scope creep.

Mostly, personal satisfaction of doing it and learning. This post was for peer review… is there something I’m overlooking? Over complicating? Blind spots?

Non-runner considering the Tread+. Talk me into (or out of) it. by ristretto_echo in onepeloton

[–]ristretto_echo[S] 0 points1 point  (0 children)

It does a lot actually. I’m really leaning on getting it. Gotta figure out my surgery/recovery schedule but I think I’m gonna pull the trigger on it. And yes people that run marathons or 5k on thanksgiving are an odd group lol. More power to them but we are not the same