frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Who Owns the Code Claude Wrote?

https://www.oreilly.com/radar/who-owns-the-code-claude-wrote/
1•Garbage•1m ago•0 comments

Show HN: PHWalls – High-res stock wallpapers from Android and global phone brand

https://phwalls.com/en
1•fenggit•1m ago•0 comments

Show HN: Chrome Extension – Donor Metrics Checker with Recommendations

https://github.com/avldokuchaev/selinkpro-seo-extension
1•avldokuchaev•6m ago•0 comments

Interactional foundations for critical AI literacies

https://zenodo.org/records/19560684
1•aix1•7m ago•0 comments

Choosing a GGUF Model: K-Quants, IQ Variants, and Legacy Formats

https://kaitchup.substack.com/p/choosing-a-gguf-model-k-quants-i
2•theanonymousone•7m ago•0 comments

Nothing dream phone concept [video]

https://www.youtube.com/watch?v=ZpPiZiqWjyA
1•ivanjermakov•10m ago•0 comments

New Steam Controller reservations won't be fulfilled until 2027

https://store.steampowered.com/news/group/45479024/view/697641379212297809
2•haunter•13m ago•0 comments

Show HN: I made a startup idea validator for founders who move fast

https://ideas.trk7.app/use-cases/startup-idea-validation
1•cosmok•14m ago•0 comments

Claude Code scans your whole drive, admits it when caught

https://github.com/anthropics/claude-code/issues
2•cashmawy•16m ago•1 comments

OpenMW 0.51

https://openmw.org/2026/openmw-0-51-0-released/
1•haunter•17m ago•0 comments

Show HN: An online crate digging tool to discover music you can buy and stream

https://www.wedig.fyi
1•bepitulaz•17m ago•0 comments

Spanish electricity providers comparison tool

https://elemetric.comtom.engineering/
1•comtom•20m ago•0 comments

Show HN: Reachpad – document and knowledge sharing for your agents

https://reachpad.dev/
1•sakuraiben•20m ago•0 comments

I made ChatGPT look like a Google Doc

https://gptdisguise.vercel.app
1•yuljg•21m ago•1 comments

Show HN: StayUp – keep a Mac awake (lid closed) while AI agents are working

https://getstayup.app
1•nongknot•23m ago•0 comments

HorseWood Reviews: Is It Worth Considering in 2026?

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•tarikaus•23m ago•0 comments

Trump administration to pay £765M to cancel 4 more wind projects

https://www.nytimes.com/2026/06/17/climate/trump-wind-farms-cancel-millions.html
1•asplake•28m ago•1 comments

How animals communicate to work together across species boundaries

https://phys.org/news/2026-06-animals-communicate-species-boundaries.html
1•the-mitr•33m ago•1 comments

GLM-5.2 Beat Fable 5 at Website Design

https://twitter.com/Designarena/status/2068030598028087788
3•tosh•38m ago•0 comments

TOML Schema

https://toml-schema.org/
1•pramodbiligiri•44m ago•0 comments

Show HN: Make every bug perfectly reproducible

https://workers.io/
5•chaitanyya•44m ago•0 comments

Coding a Brick Tower

https://www.youtube.com/watch?v=DAMiS2PGTEE
2•dvrp•50m ago•0 comments

Show HN: Self-hostable academic paper manager (linxiv)

https://github.com/linxiv-dev/linXiv
2•jeuribe•50m ago•0 comments

Brain-computer interface trials are taking off

https://www.technologyreview.com/2026/06/19/1139270/brain-computer-interface-trials-are-taking-off/
1•joozio•57m ago•0 comments

Ask HN: Will we start seeing tools for LLM use?

1•bonigv•1h ago•1 comments

Federal regulators order grid operators speed power2energy-hungry AI datacenters

https://apnews.com/article/power-electricity-ai-plants-data-centers-grid-506e3d206871111f15c3c62f...
1•latentframe•1h ago•0 comments

Show HN: A Context Brain for You (and Your AI Agent)

https://gcontext.ai
1•bsampera•1h ago•0 comments

GitHub Copilot and Dev Productivity: An Observational Dose-Response Analysis

https://arxiv.org/abs/2606.00438
2•theanonymousone•1h ago•0 comments

Britain Learned and Unlearned Nuclear

https://worksinprogress.co/issue/how-the-uk-learned-and-unlearned-nuclear/
2•leonidasrup•1h ago•0 comments

Möbius Chess

https://mchess.io/v/m%C3%B6bius/
1•modinfo•1h ago•0 comments
Open in hackernews

What if your QA engineer never slept?

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