frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Steve Jobs emails himself (2010)

https://twitter.com/TechEmails/status/1567712985979707393
1•downbad_•1m ago•0 comments

Does every question mark deserve a Betteridge?

https://dynomight.net/betteridge/
1•zdw•2m ago•0 comments

The Best Debugging Story I've Ever Heard (2010)

https://patrickthomson.tumblr.com/post/2499755681/the-best-debugging-story-ive-ever-heard
1•downbad_•2m ago•0 comments

Ailments: A field guide to potential Al-induced cognitive-behavioural disorders

https://informationisbeautiful.net/visualizations/ai-induced-mental-disorders-ai-mental-health-gl...
1•zdw•4m ago•0 comments

Hooray for the Sockets Interface

https://blog.apnic.net/2026/07/28/hooray-for-the-sockets-interface/
1•jruohonen•5m ago•0 comments

The BBC Tetris Companion

https://www.leadedsolder.com/2026/07/28/bbc-bridge-companion-part-1-overview.html
1•zdw•6m ago•0 comments

SpaceXAI Sues Minnesota AG ban on nudifying apps

https://gizmodo.com/grok-creator-spacexai-sues-minnesota-ag-to-stop-ban-on-nudification-2000792143
1•pseudosavant•7m ago•0 comments

Show HN: Lean4 Datalog DSL Based on Google Zanzibar for AI Projects

https://github.com/jagg-ix/zil-lean
1•kbradero•9m ago•0 comments

Ask HN: What agentic AI ad optimization tool do you use?

1•smb06•10m ago•0 comments

Show HN: AiTextToHandwriting] – Text to Handwriting Converter

https://aitexttohandwriting.com/
1•zhou594660747•18m ago•0 comments

France Approves Automated, Real-Tim

https://torrentfreak.com/france-approves-automated-real-time-blocking-of-pirate-sports-streams/
1•gslin•19m ago•0 comments

Show HN: SeaTicket – Duplicate Bug Finder for GitHub

3•Daniel-Pan•19m ago•0 comments

Show HN: MegaDSP an effects plugin for DAWs with 50 effects

1•locusofself•22m ago•0 comments

Bartz et al. vs. Anthropic PBC

https://dockets.justia.com/docket/california/candce/3:2024cv05417/434709
1•uneven9434•27m ago•0 comments

Revealed: The Authors Whose Pirated Books Are Powering Generative AI (2023)

https://www.theatlantic.com/technology/archive/2023/08/books3-ai-meta-llama-pirated-books/675063/
2•uneven9434•29m ago•0 comments

The tired you can't explain

https://nathanielfishel.substack.com/p/the-tiredness-you-cant-explain-to
2•bigfish2026•33m ago•0 comments

Satyress "Threehalves Superhumanoid General Purpose Robot"

https://www.satyress.com/
3•King-Aaron•35m ago•3 comments

Chip stocks slide in US and Asia as AI jitters rattle investors

https://www.bbc.com/news/articles/cly8zng43npo
2•yogthos•35m ago•0 comments

Pakistan accused of fatally shooting 30 unarmed protesters in Kashmir

https://www.theguardian.com/world/2026/jul/28/pakistan-accused-firing-unarmed-protesters-kashmir-...
1•Cider9986•35m ago•0 comments

Trump administration bans new Chinese humanoid robots

https://www.bbc.com/news/articles/cp9e2ex3ekyo
9•BIackSwan•37m ago•5 comments

New sw dev tool for safe local AI usage

https://github.com/alexs60/safe-sde
1•alexfg93•37m ago•0 comments

Open AI announces two new models- GPT-transcribe and GPT-live-transcribe

https://developers.openai.com/api/docs/models/gpt-transcribe
1•rochansinha•39m ago•0 comments

LearnVector – Andrew Ng's AI company building one‑to‑one learning experiences

https://learnvector.ai/
17•ajhai•41m ago•9 comments

Autoclaw

https://autoclaw.z.ai/
2•qainsights•44m ago•1 comments

I Built a Free AI Pain Point Miner

https://github.com/joatsaint/pain-point-miner
1•movieman32•45m ago•0 comments

Ask HN: How many AI agents do you actively use?

2•rjpruitt16•48m ago•5 comments

Symbols That Speak Color

https://colorsym.com/
1•mooreds•52m ago•0 comments

LeanScreen: Lean Verification

https://www.millenniumresearch.ai/leanscreen.html
30•Hdjlaf•52m ago•3 comments

Show HN: MD Flow – native macOS/iOS app for browsing and reading Markdown files

https://www.markdownfinder.app/en
2•azambrano•52m ago•0 comments

Modern Software Registries Are a Trust Service

https://redmonk.com/kholterhoff/2026/07/28/modern-software-registries-trust-service/
1•mooreds•53m ago•1 comments
Open in hackernews

Ask HN: How many AI agents do you actively use?

2•rjpruitt16•48m ago
I have around four for talking through ideas and three active coding agents. None of them are truly long-running.

Is that typical? How many agents are you using regularly, and are any of them running autonomously for hours?

Comments

monomial•44m ago
1 (not long running)
rochansinha•15m ago
I run multiple fable/opus and sol sessions for both chat and coding- I read a lot of academic papers and it grew to a point where I needed to use a reference management system like zotero to keep track of it. So I recently one-shotted a ~1000 pdf literature review folder into a .bibtex file to import into zotero. . Includes multi-step DOI extraction and multi-review steps to reduce false positives. Also can check patents via EPO API. And can interact programmatically with zotero via its API to add tags, notes etc. Very specific to my requirements and codex sol max did it in a single 8-hr goal session with very few bugs
smb06•9m ago
Depends on how you define agents. I use CodeRabbit all the time but it has a swarm of dozens of sub-agents. So am i using 1 agent or 10+?
knighthacker•6m ago
I'm obviously biased, but I'm building aq.dev, a shared workspace for running coding agents with a team, so I watch a lot of people's sessions more than my own haha.

If I'm between meetings, then I'm really watching 1-2 max. There could be a few others running in the background, but those I'm not paying attention to that much.

If I'm coding and in the zone, then usually 4-5 workspaces with 1-3 agents per workspace.

ecesena•4m ago
I have a tmux split in 4 panes, 4 agents running in 4 workspaces with shared memory. Most of the times I use 2 concurrently, but here and there I have extra analysis or reviews to do. I like this setup with tmux, works over ssh, easy to bring any one full focus, etc.