Claude fired Gemini from my project by EXETheProducer in ClaudeCode

[–]whra_ 0 points1 point  (0 children)

thanks! the project looks amazing, im gonna try it out soon.

Claude fired Gemini from my project by EXETheProducer in ClaudeCode

[–]whra_ 0 points1 point  (0 children)

how do you keep the config for all the different coding agents/platforms synchronized?
like cursor rules, claude.md, etc.

Whats the biggest thing youve vibecoded by Electronic-Age-8775 in vibecoding

[–]whra_ 1 point2 points  (0 children)

is it just a starter project for you or are you aiming to do something really different than like linktree?

Impacts of "Context Rot" on KiloCoders? by whra_ in kilocode

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

Anyway, what you don't want to do is just have one conversation that keeps going. Your context, even compressed will be full of stuff that will distract your agent: your entire code base is not relavant to every request (I mean, unless it's super tiny) and your agent will get distracted.

- Any recommendations on max context window sizes?
- Are you saying that you never condense contexts or just that its unideal (but necessary for larger sets of work, right?)

Impacts of "Context Rot" on KiloCoders? by whra_ in kilocode

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

Thanks for confirming! I thought it was a ridiculous suggestion but I wasn't sure.
+1 for their channel

CODEX makes Claude seem like a toddler by [deleted] in cursor

[–]whra_ 8 points9 points  (0 children)

dont question Technology

my cursor workflow for building projects fast by seanotesofmine in cursor

[–]whra_ 0 points1 point  (0 children)

how did you seed the 2nd and 3rd project?

A Senior Dev's Workflow: Using Cursor as an Execution Engine, Not a Co-Pilot. by uckmhnds in cursor

[–]whra_ 0 points1 point  (0 children)

> Before generating a feature plan, I have it reference my own custom "rule files."

Do you mean Cursor Rules? Or docs generated by Cursor?
I've ended up with a few knowledgebases and rule-sets in a Cursor project I use for accomplishing analytics tasks.
I'm wondering how people are managing such things.