CodeSolar
AI code review for GitHub that never nags you twice
What it does
CodeSolar reviews every pull request in your GitHub repos — no CI, no runners, no YAML. Findings land as inline comments on the exact line, with a one-click suggested fix. Every line number is re-verified against the diff, so a finding with no evidence is dropped instead of posted. Push again and it doesn't start over: follow-ups read only the new commits and report what you fixed. Reply to a finding and it learns that rule for your repo — visible in settings, one click to undo.
Upstage Solar-Pro4 reviews your GitHub pull requests automatically. Connect a repository and the next PR gets reviewed.
Connect a repository and CodeSolar reviews every pull request from then on. Bugs, security, and performance issues land on the exact line — with a fix you can apply when it's confident. Adds exponential backoff to payment retries. The retry loop does not reuse the idempotency key, risking double charges. 41 for (let i = 0; i < maxRetries; i++) { 42 + const key = crypto.randomUUID(); 43 + await charge(customer, amount, key); 🛑 Critical · bug — A new idempotency key per retry causes double charges randomUUID() is inside the loop, so retries look like distinct requests to the payment gateway. If the first request timed out but actually succeeded, the customer is charged twice. Generate the…from codesolar.dev
Does the same job
all alternatives →More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 16d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 26d ago · cactuscompute.com


Launched alongside, September 2026
the whole month →
OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Run Qwen3.8-Flash-Next (125B MoE, 104 GB at 4-bit) on Macs with a fraction of that RAM by streaming experts from SSD. MLX + Swift, Ollama-compatible API. - carloslfu/slotstream
Dev tools · 4d ago · github.com

Weedout is a Safari extension that filters out videos YouTube labels as “Made with AI”.
AI · 4d ago · masteranza.github.io

NPC-Forge is a framework for building conversational agents that run on the CPU without relying on machine learning or LLMs. - NPC-Forge/docs/development.md at main · gioblu/NPC-Forge
AI · 1d ago · github.com

Find your next hire or your next role from Hacker News monthly threads. AI-powered matching between candidates and job postings.
AI · 4d ago · hnmatchmaker.com

I made OwnTime to balance between competing priorities in my life. The idea is based on two main influences: the concept of "roles" from "The 5 Choices" (2015), and my repeated failure to effectively implement time blocking due to the necessary flexibility in my role. The app allows you to define time budgets, which are not much more than a few mutually exclusive countdown timers. The UX is essentially that of a chess clock for an arbitrary number of players with configurable time. The whole point of the app is to kick you out of the running role/priority when its time is up. One…
Life & fun · 4d ago · owntime.app