frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Selling Selfcontext.com Domain

https://selfcontext.com/
1•AVancans•1m ago•0 comments

The Controllability Trap: A Governance Framework for Military AI Agents

https://arxiv.org/abs/2603.03515
1•zvr•5m ago•0 comments

Each time an AI was given a task to invent best-seller web app

https://spireason.neocities.org/apples
1•tvali•7m ago•1 comments

YC Startup School India

https://events.ycombinator.com/yc-sus-india
1•twapi•8m ago•0 comments

Fork: One CLI to Build Firmware for Any MCU

https://github.com/TareqRafed/fork
1•grog6•12m ago•0 comments

I mass-replaced FFmpeg's MJPEG decoder with Claude Code – 4K LOC, 8% the speed

https://github.com/0xD8C4A475/liberated-mjpeg
1•istenesimi•13m ago•2 comments

Need feedback to build a product for founders to track decision-making

1•shreyast6•13m ago•0 comments

The AI-Powered Kubernetes IDE

https://github.com/koreide/Kore
2•eladbash•15m ago•3 comments

AI toys for children misread emotions and respond inappropriately

https://www.bbc.co.uk/news/articles/clyg4wx6nxgo
3•fredley•15m ago•0 comments

9B parameter coding agent model fine-tuned on top of Qwen3.5-9B

https://huggingface.co/Tesslate/OmniCoder-9B
1•brainless•15m ago•0 comments

Searching for a Well Designed API

1•willx86•18m ago•1 comments

Qualcomm exploit chain brings bootloader unlocking freedom to Android flagships

https://www.androidauthority.com/qualcomm-snapdragon-8-elite-gbl-exploit-bootloader-unlock-3648651/
1•ledoge•19m ago•1 comments

Things I do when I'm writing code that don't look like writing code

https://danq.me/2026/03/06/writing-code-is-not-the-bottleneck/
1•speckx•22m ago•0 comments

Show HN: Flowly – Smooth scrolling for third-party mice on macOS

https://flowlyapp.dev/
1•simonij•22m ago•0 comments

Show HN: Five – I built a 5-story daily newsletter for who hate newsletters

https://getfive.news
1•tiago_human•23m ago•0 comments

White House posts Wii Sports video mixed with Iran War footage

https://twitter.com/WhiteHouse/status/2032115039985881556
1•run414•25m ago•0 comments

TUI Studio – visual terminal UI design tool

https://tui.studio/
3•mipselaer•27m ago•1 comments

Peter Thiel's Antichrist Lectures

https://apnews.com/article/italy-peter-thiel-paypal-pope-vatican-c3a6c7d2daba501caf8152558ac2d743
3•aureliusm•28m ago•0 comments

I got tired of AI chatbots so we turned the OS into an AI agent

https://www.jeriko.ai/
1•Khaleel7337•33m ago•1 comments

Ask HN: Uploaded a post and it was [dead] within a minute

2•_ananos_•34m ago•5 comments

CrackArmor: Multiple Vulnerabilities in AppArmor

https://cdn2.qualys.com/advisory/2026/03/10/crack-armor.txt
1•mmsc•34m ago•0 comments

The evolution of Mac app window corners

https://lapcatsoftware.com/articles/2026/3/4.html
1•robenkleene•34m ago•0 comments

Consumer rights wiki becomes a browser extension

https://github.com/FULU-Foundation/CRW-Extension
1•NotLemikiy•35m ago•0 comments

Russia is carrying out a cyber campaign targeting Signal and WhatsApp accounts

https://www.aivd.nl/actueel/nieuws/2026/03/09/rusland-voert-cybercampagne-uit-tegen-signal--en-wh...
1•komape•36m ago•0 comments

How to make your own static site generator

https://gaultier.github.io/blog/how_to_make_your_own_static_site_generator.html
1•gingersnap•36m ago•0 comments

YouTube videos that have almost zero previous views

http://astronaut.io/
1•Zealotux•37m ago•1 comments

I traced $2B in grants and 45 states' lobbying behind age‑verification bills

https://old.reddit.com/r/linux/comments/1rshc1f/i_traced_2_billion_in_nonprofit_grants_and_45/
15•shaicoleman•43m ago•0 comments

The End of the Open Web

https://www.netmeister.org/blog/open-web.html
3•speckx•43m ago•0 comments

50 Years of Thinking Different

https://www.apple.com/50-years-of-thinking-different/
3•tilt•47m ago•1 comments

Show HN: Privacy Mask – prevent secrets leaking to AI agents

2•fullstackcrew•48m ago•0 comments
Open in hackernews

What if your QA engineer never slept?

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