frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Free Remote Access to FPGAs

https://ps1.fpgas.online/fpgas/
1•random__duck•26s ago•1 comments

JSON with Commas and Comments

https://nigeltao.github.io/blog/2021/json-with-commas-comments.html
1•chirsz•2m ago•1 comments

FinCEN Proposes Rule to Reform Programs Designed to Fight Illicit Finance

https://www.fincen.gov/news/news-releases/fincen-proposes-rule-fundamentally-reform-financial-ins...
1•bkudria•2m ago•0 comments

JSONC Specification

https://jsonc.org/
1•chirsz•3m ago•0 comments

Some LLM routers are injecting malicious tool calls

https://twitter.com/fried_rice/status/2042423713019412941
2•kotobuki•9m ago•0 comments

Claude Mythos Is Everyone's Problem

https://www.theatlantic.com/technology/2026/04/claude-mythos-hacking/686746/
3•JumpCrisscross•12m ago•0 comments

Mysterious Seafood Virus May Be Behind Emerging Eye Disease, Scientists Warn

https://gizmodo.com/mysterious-seafood-virus-may-be-behind-emerging-eye-disease-scientists-warn-2...
1•razorbeamz•13m ago•0 comments

.

https://cryptobriefing.com/covenant-ai-exit-bittensor-tao-falls/
1•omegaproto•15m ago•0 comments

How Accurate Are Google's A.I. Overviews?

https://www.nytimes.com/2026/04/07/technology/google-ai-overviews-accuracy.html
2•JumpCrisscross•16m ago•0 comments

Federal Court Denies Anthropic's Motion to Lift 'Supply Chain Risk' Label

https://www.nytimes.com/2026/04/08/technology/anthropic-pentagon-risk-circuit-court.html
2•JumpCrisscross•16m ago•0 comments

Claude – Scaling Managed Agents: Decoupling the Brain from the Hands

https://www.anthropic.com/engineering/managed-agents
2•melvinodsa•18m ago•0 comments

The Catalog That Does Not Spy

https://fhe.stickybit.com.br/FHE_ECOMMERCE_EBOOK_EN.html
1•TiMagazine•21m ago•0 comments

States are struggling to meet their clean energy goals Data centers are to blame

https://apnews.com/article/ai-data-centers-nevada-clean-energy-47d1b6633ed720962848f4b5b91e7d6b
2•1vuio0pswjnm7•22m ago•0 comments

Austria becomes latest to propose social media ban for children

https://www.bbc.com/news/articles/cwyv70de9exo
3•1vuio0pswjnm7•26m ago•0 comments

A few thoughs about AI videos

1•stjuan627•27m ago•0 comments

Chang'e Mission Samples Reveal How Exogenous Organic Matter Evolves on the Moon

https://english.cas.cn/newsroom/research-news/202604/t20260408_1155384.shtml
2•salkahfi•28m ago•0 comments

Installing OpenBSD on the Pomera DM250{,XY?}

https://jcs.org/2026/04/09/openbsd-dm250
2•jandeboevrie•30m ago•0 comments

Treasury Secretary and Fed Chair Convene Bank CEOs about Mythos Model Risks

https://www.reuters.com/business/finance/bessent-powell-warn-bank-ceos-about-anthropic-model-risk...
3•m-hodges•34m ago•0 comments

I write and publish blog posts from Glamorous Toolkit I (2023)

https://blog.veitheller.de/How_I_write_and_publish_blog_posts_from_Glamorous_Toolkit_I.html
1•Tomte•38m ago•0 comments

India proposes new rules to regulate news and political posts on social media

https://www.bbc.com/news/articles/ce9mx2j3xlxo
1•vinni2•38m ago•0 comments

You can install FreeBSD on these laptops without issues, claims OS maintainer

https://www.neowin.net/news/you-can-totally-install-freebsd-on-these-laptops-without-issues-claim...
1•bundie•40m ago•1 comments

Bun v1.3.12

https://bun.com/blog/bun-v1.3.12
5•Erenay09•45m ago•1 comments

Next SaaS replacement is an agent with a dashboard – kern

https://kern-ai.com/blog/agent-dashboards
2•obilgic•46m ago•0 comments

OpenJDK Interim Policy on Generative AI

https://openjdk.org/legal/ai
1•Tomte•46m ago•0 comments

Apple to shutter its first unionized US store in Maryland

https://www.reuters.com/business/world-at-work/apple-shutter-its-first-unionized-us-store-marylan...
9•golfer•51m ago•0 comments

Anthropic Model Scare Sparks Urgent Bessent, Powell Warning to Bank CEOs

https://www.bloomberg.com/news/articles/2026-04-10/anthropic-model-scare-sparks-urgent-bessent-po...
1•jmcdonald-ut•54m ago•0 comments

Show HN: Pixieterm – A Syncing SSH Client

https://github.com/vachanmn123/pixieterm-desktop
1•vachanmn123•54m ago•0 comments

Why I'm disappointed by Slow Productivity (2024) [Book Review]

https://epigrammetry.hypotheses.org/3960
1•goekjclo•55m ago•0 comments

OpenAI backs bill to exempt AI firms from harm lawsuits

https://www.wired.com/story/openai-backs-bill-exempt-ai-firms-model-harm-lawsuits/
10•holografix•56m ago•0 comments

The Raft Consensus Algorithm Explained Through "Mean Girls"

https://www.cockroachlabs.com/blog/raft-is-so-fetch/
3•vermilingua•56m 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.