Show HN: Like LeetCode, but multi-file and multi-step (loopprep.dev)

1 points by mrtie ↗ HN
On LeetCode you write one function, it passes, and you're done. Most AI labs such as Anthropic and OpenAI, as well as some big tech companies such as Meta, Snowflake and Databricks, don't stop in one function and instead ask multi-step questions that are closer to real-world problems.

Say you're building a key-value store. Step 1 is get, set, delete, count. Once your tests pass, Step 2 unlocks: expiring keys. Then nested transactions. Then atomic batches.

I built this because I couldn't find a good place to practice for multi-step, multi-file questions. The questions are based on ones people have reported from those loops.

Check it out at https://loopprep.dev.

There are 24 questions, 3 free, and no signup to try them.

Happy to answer questions.

3 comments

[ 0.21 ms ] story [ 14.8 ms ] thread
Writing code in a browser like this or leet code is wrong on so many levels its not funny.
Could you elaborate? Curios why you think it is wrong
I havent seen the editor provided but i have seen others and they are absolutely terrible.

The modern software engineer is used to rich tools that provide an assortment of features, like a debugger.

Let me guess this tool doesnt even have a debugger, intellisense, refactoring tools, or even the ability to SAVE your work so if the browser screws up, you dont lose everything.