frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MKdocs Version 2

https://github.com/mkdocs/mkdocs/discussions/4077
1•BerislavLopac•58s ago•0 comments

How the Psychedelic Drug Ibogaine Changed Me Forever

https://www.nytimes.com/2026/03/01/magazine/ibogaine-psychedelic-treatment-trauma-mental-health.html
1•WarOnPrivacy•3m ago•1 comments

US Military reportedly used Claude in Iran strikes despite Trump's ban

https://www.theguardian.com/technology/2026/mar/01/claude-anthropic-iran-strikes-us-military
1•enceladus06•3m ago•0 comments

The Long Afterlife of the Console Modchip

https://hackaday.com/2026/03/01/the-long-afterlife-of-the-console-modchip/
1•umairnadeem123•5m ago•0 comments

Show HN: Boucle – A self-dogfooding autonomous AI agent framework in Rus

https://github.com/Bande-a-Bonnot/Boucle-framework
1•ElFitz•5m ago•0 comments

An audio modem in 5 lines of Awk

https://pagedout.institute/webview.php?issue=8&page=24&article=An+AWKward+Modem
1•beefburger•7m ago•0 comments

Be the Village Rome Can't Read

https://abiawomosu.substack.com/p/be-the-village-rome-cant-read
1•laurex•9m ago•0 comments

To launch an online business in 2026 you needed

https://www.demeria.app
1•portudov•9m ago•1 comments

How to enforce contracts in API development?

1•arter45•10m ago•0 comments

The Claw – The First AI-Powered Digital Media Publication

https://theclawnews.ai/
1•ulrischa•11m ago•0 comments

How to Run a Small Social Network Site for Your Friends

https://runyourown.social/
2•TigerUniversity•12m ago•0 comments

Show HN: Fail-closed execution guard for AI agents (Python, pip installable)

https://github.com/Nick-heo-eg/ai-execution-boundary-core
1•echo_os•12m ago•0 comments

DealMaker Uses Morning Brew and Robinhood to Lure Retail Investors

https://hntrbrk.com/shark-tank/
1•amadeuspagel•13m ago•0 comments

A cellular atlas of aging comes into focus

https://longevity.technology/news/a-cellular-atlas-of-aging-comes-into-focus/
1•Bender•14m ago•0 comments

P3: Reputation-based lending with developer API

https://developers.p3lending.space/
1•p3lending•14m ago•1 comments

Supabase Blocked in India: random proxies are on market

https://harshanu.space/en/tech/dumb-vibe-coders/
1•anxiousvater•14m ago•0 comments

Show HN: I Built Context+ AST and Embeddings for Codebase Understanding

https://contextplus.vercel.app/
1•forloopcodes•14m ago•0 comments

Republican Steve Hilton surges ahead in California governor's race

https://ktla.com/news/politics/inside-california-politics/california-governor-poll-february-2026/
1•Bender•15m ago•0 comments

'Enshittification' blamed for fewer NZers feeling positive about the internet

https://www.rnz.co.nz/news/national/588339/enshittification-blamed-for-fewer-nzers-feeling-positi...
3•billybuckwheat•16m ago•0 comments

MicroGPT Explained Interactively

https://growingswe.com/blog/microgpt
1•andsoitis•18m ago•0 comments

I Programmed an AI Bot to Help Me Run for President (2020)

https://medium.com/linebyline/presidential-speech-algorithm-ec755995887a
1•simonebrunozzi•18m ago•0 comments

US and Israel strike Iran, raising oil supply security risks

https://www.spglobal.com/energy/en/news-research/latest-news/crude-oil/022826-us-and-israel-strik...
1•vedantnair•18m ago•0 comments

U.S. service members killed in Iran operation, military says

https://www.washingtonpost.com/world/2026/03/01/trump-iran-israel-khamenei-strikes-live-updates/
1•arunabha•19m ago•0 comments

Afghan Taliban open to talks after Pakistan bombs Kabul, Kandahar

https://www.reuters.com/world/asia-pacific/pakistan-strikes-afghanistan-targets-clashes-intensify...
1•vedantnair•19m ago•0 comments

Trump says 9 Iranian warships have been sunk

https://ktla.com/news/nationworld/ap-trump-warns-iran-not-to-escalate-attacks-saying-us-will-stri...
1•Bender•19m ago•0 comments

FBI investigating 'potential nexus to terrorism' in deadly mass shooting

https://www.cnn.com/2026/03/01/us/deadly-shooting-austin-entertainment-district
2•vedantnair•19m ago•0 comments

Freecode: A $0 coding agent auto-picks the best free LLM (~300 lines of Rust)

https://github.com/mr-kelly/freecode
1•chepy•19m ago•0 comments

The Factory Model: How Coding Agents Changed Software Engineering

https://addyosmani.com/blog/factory-model/
1•ulrischa•20m ago•0 comments

Free, real-time, AI-powered OSINT dashboard with 180 data feeds

https://twitter.com/danushman/status/2028007602391540026
1•taubek•20m ago•0 comments

Show HN: Aura-State – A Formally Verified LLM State Machine Compiler

1•rohanmunshi08•20m ago•0 comments
Open in hackernews

What if your QA engineer never slept?

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