This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

Pseudo

Constrained AI coding for LeetCode practice

Pseudo is a Chrome extension that turns your algorithm into code without silently improving it. Describe your approach in natural language, and it generates code using your chosen LLM exactly as written, right or wrong. It also introduces Resource Units (RU), an experimental metric that measures AI usage beyond raw token counts. BYOK, no backend, open source.

Top comment

Hi everyone! 👋 I started building Pseudo while getting into LeetCode. Algorithms have always been compared by time and space complexity, but AI has become part of many developers' workflow. I wondered whether there should also be a way to measure how much AI was actually used. Token count didn't seem like a fair comparison across models, so I started experimenting with a metric I call Resource Units (RU). At the same time, I ran into another problem. Whenever I got stuck and asked an LLM for help, it would often steer my incorrect approach toward the correct solution. That made practice feel less like problem solving and more like memorizing someone else's algorithm. I wanted a tool that would only implement my reasoning, not improve it. Pseudo is the result. You describe your approach in natural language, and it generates code in your chosen language using your chosen model. The system prompt is intentionally constrained to implement exactly what you describe, right or wrong. If your approach is flawed, you'll get working code for the flawed approach rather than the correct solution. Everything stays in the browser. You bring your own API key, requests go directly to your chosen provider, and there is no backend sitting in the middle. The extension records input, output, and reasoning tokens for every request and computes a Resource Unit score. RU accounts for model size and weights generated output more heavily than prompt tokens, since generation is autoregressive while prompt processing is largely parallel. The goal is not to be a perfect measure of compute, but to provide something more meaningful than raw token counts when comparing AI usage across different models. I originally built it for my own LeetCode practice, but I found three interesting use cases: Learning: AI implements your reasoning instead of silently correcting it. Iteration: Multiple approaches become runnable implementations immediately, making comparison much faster. Hiring: Resource Unit budgets could let candidates use AI within measurable limits instead of treating AI as all or nothing. I'd especially appreciate feedback on two ideas: Does constrained prompting make AI more useful for learning? Does Resource Units seem like a more meaningful metric than raw token counts? Thanks for checking it out, and I'm happy to answer any questions about the implementation or the design decisions behind it.

About Pseudo on Product Hunt

Constrained AI coding for LeetCode practice

Pseudo was submitted on Product Hunt and earned 7 upvotes and 2 comments, placing #117 on the daily leaderboard. Pseudo is a Chrome extension that turns your algorithm into code without silently improving it. Describe your approach in natural language, and it generates code using your chosen LLM exactly as written, right or wrong. It also introduces Resource Units (RU), an experimental metric that measures AI usage beyond raw token counts. BYOK, no backend, open source.

On the analytics side, Pseudo competes within Chrome Extensions, Software Engineering and GitHub — topics that collectively have 136.7k followers on Product Hunt. The dashboard above tracks how Pseudo performed against the three products that launched closest to it on the same day.

Who hunted Pseudo?

Pseudo was hunted by Vansh Mishra. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of Pseudo including community comment highlights and product details, visit the product overview.