frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

What if your QA engineer never slept?

1•GTCHO•11mo ago
I've worked in startups and big tech. The most common bottleneck? QA. One team I know ditched the traditional approach and runs an agent that acts like an engineer, 24/7. It's synthetic, learns from bug history, and can gate PRs. Wild idea, or future standard?

Comments

duxup•11mo ago
I think you knowing someone who does this thing might be able to clue us into how well it works.
turtleyacht•11mo ago
QA receives whatever gets merged and (what they decide gets) deployed (to test); they cannot block PRs. It would be nice though to make some checks block merge, i.e. Required workflows.

Learning from bugs is amazing. Connect to production support tickets to link code changes to real incidents. When done manually by on-call, there is no other historical context.

Automate estimation with "this story reminds me of stories A, B, C, which were estimated to be X points and took Y days." A link lets folks drill down to code metrics, artifact version, etc.

A QA agent would be remarkable in that it has a complete and total timeline for everything, and can be queried in chat.

GTCHO•11mo ago
Completely agree. Linking incidents back to code changes is one of the most valuable things a team can do but it's rarely done well. In this case, the agent actually learns from that full timeline production incidents, support tickets, commit diffs. It surfaces patterns you’d never catch manually, like an issue that only appears under high concurrency.

Also yes on chat querying. One of the most useful parts was letting PMs ask questions like “Has this bug happened since April?” and getting a full trace across releases. The idea of automating grooming using historical story similarity is spot on too. This could easily save teams hours per sprint.

jakedlu•11mo ago
I think it's an interesting idea, especially if it's just running on production or staging and constantly just trying new flows/testing edge cases. I would be curious about (1) the quality of testing compared to an actual human and (2) the cost involved. Obviously compared to a human salary the cost could get quite high before it became an impediment (also depending on quality). But running an agent 24/7 seems like costs could certainly pile up.
GTCHO•11mo ago
Really good points. On quality it’s not replacing human insight, but it is exceptional at pattern recognition and coverage at scale. It catches edge cases that tend to get missed and never forgets past regressions. The best results I’ve seen come from pairing the agent with human QA. The agent does ambient monitoring and flags suspicious behavior. Humans then dig deeper.

Cost-wise, it’s surprisingly reasonable. The version I saw ran in containers that spun up based on commit activity or deploy frequency. So if no one is pushing code, it's idle. But during launches or busy dev cycles, it ramps up. Much cheaper than staffing a full team to maintain 24/7 vigilance.

ThrowawayR2•11mo ago
If your QA staff are no better than an "AI" agent, dump them and hire better QA staff.
GTCHO•11mo ago
I hear you and to be clear, this isn’t about replacing talented QA teams. It’s about offloading the repetitive and pattern-based parts of QA so human testers can focus on more strategic, exploratory, and usability-driven work.

In the case I saw, the agent handled things like regression patterns, diff analysis, and known-risk detection across thousands of past issues. The QA team actually became more valuable because they weren’t stuck rerunning the same test plan for the fifth time that week. It was augmentation, not replacement.

That said, I totally agree if a team is just rubber-stamping PRs, the issue isn’t automation, it’s expectations and leadership.

McDonald's is quietly ending the era of self-serve soda fountains nationwide

https://www.foxbusiness.com/fox-news-food-drink/mcdonalds-quietly-ditching-popular-in-store-featu...
1•not4uffin•1m ago•0 comments

Scripting on the JVM with Java, Scala, and Kotlin

https://mill-build.org/blog/19-scripting-on-the-jvm.html
1•lihaoyi•1m ago•0 comments

MathNet:30k competition math problems for AI mathematical reasoning benchmarking

https://mathnet.mit.edu/
1•nill0•2m ago•1 comments

JSXGraph – Web-Based Interactive Mathematics Visualisation

https://jsxgraph.uni-bayreuth.de/home/
1•the-mitr•3m ago•0 comments

NetHack 5.0.0 Released

https://nethack.org/common/index.html
1•isaacfrond•8m ago•0 comments

