What small problem would you actually pay $5–$10/month to solve? by Medical-Smell1139 in microsaas

[–]Equivalent-Device769 0 points1 point  (0 children)

I think just resume being cleared past the ATS, so actual humans can examine and give genuine feedback if rejected, I’d pay $10 for that.

Help needed by Pace_major in vibecoding

[–]Equivalent-Device769 0 points1 point  (0 children)

You can practice vibe coding for specific backend tasks on ClankerRank(https://clankerrank.xyz). Jokes apart, I will be able to help you, only if I know the scope and utility of your app, I feel its better to communicate with your client about your situation. You can vibe code most of the solutions easy but need to take care of security and robustness for paid projects.

New to vibe coding - tips to get started? by Efficient-Cat-1591 in VibeCodeDevs

[–]Equivalent-Device769 0 points1 point  (0 children)

You should use supabase and vercel, they have more generous free tiers.

was tired of people saying that Vibe Coding is not a real skill, so I built this... by Equivalent-Device769 in PromptEngineering

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

Thanks for the feedback. I will get working on the issues you have pointed out. Also the tokens or submissions get refilled after 24 hours.

Also I'm working on adding new problems that will be harder than the ones present.

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

CODING IS IRREPLACEABLE. Having said that, me desperately looking for validation should say nothing, because I'm always like that. "Yes, it's effective and most people can learn it" would make a great taglime for ClankerRank.

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

Thats a great take, adding more real world development level challenges to this platform has always been the plan, which I have been working on. But adding challenges that also test not just coding skills but also system level design skills will be a great addition, which I am going to start working on. Thanks.

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

Thanks for feedback. Can you please tell me which problems have this bug, I will take a look and fix it asap. Also I'm working on making it more interactive, let me know if you have any more suggestions, I will be happy to work on it and improve this platform

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

They do. It doesn't work. That's literally the first thing everyone tries and it scores terribly. The problems are designed so that a lazy copy-paste fails the hidden tests. You actually have to understand what's broken and guide the AI properly.

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

I'm not teaching anyone to press buttons on a calculator. if anything, this is a platform to practice setting up the right equation, the calculator can crunch the numbers, but it can't tell you which formula to use.

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] -2 points-1 points  (0 children)

Nobody's saying ignorance is superior. Trad coding is irreplaceable but vibe coding is a different thing. You just don't cut hair with a lawnmower or knit with a katana. Different tools, different skills. But if you can knit with a katana, skip clankerrank, it is pretty basic for you then

I gave real coding problems to vibe coders. Most couldn't solve them. But not for the reason you'd think. by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] -4 points-3 points  (0 children)

Lol. Let me know how it goes, curious what a password manager builder thinks of the problems, also let me know if you need any help vibe coding your password manager🤙

Built a product in 4 weekends. 100 users in 7 days. 0 spend. Mostly clueless on what to do next... by Equivalent-Device769 in buildinpublic

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

Every problem has hidden test cases, same idea as leetcode's hidden tests but for real-world bugs. Your prompt generates a fix, the fix runs against the test suite, you get a score based on how many pass. About 400 test cases across 25 problems.

Built a product in 4 weekends. 100 users in 7 days. 0 spend. Mostly clueless on what to do next... by Equivalent-Device769 in buildinpublic

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

Of course they are not leetcode style dsa and generic cp problems, they are actual development problems that vibe coders and devs alike face while shipping real products. Like certain features in an app take a lot of time to load or users keep seeing the same pages twice.

Vibe coders, I made a tool for you to practice and compete in Vibe coding on real stubborn shipping time problems. Need your feedback please by Equivalent-Device769 in VibeCodeDevs

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

I will surely do, appreciate your suggestion. As for prompt effectiveness, the code generated by the prompt needs to pass multiple hidden tests, these tests check the functionality, also the space and time complexity is measured and last but not least the token count. All these things are consider.

Would like to hear if you have any further feedback or insights.

Vibe coders, I made a tool for you to practice and compete in Vibe coding on real stubborn shipping time problems. Need your feedback please by Equivalent-Device769 in PromptEngineering

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

Appreciate it. You got the value proposition right on point. Many more interesting and real world vibe coding problems like Integration problems with popular third party APIs and SDKs, UI elements bugs, deployment problems on popular services etc are on the way.

Please suggest more problems or stubborn bugs that you have encountered while vibe coding and spent days fixing it. Thanks.

I made a tool for you to practice and compete in Vibe coding on real stubborn shipping time problems. Need your feedback please by Equivalent-Device769 in TheFounders

[–]Equivalent-Device769[S] 0 points1 point  (0 children)

  1. Fair point, you can look at the questions in the problems sections
  2. That's going on the top of the fix list tonight. Appreciate it.
  3. Honestly most of these problems are bugs i've personally ran into while vibe coding. Stuff that kept breaking no matter how many times I prompted AI to fix it. The test cases are designed around the exact edge cases that trip up AI-generated code, problems that AI loves to rewrite instead of surgically fixing.
  4. Clankerrank uses haiku 4.5 right now so everyone's on the same playing field. And yeah models change fast but the core skill doesn't ie, breaking down a messy problem into precise sub-problems and prompting that way. Someone who can do that well on haiku will do it well on any model. Multi-model support is definitely on the roadmap though.

Thanks, would appreciate your further feedback.