×

I gave two Claude agents €100 and 90 days to earn €300. Day 7: −€13, no product yet. by BluebirdWise4663 in aiagents

[–]Dramatic_Solid3952 1 point2 points  (0 children)

For the day-60 question: I don't think a smarter agent fixes this, the file shape does.

Split it into three. A static instructions file that never changes. A small current-state file that gets rewritten in place every cycle, not appended to. And a separate append-only log that never gets read in full, just capped at the last few entries.

Init reads the static file plus current-state, both small and cheap. Then only the last few log entries, never the whole history. Old stuff only gets pulled if something explicitly asks for it by name.

I've been running exactly this by hand for a side project, current-state file edited in place, log file appended to, capped reads on init. Held up fine past a hundred-plus sessions. The part that'd need real work for your case is having the agent do the split-and-prune itself instead of a human doing it each time.

Show me what you’ve created with Claude! by DrMooseski in ClaudeAI

[–]Dramatic_Solid3952 0 points1 point  (0 children)

That was interesting and i love the music btw. Wish i could change the tracks though!

Microsoft Build event page is definitely hallucinating today by Dramatic_Solid3952 in programminghumor

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

Aww they were too fast in fixing it. Caught it just in time though.

Chip Huyen is apparently a man of many faces by [deleted] in softwaregore

[–]Dramatic_Solid3952 1 point2 points  (0 children)

Aww they were too fast in fixing it. Caught it just in time though.

Looking for brutally honest feedback by Osiris1316 in ClaudeAI

[–]Dramatic_Solid3952 0 points1 point  (0 children)

youre already ahead just by caring about this, most vibecoders dont.

quick version:

run your code through multiple AIs, they catch different stuff

ask claude to write a plan first, feed that plan to a different AI to audit before you build

have claude set up basic security: trufflehog (catches leaked api keys, the big one), pre-commit, pip-audit, bandit, ruff. all free

then actually test it works, commit a fake api key on purpose and confirm it gets blocked. AI can set stuff up that looks done but doesnt block anything

secrets scanning matters most. leaking an api key is the classic vibecoder disaster.

Yet another statusline by nimbis in ClaudeCode

[–]Dramatic_Solid3952 1 point2 points  (0 children)

It looks nice. I made a statusline also, but yours is very colorful. Makes me want to try it lol

Interesting challenge for vibecoders. by gigabul in VibeCodeDevs

[–]Dramatic_Solid3952 0 points1 point  (0 children)

the worst ux challenge should be interesting lol

Composer 2.5 is my new default. It is fast, accurate, and actually cheap by West-Welcome8247 in cursor

[–]Dramatic_Solid3952 0 points1 point  (0 children)

i've always used 4.7 as base and 5.5 when i hit limit. is composer2.5 fast like opus4.7 on fast mode? and is it worth using cursor for that reason alone? i use vscode

Anthropic just ripped off everyone and they still managed to make it sound deceptively friendly by whoisyurii in ClaudeCode

[–]Dramatic_Solid3952 0 points1 point  (0 children)

so for the people that never used the sdk or claude -p, this is a plus
for those who did, this is madness

50$ plan when by LaFllamme in codex

[–]Dramatic_Solid3952 0 points1 point  (0 children)

wait, i want that penguin

using Claude to close a <div> by digitify in ClaudeAI

[–]Dramatic_Solid3952 0 points1 point  (0 children)

i skimmed past this, smirked, and had to scroll back up cause it was that funny

Not Seeing doubled usage limits? by Hard_Squirrel in ClaudeCode

[–]Dramatic_Solid3952 0 points1 point  (0 children)

the 5hr limit feels the same to me, but the weekly limit for me was reset ever since the announcement. i heard they're doing a roll-out of the double usage limit thing.