frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Organize Your Photos by People

https://amrshawky.com/posts/what-is-picpocket/
1•amr_shawky•45s ago•0 comments

Show HN: Kplane – Isolated cloud environments for AI agents

https://www.kplane.dev/
1•lexokoh•1m ago•0 comments

Why do tubes sound different than transistors?

https://allforturntables.com/2023/10/23/why-do-tubes-sound-different-than-transistors/
1•rolph•1m ago•0 comments

Is This Why Science Advances One Funeral at a Time?

https://nautil.us/is-this-why-science-advances-one-funeral-at-a-time-1280650
1•Brajeshwar•3m ago•0 comments

Collaborate – a Claude skill for multi-person AI-assisted document writing

https://github.com/googlarz/collaborate
1•googlarz•7m ago•0 comments

The Exception Economy

https://replicacyber.com/the-exception-economy-when-every-path-forward-has-a-cost/
1•gmljustin•9m ago•0 comments

Where do we think we're going with proprietary AI?

https://crib.social/notice/B6E7MXvhQQXjSdAmOG
1•gslepak•9m ago•0 comments

Wigle: Crowdsourced network map of BT, BLE, WiFi points via wardriving phone app

https://wigle.net
1•cdvonstinkpot•9m ago•0 comments

In a quest to becoming AI-independent

https://adlrocha.substack.com/p/adlrocha-in-a-quest-to-becoming-ai
1•gmays•12m ago•0 comments

Brilliant Labs brooks no dissent as the Halo SNAFU continues

https://jfloren.net/b/2026/5/12/0
1•floren•12m ago•0 comments

Ask HN: Job Search Skill for Claude?

1•OldSchoolTV•13m ago•0 comments

Microsoft's $1B AI data center will "switch off half of Kenya"

https://www.windowscentral.com/artificial-intelligence/kenya-president-warns-microsofts-1-billion...
2•pjmlp•13m ago•1 comments

Original Sachertorte loses in blind test against cheap supermarket brands

https://konsument.at/test/tastecheck-sachertorte
1•Markoff•13m ago•0 comments

Mass Supply Chain Attack Hits TanStack, Mistral AI NPM and PyPI Packages

https://safedep.io/mass-npm-supply-chain-attack-tanstack-mistral/
1•ezekg•13m ago•0 comments

Radar Trends to Watch: May 2026

https://www.oreilly.com/radar/radar-trends-to-watch-may-2026/
1•mparnisari•13m ago•0 comments

Platform Timing Is a Strategic Decision

https://www.michael-ploed.com/blog/platform-timing-is-a-strategic-decision
2•gpi•14m ago•0 comments

Googlebook, Designed for Gemini Intelligence

https://blog.google/products-and-platforms/platforms/android/meet-googlebook/
5•meetpateltech•14m ago•0 comments

Microplastics turn up in nearly every human brain sample

https://medicalxpress.com/news/2026-04-microplastics-human-brain-sample-healthy.html
2•PaulHoule•14m ago•0 comments

Requirements analysis for agents: catch requirement bugs before they become code

https://kiro.dev/blog/deep-spec-analysis/
1•thecampfire•14m ago•0 comments

Hardening TanStack After the NPM Compromise

https://tanstack.com/blog/incident-followup
1•ssiddharth•14m ago•0 comments

Probe: AI Agent Context Engine

https://github.com/zeroentropy-ai/probe
1•medbar•14m ago•0 comments

Show HN: Vibe – Responsible AI Review for Cq (Stack Overflow for Agents)

https://blog.mozilla.ai/first-line-of-defense-for-cq/
1•lmushro•15m ago•0 comments

Leak reveals Google's Aluminium OS with a 16-minute video

https://www.androidauthority.com/google-aluminium-os-leak-3665979/
2•theanonymousone•16m ago•0 comments

The Great Zombification

https://www.thenewcritic.com/p/the-great-zombification
2•johannbartlett•18m ago•0 comments

World Models: Things That Matter in AI

https://www.technologyreview.com/2026/05/12/1137134/world-models-10-things-that-matter-in-ai-righ...
1•joozio•18m ago•0 comments

Ask HN: How can I get a bank account for a minor owned LLC?

1•iloveplants•18m ago•0 comments

Show HN: One-shot NAT traversal library

https://warpgate.io/
1•Uptrenda•19m ago•0 comments

Show HN: Profine – Profile and rewrite your PyTorch training loop on real GPUs

https://github.com/ProfineAI/profine-cli
2•aisinghal•20m ago•0 comments

Vaultly Business News

https://vaultly-omega.vercel.app/en
1•peppee•20m ago•1 comments

Ledgr – Self-hosted finance app with Plaid bank sync and an MCP server

https://github.com/KenTaniguchi-R/ledgr
1•kentaniguchi•20m ago•0 comments
Open in hackernews

What if your QA engineer never slept?

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