BewertungsFlow
Automate Google review requests and answers
What it does
I built BewertungsFlow because local businesses in Germany do great work but never get the reviews they deserve. One customer went from 10 to 22 Google reviews in a week — without asking a single person manually.
Does a similar job
all alternatives →
Revuly — Smart Google Review RepliesJun 2026 · revuly.dev · ▲2Reply to every Google review in 30 seconds — not 30 minutes
ReviewBeamMay 2026 · reviewbeam.net · ▲3AI-powered review replies in seconds Reply to Google reviews
- PRPull Request Reviewed by LLM2024 · github.com · ▲9
This year I’ve reviewed more than 1000 code changes. Most of the time was spent catching obvious mistakes rather than debating complex design decisions. If we estimate ~10 minutes per review, that’s 160+ hours spent reviewing code in just one year. So I thought: could I get some of that time back using LLMs? That's why I spent the last few weekends building an LLM-based prereviewer that should take a first pass before the actual human reviewer. The results so far are promising: I estimate it can reduce the review time by 50%, which in my case would mean I save 80hours (~10 working days) per…

More growth this month
the category →
AstraPixels▲267A pixel-art solar system at its real current positions.
Growth · 30d ago · astrapixels.com
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com