Local Harness Benchmark: Pi Coding Agent vs. OpenCode with Qwen3.6 35B A3B

https://grigio.org/local-harness-benchmark-pi-coding-agent-vs-opencode/
1•grigio•10m ago•0 comments

Show HN: Generate SKILL.md files from URLs, in the browser

https://www.getskillify.dev/
3•lukyvj•10m ago•0 comments

Hanakai: Family of Ruby tools to help you write clearer, more maintainable apps

https://hanakai.org/
2•thunderbong•11m ago•0 comments

My favorite device is a Chromebook, without ChromeOS

https://kokada.dev/blog/my-favorite-device-is-a-chromebook-without-chromeos/
2•birdculture•13m ago•0 comments

The Download: the North Pole's future and humanoid data

https://www.technologyreview.com/2026/04/30/1136713/the-download-north-pole-future-humanoid-data/
1•joozio•13m ago•0 comments

Key Components of a Linux Distribution for AI Agents

https://www.ericburel.tech/blog/agentic-linux-distribution
1•eric-burel•15m ago•0 comments

Swamp Club – Your Agent Builds the Tools, Then Runs Them

https://swamp.club/
1•mpweiher•18m ago•0 comments

Show HN: My "home rig" for iterative attribute-weighted LLM benchmarking

https://github.com/yuvhaim-gif/LLM_InSight
1•yuvalhaim•18m ago•1 comments

Red Alert 2 UI in real life [video]

https://www.youtube.com/watch?v=gvarqqtdcOQ
1•nomilk•24m ago•0 comments

Show HN: Mirror a terminal to your phone – E2E encrypted, peer-to-peer,no daemon

https://github.com/lucarp/terminalsync
1•rafaepta•25m ago•0 comments

Progressive Web Components

https://arielsalminen.com/2026/progressive-web-components/
1•mpweiher•28m ago•0 comments

Show HN: I built Luxury Intel, because every luxury hotel on Google is 4.8

https://luxuryintel.co/
1•minvariance•28m ago•0 comments

Why I Don't Vibe Code

https://jacobharr.is/personal/i-dont-vibe-code
3•signa11•28m ago•1 comments

Jaron Lanier on the Zeitgeist

https://www.youtube.com/watch?v=Vmx3SbgoPZc
1•musha68k•28m ago•0 comments

Postgres by Example

https://github.com/boringcollege/postgres-by-example
1•dariubs•29m ago•0 comments

The Foundations of LLMs, 1943-2026: A Curated Collection of Seminal Papers

https://github.com/joeduffy/foundations-of-llms
2•aragonite•34m ago•1 comments

Everything needs to be open source. Why I decided to open source my project

1•SilverPlate3•35m ago•1 comments

Catch hallucinated, typosquatted, non-canonical dependencies before production

https://github.com/brennhill/sloppy-joe
1•chillax•36m ago•0 comments

Replit: Turn ideas into apps in minutes – no coding needed

https://replit.com/
1•doener•37m ago•0 comments

Emergent: Build Full-Stack Web and Mobile Apps in Minutes

https://app.emergent.sh/landing/
1•doener•38m ago•0 comments

Syllogisms Made Easy

https://www.youtube.com/watch?v=MXRwmOpgqLw
1•pratikdeoghare•40m ago•0 comments

Make your software arch context-ready

https://www.shaylivni.com/blog/make-architecture-context-queryable
1•doshay•41m ago•0 comments

Claude-Code-Proxy – Use Kimi K2.6 and OpenAI Subscriptions in Claude Code

https://github.com/raine/claude-code-proxy
1•rane•42m ago•0 comments

US economy expected to grow above 2% despite recent shocks

https://www.reuters.com/business/us-economy-quite-resilient-should-keep-growing-above-2-feds-powe...
1•latentframe•43m ago•1 comments

Typography vs. Terrorism: Germany's FE-Schrift Font

https://www.core77.com/posts/112537/Typography-vs-Terrorism-Germanys-FE-Schrift-Font
4•Markoff•47m ago•0 comments