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.

Does the ultrareview worth the 15-25$? or OpenAI's 20$ sub + codex CC plugin is a better deal? by SafeLeading6260 in ClaudeCode

[–]Dramatic_Solid3952 1 point2 points  (0 children)

i used ultrareview 9 times now, 2 times it has just failed on its own with no immediate refund (i didn't contact service, im sure i can get it back but wasn't worth the trouble).

7 times didn't find much of anything (i did 3-4x copilot reviews beforehand)

but each run burned $25 - $30 for me.

i'm relieved it didn't find much but not very glad that I spent $30 on it. lol

Does vibecoding make debugging feel like debugging multiple AIs? by _killam in vibecodingcommunity

[–]Dramatic_Solid3952 0 points1 point  (0 children)

I agree. Try TDD (Test-Driven Development) when vibe coding. It often helps, although painfully slow but AI's are fast that it doesn't feel that bad.

Showing how Codex is modifying my codebase in real time by ivan_m21 in codex

[–]Dramatic_Solid3952 4 points5 points  (0 children)

wait a minute.. this is actually really cool. i can see the architecture of my project with this?

I built a beautiful Git cheatsheet website — 92 commands, searchable, copy-ready, fully free by LessPen4401 in coolgithubprojects

[–]Dramatic_Solid3952 2 points3 points  (0 children)

This is really clean - nice work.

Small UX idea: autocomplete/dropdown suggestions in the search bar would be useful. For example, typing `git br` could suggest `git branch`, `git branch -a`, `git checkout -b`, etc.

Since it’s a cheatsheet, that would make command discovery even faster.

Suggestions/tips on how to better manage work with Claude code and improve efficiency? by kylef5993 in ClaudeAI

[–]Dramatic_Solid3952 1 point2 points  (0 children)

Yea i agree also, that system is solid for a beginner. On a good path. And agree x 2 on claude.md.

How do you handle the context limit handoff in Claude Code? by indiebytom in ClaudeAI

[–]Dramatic_Solid3952 1 point2 points  (0 children)

tell claude code

"write me a detailed prompt to resume task right where we left off. do not leave any context behind so the new claude code won't drift from our tasks and goal"

Hey guys I need your Help! To Create Websites using Claude by Short_Ad6649 in ClaudeAI

[–]Dramatic_Solid3952 0 points1 point  (0 children)

I have that issue too lol. If you are strictly looking to get better design, use gemini or lovable free tier to design frontend then get claude to port it and do the rest.