Show HN: I built an AI-powered technical interview prep tool

  • Posted 8 hours ago by wa5ina
  • 1 points
https://crackr.dev/
LeetCode wasn't actually preparing me or anyone else for the pressure of a real technical interview.

Most platforms just give you a text box and a compiler. I wanted something that actually simulates the back-and-forth of an interviewer pushing you on time complexity, asking follow-up questions, and pointing out edge cases you missed.

> The Stack: I built the backend with nestjs, prisma, postgresql, Webrtc for real time back and forth conv and [socket.io](http://socket.io) events in panel like code run etc…. claude-haiku-4-5 for conv and anthropic.claude-sonnet-4-6 for interview scoring.

> Where it still falls short: It’s not perfect. Sometimes the AI gets overly pedantic about syntax instead of focusing on the core algorithmic logic. I’m still tuning the prompts to make it behave more like a senior engineer and less like a strict compiler.

I'm currently trying to stress-test the system. I’d love for you to try breaking the AI interviewer or tell me why this approach is flawed. Happy to answer any questions about the stack or the prompt engineering.

1 comments

    Loading..