nowfound

Alternatives

Products that do what Sensus – Constructive PR Comments does

Being rude and dismissive in code reviews is as destructive as shouting at your kid — you both will suffer. We all have good intentions, but even the best have bad days. We all can be grumpy, impatient, or insecure. “Am I helping to resolve this PR?” is a valuable question to ask yourself before posting a comment. My friend and I came up with Sensus - a tiny AI helper that asks this question and provides an answer as a score between 1 and 5. It incorporates constructiveness, politeness, and agreeableness into the calculations. Sensus is free. It is available as a Chrome extension that works…

  1. 1
    dot.108

    The feedback layer for anything you build with AI.

    Jul 2026

  2. 2

    Save your best AI prompts. Access and share them anywhere

    2025

  3. 3OS

    Hey again HN. Isaac and I originally released a voice-first code review tool, but have since open-sourced it and turned it into just a better way to review your and your team's Github PRs. Main things we've heard that make code reviews slower are: 1) PRs are too big and overwhelming 2) Need to jump around to find the right context and relevant code 3) Need to spend time thinking (should not be a thing since AI exists), and writing comments What we built to address these: 1) PRs are split up into sub-PRs without needing to actually split them up and stack them yourself -> Automatically done…

    2025 · github.com

  4. 4AC

    This week we released the Kodus CLI. It took a bit longer than we expected to ship. The reason was simple: there are already many ways to run reviews locally today. IDEs, extensions, terminal commands, agents inside the editor. So building “just another AI CLI” didn’t seem like a good idea. The question that guided the project was different: how can we bring the quality of PR reviews to the moment when the code is still being written? Today the CLI does two main things. The first is running local reviews using the same context we use in PRs. The goal was to avoid that shallow review that…

    Mar 2026 · github.com

  5. 5CO

    2015 · chrome.google.com

  6. 6IB

    Prepend any Github PR URL with `makesense` to get a - quick review for all sorts of issues (cleanly designed issue explorer) - summary of changes in concise slide deck to grasp the essence of changes - a 5 question quiz on the changes to make sure there's "cognitive coverage" of the change There's also a handy bookmarklet using which you can trigger a review for any publicly accessible Github PR Feedback welcome

    Jul 2026 · makesensegithub.com

  7. 7SC

    Open source maintainers are drowning in low effort PRs. Someone sees a help wanted issue, pastes it into an AI, submits without testing, loops through review comments without understanding the code. The PR looks plausible at first glance but falls apart under review. Maintainers waste 30 minutes before realizing it's garbage. This is happening at scale now. And it's worst in projects with bounty programs or GSoC where there's incentive to “contribute.” GitHub tells you if someone is a first-time contributor to your repo. It doesn't tell you anything about their history elsewhere. I built a…

    Jan 2026 · github.com

  8. 81P

    A few weeks ago I posted about GoodToGo https://news.ycombinator.com/item?id=46656759 - a tool that gives AI agents a deterministic answer to "is this PR ready to merge?" Several people asked about the larger orchestration system I mentioned. This is that system. I got tired of being a project manager for Claude Code. It writes code fine, but shipping production code is seven or eight jobs — research, planning, design review, implementation, code review, security audit, PR creation, CI babysitting. I was doing all the coordination myself. The agent typed fast. I was still the…

    Feb 2026 · github.com

  9. 9OS

    Hey HN! I'm Hussam, a Senior Algorithm Engineer at CodiumAI. We launched PR Agent a little over a year ago — it’s a free and open-source tool that helps with reviewing pull requests. The response has been great and more than 70 contributors have added to the project. Today, we're launching PR Agent as a browser extension. Key features: - AI Chat in PRs: You can ask questions about specific code changes and the context is passed to the AI model - Automated Code Reviews: The /review command does an automated review, focusing on potential bugs, security issues, and best practice violations…

    2024

  10. 10SW

    Like everyone on HN, I love nothing more than to (re)read my own comments. Getting my intuition that I am among the smartest, most humble, highest quality commenters on here confirmed by an LLM so capable that the US government had to temporarily export restrict it [0] seemed only natural. Having had my perfection confirmed, I decided to share this joy with you as I had a few percent usage left before a reset. I took a few prompts, then did a review of the output which resulted in Selbstbild, a BYOK (Anthropic / OpenRouter) web app that gives you a summary and assessment of your public…

    Jul 2026 · selbstbild.eu

  11. 11LB

    Howdy friends! Tell me if this is an atrociously terrible idea - I've been working on building a leetcode for clientside devs so we can practice React and Javascript interview questions in a more concise way, I call it clientside.dev I just finished a beta version of it yesterday and plan on releasing it with many more problems on Jan 1st but it's there if you wanna play with it open to any ideas / feedback however mean or nice it may be :)

    2022 · vacation-call-335691.framer.app

  12. 12

    Ask any line of code why it exists, and get receipts

    14d ago · pruve.dev

  13. 13IM

    Hi All, I’ve been working on an open-source SDK to make collecting user feedback on your website less painful. Instead of wasting time on building your own feedback system and boring forms, my SDK lets users leave feedback directly on your website—with all the context devs actually need. Here’s what it currently does: Users can select any element on the page Auto-captures logs, metadata & screenshots Sends instant notifications (Slack, Discord, etc.) Lets you reward users → boosts engagement & conversions Gives users a tracking link → builds accountability & trust Self-host + customize the…

    Sep 2025 · roastnest.com

  14. 14WJ

    We've been having a hard time getting feedback on our docs. Some people post GitHub issues or send us pull requests, but we've heard that the friction is too great for little things like typos, etc. We thought Vercel's preview might be a decent solution to lower the friction for people with Vercel accounts. Vercel injects a code bundle into the site, similar to a browser extension, automatically setting up a commenting system and UI for us. If you want to see how it looks, check it out here: https://docs.plasmo.com/

    2022

  15. 15FA

    Hi HN, Lately Github PRs have been drowning in a flood of AI slop. I’ve been seeing it myself, and I’m not the only one: https://x.com/mitchellh/status/2011819428061855915 I think it’s great that folks are using AI tools to code faster and better, but too many folks are abusing them to make low-quality contributions to public repos. This takes a lot of reviewers’ mindshare. IMO there needs to be a mechanism to flag low-effort PRs with AI slop, so you can just skip reading them. So I built one: https://haystackeditor.com/slop-detector It’s a simple AI…

    Jan 2026 · haystackeditor.com

  16. 16RA

    I built r3 to scratch my own itch when reviewing long design doc and planning doc from AI. The chat interface is inherently bad at tracking multiple pieces of feedback across different parts of a document, so I created a lightweight local web UI to organize the review process. I have been using it on my own projects for one week, and it has made giving structured feedback to AI much easier. I thought others working with AI coding agents might find it useful too. I'd love to hear what you think and any feedback you have!

    Jul 2026 · github.com

  17. 17BY

    Hey HN - We're building wispbit (https://wispbit.com/) - a tool that lets you build your own AI code reviewer. We built this because we worked in big and complex codebases where we kept hitting booby traps - often the same ones. People forgot things, or quit altogether, amplifying the problem. We looked for other ways to fix this, but the solution is usually a combination of: - Writing a linter rule - too difficult and time consuming. - Writing docs and having frequent meetings on alignment - basically a full time job. - Using plug and play code reviewers - too generic and…

    2025

  18. 18GA

    For the past few years, I've been frustrated at how we document our products. The code can tell you what you ended up doing, maybe why you ended up doing it (if your team is disciplined about comments/documents), but it can't tell you why you didn't do what you didn't do. Time and time again, I've seen teams try to change something to a better way, only to realize why it was done the "worse" way in the first place. Documenting decisions not taken is just really hard, ADRs help but doing it for everything is just too noisy and time-consuming. What's more, most of the decisions just…

    Apr 2026 · github.com

  19. 19TP

    I've been running into docs and chats that read as authored by humans but turn out to be pasted from GenAI. All well-intentioned, but inefficient and kinda awkward to sort out. Signaling with your own words is better, but I made some cheap semantic URLs to maybe help: "This post is authorial.fyi" - i.e. I stand behind each part, whether or not GenAI was used "The plan above is ai.delegated.fyi" - i.e. I believe this is worthwhile overall, but I wasn't personally intentional about each part Hope is to open conversations in this GenAI moment. Casually - complementary to larger initiatives.…

    May 2026 · authorial.fyi

  20. 20IA
  21. 21RA

    Excited to share something I've been building recently called ReplyGuy. I made it to solve a personal pain with a SaaS product I built, which was that we were always monitoring Reddit and Twitter to see if anyone had mentioned keywords indicating they were looking for us. Before, we had to go manually respond to posts, often missing good mention opportunities. Would love for HN folks to try it and let me know what you think!

    2023 · replyguy.com

  22. 22TS

    Code review is the new bottleneck. "Tests passing" is no longer sufficient to trust the changes, and the (human) cost of evaluating the quality and robustness of new agent-written contributions is skyrocketing. We built Topos to evaluate code quality based on the structural properties of the programs themselves. We map your files to graphs (AST, CFG, CPG, MDG) and calculate metrics that can characterize how simple, composable, or secure your programs are. Agents can use this tool as they write and optimize based on your preferences. And yes, the inspiration for the repository is from…

    Jun 2026 · krv.ai

  23. 23IA

    Maybe you've had this experience too: You build something you're proud of, post it on HN with your low-karma account, and... crickets. Zero votes, zero comments. That's what happened to me last Monday. I posted my coding tool (XaresAICoder - an open-source browser IDE) that I'd built with AI assistance. In my mind it was revolutionary. On HN? Completely ignored. Then I wondered: How many other potentially great projects suffer the same fate? What "hidden gems" are we missing because they come from low-karma accounts? So I built hn-gems (with help from Claude and my own XaresAICoder). It…

    2025 · hn-gems.sensem.de

  24. 24IB

    I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…

    2025 · codii.dev

Ranked by how close each launch is in meaning, then by votes. Refine with a description →