frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic Is Still at Odds with the White House over Claude Fable 5

https://www.wired.com/story/anthropic-is-still-at-odds-with-the-white-house-over-claude-fable-5/
1•dstala•1m ago•0 comments

The B2C-or-B2B decision you're forced to make too early

https://www.indiehackers.com/post/the-b2c-or-b2b-decision-youre-forced-to-make-too-early-and-why-...
1•DharmendraJago•5m ago•0 comments

Murmer – An experiment in bringing Elixir's actor model to Rust

https://paxsonsa.github.io/murmer-rs/
1•paxsonsa•9m ago•1 comments

GLM-5.2

https://huggingface.co/zai-org/GLM-5.2
2•gomizhuce•12m ago•1 comments

Designing the Dream House of an 87-Year-Old Tech Visionary

https://www.wired.com/story/stewart-brand-whole-earth-catalog-house-petaluma/
1•cromulent•13m ago•0 comments

Show HN: FinMind AI – what if Claude Code was built for Wall Street?

https://finmindai-moneyverse.vercel.app/
2•heroboy•18m ago•0 comments

From AI Job Board to Talent Pool and hitting $1k/mo in 6 months

https://www.indiehackers.com/post/from-ai-job-board-to-talent-pool-and-hitting-1k-mo-in-6-months-...
2•celadondev•19m ago•0 comments

Is Horsewood Safe? Understanding the Horse Wood Warning

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•fatnhaus•19m ago•0 comments

Asked ChatGPT, how to recover data from disk, "run wipefs"

https://chatgpt.com/share/6a322911-2f14-83e9-a357-559a6175df1e
1•TZubiri•20m ago•1 comments

A Red-Team Study of Anthropic Fable 5 and Opus 4.8 Models

https://arxiv.org/abs/2606.18193
1•ilreb•22m ago•0 comments

Intrusive Driving Aids make driving worst

https://www.youtube.com/watch?v=f-S76WEl25k
1•afarah1•23m ago•0 comments

Looped World Models

https://arxiv.org/abs/2606.18208
1•ilreb•26m ago•0 comments

GPT-2 124M checkpoint pre-trained on OpenWebText 27.5B tokens

https://github.com/workofart/ml-by-hand/releases/tag/gpt2-124m-openwebtext-56000
1•megadragon9•27m ago•1 comments

Dear Researchers: Help me deal with incidents [pdf]

https://surfingcomplexity.blog/wp-content/uploads/2026/06/dear-researchers.pdf
2•azhenley•27m ago•0 comments

The reason some American roundabouts are so dangerous [video]

https://www.youtube.com/watch?v=Pvqzei4HhFY
1•dataflow•29m ago•0 comments

Cursor Origin: code storage and Git hosting

https://twitter.com/cursor_ai/status/2067012220832329782
2•peterspath•29m ago•0 comments

The Slop Paradox

https://arxiv.org/abs/2606.17791
1•ilreb•30m ago•0 comments

Only Bounds

https://smallcultfollowing.com/babysteps/blog/2026/06/09/only-bounds/
1•yurivish•36m ago•0 comments

Cypriot Graffiti in Ancient Egypt

https://www.historytoday.com/archive/history-matters/cypriot-graffiti-ancient-egypt
1•benbreen•38m ago•0 comments

California's tectonic systems at highest levels of stress in 1k years

https://www.theguardian.com/us-news/2026/jun/16/california-earthquake-tectonic-systems-risk
2•andsoitis•40m ago•0 comments

Stop making AI looking landing pages

https://www.aibrandkits.com
2•mattmerrick•40m ago•2 comments

Show HN: IAGlobal – A multi-agent cognitive architecture inspired by biology"

https://github.com/josemarpoubel/iaglobal
1•josemarpoubel•42m ago•0 comments

Reflections on Trusting Trust (1984) [pdf]

https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_ReflectionsonTrustingTrust.pdf
1•_doctor_love•47m ago•0 comments

NetNewsWire Status

https://inessential.com/2026/06/15/netnewswire-status.html
12•droidjj•47m ago•0 comments

Fable is gone but the loop isn't

https://github.com/grainulation/bean
4•woptober•48m ago•0 comments

Session avoids shutdown as community donations save the project

https://cyberinsider.com/session-avoids-shutdown-as-community-donations-save-the-project/
1•Cider9986•55m ago•0 comments

GitHub Copilot Is Down

https://twitter.com/githubstatus/status/2067092904477122633
2•azhenley•58m ago•1 comments

Show HN: Whissle Gateway – Multi-Modal Voice AI in a 500MB Local Docker

https://whissle.ai/gateway
1•ksingla025•59m ago•0 comments

Ask HN: What are your best Claude hacks?

1•akashwadhwani35•1h ago•0 comments

2Day – A minimal, dark-themed web journal and daily timeline

https://play.google.com/store/apps/details?id=com.loftai.twodaylive&hl=en_US
1•pgjeon•1h 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.