frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Everything you should know about confidential computing

https://blog.42futures.com/p/confidential-computing
1•danielrothmann•27s ago•0 comments

Ask HN: Is starting a new project in C++ just a mistake in 2025?

1•leo_e•49s ago•0 comments

Show HN: Free LLM System–-Prompt

https://bsky.app/profile/sootheslayer.tidesofsea.com
1•_phnd_•2m ago•0 comments

Laptop Isn't Ready for LLMs. That's About to Change

https://spectrum.ieee.org/ai-models-locally
2•oldnetguy•5m ago•0 comments

Nonpareil: High-fidelity HP calculator simulator

https://nonpareil.brouhaha.com/
1•fanf2•9m ago•0 comments

The Quest for the Ultimate GUI Framework

https://scorpiosoftware.net/2023/04/22/the-quest-for-the-ultimate-gui-framework/
1•dave9000•9m ago•0 comments

Penpot Docker Extension

https://hub.docker.com/extensions/ajeetraina777/penpot-docker-extension
1•rainasajeet•10m ago•0 comments

TSMC sues ex-executive suspected of giving trade secrets to Intel

https://focustaiwan.tw/business/202511250025
2•ytch•12m ago•0 comments

Search with Broot – The Good Moves

https://dystroy.org/blog/search-with-broot-the-good-moves/
1•tlar•14m ago•0 comments

WinApps: Run Windows apps as if they were a part of the native Linux OS

https://github.com/winapps-org/winapps
2•klaussilveira•16m ago•0 comments

A decade-long chimp war ended in a baby boom for the victors

https://www.livescience.com/animals/land-mammals/a-decade-long-chimp-war-ended-in-a-baby-boom-for...
1•wjSgoWPm5bWAhXB•18m ago•0 comments

French authorities investigate alleged Holocaust denial posts on Grok AI

https://www.theguardian.com/technology/2025/nov/20/french-authorities-look-into-holocaust-denial-...
1•pseudolus•20m ago•0 comments

A Critical Security Flaws in HashiCorp's Provider

https://securebulletin.com/a-critical-security-flaws-in-hashicorps-provider/
2•doener•21m ago•0 comments

X.org Server 21.1.21 Released to Fix Several Regressions

https://www.phoronix.com/news/X.Org-Server-21.1.21
1•doener•21m ago•0 comments

Artificial Analysis: Claude Opus 4.5 is the #2 most intelligent model

https://artificialanalysis.ai/models/claude-opus-4-5-thinking
1•mustaphah•23m ago•0 comments

Sam Altman's Dirty DRAM Deal

https://www.mooreslawisdead.com/post/sam-altman-s-dirty-dram-deal
2•MrBuddyCasino•27m ago•1 comments

The Design and Implementation of a Virtual Firmware Monitor [pdf]

https://people.inf.ethz.ch/troscoe/pubs/caste_sosp_2025.pdf
1•rayhaanj•28m ago•0 comments

Show HN: Tornago – Cross-platform Tor wrapper in Go (client and server)

https://github.com/nao1215/tornago
1•mimixbox•29m ago•0 comments

A skeptic's guide to whether AI is conscious

https://figsinwintertime.substack.com/p/a-skeptics-guide-to-whether-ai-is
2•lordleft•32m ago•0 comments

Show HN: Jobstocks.ai – Live hiring momentum for 1k public companies

https://jobstocks.ai/
1•TalO•33m ago•0 comments

A.I. Has Changed My Classroom, but Not for the Worse

https://www.nytimes.com/2025/11/25/magazine/ai-higher-education-students-teachers.html
1•cainxinth•36m ago•0 comments

Encoderfile v0.1.0: Deploy Encoder Transformers as Single Binary Executables

https://blog.mozilla.ai/encoderfile-v0-1-0-deploy-encoder-transformers-as-single-binary-executables/
1•theshrike79•36m ago•0 comments

Trillions Spent and Big Software Projects Are Still Failing

https://spectrum.ieee.org/it-management-software-failures
1•pseudolus•37m ago•0 comments

Claude 4 Opus just one-shotted my app idea in 30 seconds

https://www.aithings.dev/
2•rutagandasalim•39m ago•6 comments

Direction-Aware Arrow Shape using corner-shape

https://css-tip.com/arrow/
1•robin_reala•40m ago•0 comments

Show HN: Words that help me think

https://plastithink.com
1•andsko•40m ago•0 comments

Show HN: Chess960v2 – The New Fischer Random Chess (over 400 rounds played)

https://chess960v2.com/en
1•lavren1974•40m ago•0 comments

Nuptial Flight

https://en.wikipedia.org/wiki/Nuptial_flight
1•red369•43m ago•1 comments

Making Crash Bandicoot (2011)

https://all-things-andy-gavin.com/video-games/making-crash/
6•davikr•45m ago•0 comments

Indie game developers have a new sales pitch: being 'AI free'

https://www.theverge.com/entertainment/827650/indie-developers-gen-ai-nexon-arc-raiders
2•doener•47m 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.