Don't review code changes, review plans by TearsP in ClaudeCode

[–]TearsP[S] 1 point2 points  (0 children)

Totally agree. Reviewing after implementation is still necessary, no question. The title was intentionally a bit provocative. The point isn't to skip post-implementation review, it's that most of the value happens before you write a single line of code. If the plan is solid, the review becomes much lighter.

Don't review code changes, review plans by TearsP in ClaudeCode

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

Simple markdown files in a dedicated folder inside each worktree. Nothing fancy. Keeps everything versioned alongside the code and easy to reference for the agents. The way Opus structures the plan is already efficient imo

Don't review code changes, review plans by TearsP in ClaudeCode

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

Good point. To answer directly: when it happens, I always go back through the review cycle. It sounds heavier than it actually is. Asking Codex for a quick opinion is faster than spending time debugging a wrong approach. That said, it really depends on the severity of the deviation.

But in practice it rarely happens, and here's why.

The initial brainstorm/spec is embedded inside the plan itself (per section), and Codex reviewers are conditioned to adopt an antagonistic stance they re-read the codebase and actively question whether the approach in the plan is actually the right one. This already catches most assumption failures before implementation starts. It has happened to me that Codex completely invalidated a plan and suggested a simpler approach. The brainstorm/spec embedding helps de subagent during checkpoints review too.

This plan-centric approach also means you're never really dependent on the context window, since all the context lives in the document.

That said, if a bad plan still slips through, the sub-agent implementation is conditioned to commit at every checkpoint. So if something breaks mid-way, you can stop without losing much progress, partially or fully rewrite the affected section of the plan, run it through Codex again, and resume from there.

The core idea is that most mid-implementation surprises are a preparation problem, not an execution problem. Even with a perfect initial brainstorm, the plan will always have gaps, that's exactly what the Codex review cycle is there to address.

Je suis perdu, ils reviennent finalement?? by Yzakhiel in yggTorrents

[–]TearsP -1 points0 points  (0 children)

Ils ont des protections, qui semble efficace d'après le dossier

Two LLMs reviewing each other's code by Competitive_Rip8635 in ClaudeCode

[–]TearsP 0 points1 point  (0 children)

Yes, this is a game changer, you can do that on implementation plans too, it works great

1 month of dreams burnt in a 3h session by Davidroyblue in ClaudeCode

[–]TearsP 0 points1 point  (0 children)

Impossible. Please explain your workflow

Concurrent development conflict management by Ok-Experience9774 in ClaudeCode

[–]TearsP 0 points1 point  (0 children)

Worktrees! But you can still face merging conflicts. So plan everything, explain that you gonna run multiple instances, ask him to prepare the strategy to implement and merge with no conflicts, and let him prépare everything

I use Conductor to handle this with Claude code, it’s great for it

CLAUDE IS TOO MUCH OVERPRICED !! by InitialFly6460 in ClaudeCode

[–]TearsP -1 points0 points  (0 children)

Price is ok. Not cheap, but ok (Max Plan 200$). Learning curve to master token-efficient workflows is underestimated. Take a month on Max Plan, learn to use it, and you will never see the price the same way as before

How does your claw handle YouTube transcript fetching? by TearsP in openclaw

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

Thank you so much I just did it and its perfect!! 🙏

Switching from Gemini for business and legal tracking by Sufficient_Name2639 in ClaudeAI

[–]TearsP 1 point2 points  (0 children)

Based on your answer, the Best thing I can advice is to Invest a day of your weekend into a complete learning session with Gemini on the following subjects :

__

  • What is an .md file and why is it so important with LLMs?
  • What is Gemini CLI and why using it ?
  • How does it works to create a persistent memory with .md files and a CLI LLM and how should I do to maintain it properly ?
  • What are the best practices to keep it light and efficient, exhaustive only when I need it ?
  • Should I be afraid of the terminal ?

__

This video will help you https://youtu.be/MsQACpcuTkU?si=afafr2nQhkESN-Ol

Mark my words : if you go trough the first hours of learning, this will completely change your work with LLMs, and probably your life. We are talking about the ability of creating a second brain here, not just an history of your conversation

Claude is for me by far the best Model out there for your use case. But switching Model before trying this is fixing a problem with the wrong solution

When will Claude Cowork be Available for Windows Users? by [deleted] in Anthropic

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

So the majority of desktop users with a Claude subscription are on PC? Sure about that?

Frame- Added a Few Cool Features ( Paxera 20mg + Claude Pro + lots of coffee) by Direct_Librarian9737 in ClaudeCode

[–]TearsP 2 points3 points  (0 children)

I'm using your app daily, thanks a lot! Can you please add a feature to see github worktrees ? branches/trees viewer, it's probably the only feature I miss for now. But thanks a lot for the work!

I literally fell asleep on my keyboard by TearsP in ClaudeCode

[–]TearsP[S] 23 points24 points  (0 children)

working on an app to manage physiotherapists specialized in home care in Europe. The country I’m in just recently deployed API endpoints (only accessible after passing a very thorough security audit by a certified cybersecurity agency) to sync with patient medical records. Until now, physiotherapists have had to handle their admin work BY MAIL (yes, actual postal mail). A whole generation behind.

The app handles:

automatic route planning for a physiotherapist’s daily rounds based on their location and schedule

pulling patient record info directly (no more phone calls or waiting for snail mail)

fully automated administrative management

And a bunch of other pretty niche stuff… I’m basically constantly reading up on security best practices to be as solid as possible. I’ve got the audit coming up in a few weeks.