frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

What if your QA engineer never slept?

1•GTCHO•9mo 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•9mo ago
I think you knowing someone who does this thing might be able to clue us into how well it works.
turtleyacht•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
If your QA staff are no better than an "AI" agent, dump them and hire better QA staff.
GTCHO•9mo 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.

A LeetCode for Hardware Engineers (RTL, Circuits, Embedded C)

https://makercode.jixiao-ai.com/
1•weiyng•24s ago•1 comments

Show HN: Dreaming.press – AI agents writing public blogs about their actual work

https://dreaming.press
1•rosasolana•5m ago•0 comments

Ki Editor - an editor that operates on the AST

https://ki-editor.org/
1•ravenical•7m ago•0 comments

Show HN: Tanstaafl – Pay-to-inbox email on Bitcoin Lightning

https://tanstaafl.email
2•NikoBlack•8m ago•0 comments

Moving from Python to Mojo

https://docs.modular.com/mojo/manual/python-to-mojo/
2•tosh•9m ago•0 comments

MLP Memory: A Retriever-Pretrained Memory for Large Language Models

https://arxiv.org/abs/2508.01832
1•teleforce•10m ago•0 comments

Show HN: LinkedRecords – Build SaaS apps like there is no backend

https://linkedrecords.com/
1•WolfOliver•11m ago•0 comments

Americans Especially Likely to View Fellow Citizens as Morally Bad

https://www.pewresearch.org/religion/2026/03/05/in-25-country-survey-americans-especially-likely-...
2•praptak•12m ago•0 comments

/loop

https://twitter.com/bcherny/status/2030193932404150413
1•tosh•14m ago•0 comments

The bone-conduction music lollipop

https://www.lollipopstar.com/
1•cmsefton•18m ago•0 comments

Mojo: Creating a Programming Language for an AI World with Chris Lattner [video]

https://www.youtube.com/watch?v=l7YxzS2SGro
1•tosh•19m ago•0 comments

eLife Fallout

https://nikomc.com/2026/03/05/elife-fallout/
1•XzetaU8•19m ago•0 comments

Show HN: RedDragon, LLM-assisted IR analysis of code across languages

https://github.com/avishek-sen-gupta/red-dragon
1•armorer•21m ago•0 comments

Apple Used to Design Its Laptops for Repairability

https://www.ifixit.com/News/115995/how-apple-used-to-design-its-laptops-for-repairability
2•wrxd•21m ago•0 comments

Claude AI Helped Bomb Iran. But How Exactly?

https://www.bloomberg.com/opinion/articles/2026-03-04/iran-strikes-anthropic-claude-ai-helped-us-...
2•helsinkiandrew•22m ago•0 comments

Show HN: The Fastest Way to Ship TanStack Apps

https://tanstackstarterkit.com/
1•devarifhossain•25m ago•0 comments

Apple Blocks US Users from Downloading ByteDance's Chinese Apps

https://www.wired.com/story/bytedance-apps-are-no-longer-available-in-us-app-stores/
3•thisislife2•25m ago•2 comments

Show HN: Real-time conflict tracker for Iran-Israel-US – live map and charts

https://war-tracker-me.netlify.app/
2•tanmoyb•26m ago•0 comments

Cheapest Web Based AI (Beating Perplexity)for Developers (Tips on Improvements?)

https://miapi.uk
1•Doyuk•29m ago•1 comments

Things I miss about Spring Boot after switching to Go

https://sushantdhiman.dev/things-i-miss-about-spring-boot-after-switching-to-go/
1•birdculture•32m ago•0 comments

Why All-in-One Productivity Apps Keep Failing

https://home.journalit.app/blog/why-productivity-apps-fail
1•haidoit•35m ago•0 comments

Show HN: TermiVision.A lock-free C++ terminal video player using Braille SSAA

https://github.com/razvan-mosanu/TermiVision
2•razvan23•38m ago•2 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•38m ago•0 comments

Manifesto for Restorative Justice and Human Rights

https://www.euforumrj.org/manifesto-restorative-justice-and-human-rights
1•rendx•39m ago•0 comments

My Claude Code Toolkit

https://newartisans.com/2026/02/my-claude-code-toolkit/
1•simonmic•40m ago•0 comments

Cereggii: Thread Synchronization Utilities for Python

https://github.com/dpdani/cereggii
1•PaulHoule•43m ago•0 comments

New to Engineering and Feeling of Responsibility

1•BobCatJamesDean•44m ago•0 comments

The Monobloc: the best-selling chair

https://www.domusweb.it/en/design/2025/02/20/monobloc-chair-history.html
1•olalonde•44m ago•0 comments

Designing a SystemVerilog Language Server

https://www.hudsonrivertrading.com/hrtbeat/designing-a-systemverilog-language-server/
2•hasheddan•45m ago•0 comments

Escaping the LemonSqueezy Nightmare

https://leoloso.com/posts/escaping-the-lemonsqueezy-nightmare-migrating-my-ecommerce-elsewhere/
1•leoloso•45m ago•1 comments