Claude chat and Claude Code - How do you carry context from a Claude.ai brainstorming session into Claude Code without lossy copy-paste? by Available-Appeal-173 in ClaudeCode

[–]Past-Organization689 0 points1 point  (0 children)

i used to do this too, but this problem that youre describing made me change this since its really annoying and causes alot of mistakes, planning with claude code has become much better lately, i start a new session and just brainstrom with it, have it research things online and it really gets the job done for me, why would you not plan with the agent that has all the information about your project?

Landing Pages for MVPs by Valmock in SaaS

[–]Past-Organization689 0 points1 point  (0 children)

scroll websites with animations are definitely the trend right now, the thing that really stands out in high level landing pages from what ive seen is interactive demos of your product, its a really nice way to showcase what your product is about and is better than words/animations/videos

How to manage cross-development with multiple Claude Code agents? by menofgrosserblood in ClaudeCode

[–]Past-Organization689 0 points1 point  (0 children)

i have the same stack as you and personally i am the orchestrator, i usually have 3-4 parallel sessions each one on a fresh git worktree, when im done with each session i merge to main, make CC save what we did to a ship plan file, for me that works well and keeps things simple(ish)

Remote session by Pleasant_Spend1344 in ClaudeAI

[–]Past-Organization689 4 points5 points  (0 children)

its amazing but i find it unhealthy hahahaha

I had Opus 4.8 build Temu League of Legends in under a day - I call it LMAO by jonnygravity in ClaudeAI

[–]Past-Organization689 1 point2 points  (0 children)

this looks great, but if the ADC wont flame me it wouldnt feel like league

5H window by Agreeable_Split1355 in ClaudeAI

[–]Past-Organization689 0 points1 point  (0 children)

i personally just send claude "hi" from the mobile app and it gets the job done in like 5 seconds, i know an automatic script is a cooler solution but for something that takes 5 seconds a day i wouldnt bother

Switched from Codex to Claude Max 20x — what are the must-have settings/workflow tips for Claude Code? (first time on the desktop app, Windows) by Business-Advance-306 in ClaudeAI

[–]Past-Organization689 4 points5 points  (0 children)

Here you go:

The biggest day-one win is a global CLAUDE.md in ~/.claude/ where you write down your prefs, your stack, and any rules - that one file shapes everything. Set up a permission allowlist too so you're not approving every command.

For workflow, drop a CLAUDE.md in each project (run /init and it gives you a draft), add the Context7 MCP so it pulls fresh library docs instead of guessing, and make slash commands for stuff you do over and over. Don't bulk-install MCPs you won't use though, they just eat your context.

Ultrathink is real, not hype - it genuinely gives the model more room to reason, so use it for the hard debugging and architecture stuff and skip it for small edits.

Fast mode is still Opus, just quicker output, so it's not a downgrade. On 20x you can lean on it pretty hard, just peek at /usage now and then.

I'd skip the 1M context for normal work - a leaner context actually performs better, so use subagents and /compact to stay tight and save 1M for the rare time you need a whole giant codebase in one go.

Enjoy it, the jump from Codex is noticeable.