frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

From Cloudwashing to O11ywashing

https://charity.wtf/2025/11/24/from-cloudwashing-to-o11ywashing/
1•cratermoon•5m ago•0 comments

What Comes Back When Stopping GLP-1s?

https://www.medscape.com/viewarticle/what-comes-back-when-stopping-glp-1s-2025a1000wtd
1•droopyEyelids•9m ago•1 comments

Penpot: The Open-Source Figma

https://github.com/penpot/penpot
3•selvan•13m ago•0 comments

Flush door handles are the car industry's latest safety problem

https://arstechnica.com/cars/2025/09/flush-door-handles-are-the-car-industrys-latest-safety-problem/
3•mgh2•22m ago•0 comments

Functional Data Structures and Algorithms: a Proof Assistant Approach

https://fdsa-book.net/
3•SchwKatze•23m ago•0 comments

Show HN: Calcumake – A 3D print pricing calculator (Rails and Kamal)

https://calcumake.com/
1•moabjp•27m ago•0 comments

Back End Vulnerabilities of Snype Expose User Data and Alleged Shill Bidding

https://www.elitefourum.com/t/backend-vulnerabilities-of-snype-expose-user-information-alleged-pr...
1•donsupreme•29m ago•0 comments

Joint Embedding Predictive Architecture (JEPA) for AGI

https://www.turingpost.com/p/jepa
1•andsoitis•30m ago•0 comments

Terrestrials: The Trio

https://radiolab.org/podcast/terrestrials-the-trio240726
1•nkzednan•31m ago•0 comments

Iceberg, the Right Idea – The Wrong Spec

https://www.database-doctor.com/posts/iceberg-is-wrong-1.html
1•zX41ZdbW•34m ago•0 comments

In Which I Defend Fruit's Honor

https://mdickens.me/2025/06/08/defending_fruit%27s_honor/
1•surprisetalk•36m ago•0 comments

It Hurts the Face

https://lmnt.me/blog/it-hurts-the-face.html
1•surprisetalk•36m ago•0 comments

AHC056 Participation Record and Explanation of First Place Solution

https://blog.oimo.io/2025/11/22/ahc056/
1•surprisetalk•36m ago•0 comments

Migrating the Main Zig Repository from GitHub to Codeberg

https://ziglang.org/news/migrating-from-github-to-codeberg/
67•todsacerdoti•39m ago•12 comments

Lawsuit Challenges San Jose's Warrantless ALPR Mass Surveillance

https://www.eff.org/press/releases/lawsuit-challenges-san-joses-warrantless-alpr-mass-surveillance
5•duxup•40m ago•1 comments

Let's Rebuild the MySQL Community Together

https://www.percona.com/blog/lets-rebuild-the-mysql-community-together/
1•zX41ZdbW•42m ago•0 comments

The Iceberg Index: Measuring Workforce Exposure Across the AI Economy

https://arxiv.org/abs/2510.25137
1•gumshoe30•42m ago•0 comments

Show HN: Calisthenics Memory – Open-source bodyweight training tracker

https://codeberg.org/Gonbei774/CalisthenicsMemory
1•Gonbei774•43m ago•0 comments

Show HN: TwitterXZ – clean, fast Twitter/X video downloader(free and no signup)

https://twitterxz.com
1•mrasong•45m ago•0 comments

Sam Altman's Business Buddies Are Getting Burned

https://www.bloomberg.com/opinion/articles/2025-11-26/sam-altman-s-business-buddies-are-getting-b...
3•petethomas•48m ago•0 comments

Lasagna Cell

https://kaiserscience.wordpress.com/chemistry/electrochemistry/lasagna-cell/
2•choult•48m ago•0 comments

The Tesla Model Y Just Scored the Worst Reliability Rating in a Decade

https://www.autoblog.com/news/the-bestselling-tesla-model-y-just-scored-the-worst-reliability-rat...
31•whynotmaybe•54m ago•25 comments

Louise Herreshoff

https://en.wikipedia.org/wiki/Louise_Herreshoff
1•petethomas•55m ago•0 comments

Why I'm Building an App Platform for Robot Vacuums Instead of Humanoids

https://ovsy.com/posts/why-im-building-an-app-platform-for-robot-vacuums-instead-of-humanoids.html
1•iliaov•57m ago•1 comments

S&P cuts Tether stablecoin rating to 'weak' on disclosure gaps

https://www.reuters.com/business/finance/tethers-stablecoin-downgraded-weak-sp-assessment-2025-11...
4•JumpCrisscross•59m ago•0 comments

Rich and dynamic user interfaces with Flutter and generative UI

https://blog.flutter.dev/rich-and-dynamic-user-interfaces-with-flutter-and-generative-ui-178405af...
1•andsoitis•1h ago•0 comments

The 'Quiet Catastrophe' Brewing in Our Social Lives

https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000738305359
1•nkzednan•1h ago•0 comments

Flutter 3.38 and Dart 3.10: Building the future of apps

https://blog.flutter.dev/announcing-flutter-3-38-dart-3-10-building-the-future-of-apps-503429eeb685
1•andsoitis•1h ago•0 comments

Z-Image: Efficient Image Gen Model with Single-Stream Diffusion Transformer

https://tongyi-mai.github.io/Z-Image-homepage/
3•SerCe•1h ago•0 comments

OSMU Community member posts proof that certain Bitcoin mining pools are fugazi

https://github.com/mweinberg/stratum-speed-test/tree/main/findings
3•metaprinter•1h ago•0 comments
Open in hackernews

What if your QA engineer never slept?

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