frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Technical SEO vs. content optimization: which one moves rankings?

1•zensorsolutions•36s ago•0 comments

The disappearing and unappreciated art of audible alerts [video]

https://www.youtube.com/watch?v=nXdVG45wveo
1•neehao•2m ago•0 comments

Inland Customs Line

https://en.wikipedia.org/wiki/Inland_Customs_Line
1•thunderbong•4m ago•0 comments

Show HN: Connections Hint Today – spoiler-safe hints for NYT Connections

https://connections-hint.today/
1•visiohex•5m ago•0 comments

Linux 7.0 Released with New Hardware Support, Optimizations and Self-Healing XFS

https://www.phoronix.com/news/Linux-7.0-Released
2•isaacfrond•8m ago•0 comments

Show HN: Nous – A compiled language for self-healing AI agents

https://nous-lang.org
1•contrario•11m ago•0 comments

More than 100 reverse engineered hidden Shortcuts actions for iOS and macOS

https://github.com/paralevel/secret-actions-for-shortcuts
2•trapf•14m ago•0 comments

Nvidia AIStore – scalable storage for AI applications

https://aistore.nvidia.com/
1•DaGardner•14m ago•0 comments

Stonks-CLI – track your investment portfolios from the terminal

https://github.com/igoropaniuk/stonks-cli
1•friedchocolate•15m ago•0 comments

Aljhon Victoria

1•ashleyshaine•16m ago•0 comments

DPRK IT Worker Captcha

https://nkcaptcha.com/
1•swijck•18m ago•0 comments

Who needs VCs when you have friends like these? – Stack Overflow

https://stackoverflow.blog/2026/04/14/who-needs-vcs-when-you-have-friends-like-these/
1•salkahfi•20m ago•0 comments

Now you can play retro Windows games too along with DOS on NostalgiaApp on a Mac

https://www.nostalgi.app/
2•jupe69•25m ago•0 comments

Unmasking the Creator of Bitcoin [audio]

https://www.nytimes.com/2026/04/09/podcasts/the-daily/satoshi-nakamoto-bitcoin-creator.html
1•doener•30m ago•0 comments

Huion Devices in the Desktop Stack

http://who-t.blogspot.com/2026/04/huion-devices-in-desktop-stack.html
2•JNRowe•31m ago•1 comments

"Wretches, Speak Evil of Me": Goethe and Schiller's Xenions (1896 Edition)

https://publicdomainreview.org/collection/xenions/
1•benbreen•34m ago•0 comments

The Shinkansen

https://www.worksinprogress.news/p/the-secret-behind-japans-railways
2•WillDaSilva•39m ago•0 comments

I built a product that allows you to generate a ad off of just a product url

https://cutagent.vercel.app/
1•rishidandu•41m ago•0 comments

Show HN: Tsplat – Render Gaussian Splats directly in your terminal

https://github.com/darshanmakwana412/tsplat
4•darshanmakwana•44m ago•1 comments

Why don't lighthouses look like this anymore? [video]

https://www.youtube.com/watch?v=WA0L5xznsKE
1•llimos•44m ago•1 comments

Can Claude Fly a Plane?

https://so.long.thanks.fish/can-claude-fly-a-plane/
32•casi•47m ago•21 comments

Australia closed all of its refineries

https://www.youtube.com/watch?v=Fu6xnDSZyHM
2•curio_Pol_curio•47m ago•1 comments

Distributed DuckDB Instance

https://github.com/citguru/openduck
21•citguru•48m ago•4 comments

Paul Craig Roberts: 3 ways greater Israel wrecked the peace talks

6•__patchbit__•49m ago•0 comments

Who Gets Guggenheims?

https://www.publicbooks.org/who-gets-guggenheims/
2•apollinaire•51m ago•0 comments

Paul Craig Roberts: 3 ways greater Israel wrecked the peace talks

https://www.youtube.com/watch?v=BW-OrMPa-5c
2•__patchbit__•54m ago•0 comments

Show HN: Burrow – Runtime Security for AI Agents

2•saranshrana•54m ago•0 comments

Ascend – open-source Job board and Claude AI prep plans for FAANG/YC interviews

https://github.com/RajuRoopani/ascend-ai
2•RajuRoopani01•55m ago•0 comments

Jack Dennis; American computer scientist

https://grokipedia.com/page/Jack_Dennis
1•__patchbit__•58m ago•0 comments

Zuckerbot is coming: Meta is building an AI version of Mark Zuckerberg

https://www.neowin.net/news/zuckerbot-is-coming-meta-is-reportedly-building-an-ai-version-of-mark...
2•bundie•59m ago•0 comments
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.