frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•ryanmerket•6s ago

Multistack Concatenative Programming Languages

https://www.sheeeeeeeep.art/multistack-catlangs.html
1•birdculture•1m ago•0 comments

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms

https://preloop.dev
1•Bnjoroge•8m ago•0 comments

Show HN: See how long it takes ChatGPT Sol 5.6 to send a byte across the LAN

https://robss2020.github.io/sol-vnc-elapsed/
1•logicallee•9m ago•0 comments

Virus reactivation in acute and long Covid-19

https://www.nature.com/articles/s41586-026-10740-z
3•thenerdhead•16m ago•0 comments

Tracking down a Zsh history data loss bug – Michael Stapelberg

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
2•tambourine_man•18m ago•0 comments

Employees Do Not Want Your AI

https://substack.com/sign-in
2•Airealist•18m ago•2 comments

The tragedy of the commons, AI edition

https://www.economist.com/britain/2026/08/06/the-tragedy-of-the-commons-ai-edition
4•simonpure•20m ago•0 comments

Beacon: A self-hosted error tracking and LLM observability in one place

https://github.com/Tboworst/beacon
2•Tboworst•21m ago•0 comments

Code Review Assumes an Author

https://blog.raed.dev/posts/ai-code-review/
2•Raed667•21m ago•0 comments

Two wheels, a few tradeoffs, and gas prices

https://blog.raed.dev/posts/motocycle/
4•Raed667•22m ago•0 comments

The AI safety test is becoming a safety risk

https://techcrunch.com/2026/08/09/the-ai-safety-test-is-becoming-a-safety-risk/
2•ashurandi•23m ago•0 comments

Greenfield and the Cost of Amnesia

https://thechris.in/articles/greenfield-and-the-cost-of-amnesia/
2•theanonymousone•24m ago•0 comments

CRT-TV-Emulator

https://github.com/AARomanov1985/CRT-TV-Emulator/tree/main
1•xterminal•24m ago•1 comments

Something Is Wrong on the Internet

https://medium.com/@jamesbridle/something-is-wrong-on-the-internet-c39c471271d2
2•aloknnikhil•25m ago•1 comments

TPU: Tensor-Processing-Unit – Open-Source Verilog TPU

https://github.com/leo47007/TPU-Tensor-Processing-Unit
1•peter_d_sherman•25m ago•0 comments

US banning Chinese networking tech in data centers

https://www.tomshardware.com/tech-industry/data-centers/us-mulling-ban-on-key-chinese-networking-...
1•Lucasoato•25m ago•0 comments

The Four Core Areas of Responsibility for an Engineering Manager

https://softwareleads.substack.com/p/the-four-pillars-of-engineering-management
1•abiodunjames•25m ago•1 comments

Tiny-GPU – A minimal open-source GPU design in Verilog to learn how GPUs work

https://github.com/adam-maj/tiny-gpu
1•peter_d_sherman•28m ago•0 comments

Anthropic is turning Claude Code's auto mode on by default

https://techcrunch.com/2026/08/09/anthropic-is-turning-claude-codes-auto-mode-on-by-default/
4•ashurandi•30m ago•2 comments

Harvesting rainwater from rooftops could cut the number of heatwave days

https://www.euronews.com/2026/08/09/harvesting-rainwater-from-rooftops-could-cut-the-number-of-he...
3•devonnull•34m ago•1 comments

Show HN: Remaking Unreal engine in Rust for coding agents

https://machinesatplay.com
1•kevo1ution•35m ago•0 comments

The OpenAI and Hugging Face incident, explained in simple terms

https://ashu1461.com/posts/openai-hugging-face-incident-in-simple-terms/
4•ashu1461•38m ago•0 comments

A permanent freezing in of wealth is just one of many possible ASI scenarios

https://www.milanmecklenburg.com/p/a-permanent-freezing-in-of-wealth
2•milanmeck•41m ago•1 comments

Nuclear Reactor//Martin Gendell [video]

https://www.youtube.com/watch?v=gwRWRDrfrvA
1•audreyfei•41m ago•0 comments

Ransomware gangs skip the CEO, head straight for the 40-something IT manager

https://www.theregister.com/security/2026/08/09/ransomware-gangs-skip-the-ceo-head-straight-for-t...
11•joebuckwilliams•43m ago•0 comments

A brief introduction to e-beam lithography [video]

https://www.youtube.com/watch?v=yJF9s2MJLLM
2•binyu•43m ago•0 comments

Show HN: Kamod UI – open-code components built natively for Preact

https://kamod-ch.github.io/kamod-ui/
1•zahir777•45m ago•0 comments

LLM Scaler – LLM Support for Intel's Arc Pro B60 and B70 GPUs

https://github.com/intel/llm-scaler
3•peter_d_sherman•46m ago•1 comments

How I use LLMs to learn complex topics

https://laurentiugabriel.github.io/blog/articles/how-i-use-llms-to-learn/
64•laurentiurad•47m ago•24 comments
Open in hackernews

How do you manage multiple agents?

https://skribbl.dev
1•JawadJalal•53m ago

Comments

JawadJalal•53m ago
I know many of you use agent decoding tools such as Claude Code or Cursor, and I wanted to know how you manage using multiple agents together, not just sub-agents, in your workflows. I originally started off using multiple agents in Claude Code, which meant I had to use the sidebar and switch between many agents. This got very confusing because I would forget which one is stuck, which one is doing.

I shifted into a warp terminal, where I then split my screen and assigned an agent to each quadrant of the screen. However, I still found it hard to memorise, and it was quite sore and confusing on the eyes. I was wondering what you would think of a canvas being used to manage all your agents, a canvas where agents are linked together. You can close and open an agent if you're sure that you don't need it, or you know what it's doing, with obvious naming, so you know what it's doing. There should also be clear indicators when an agent is stuck or needs you to intervene.

I'm building a product to help with that. It's called Skribbl. I just wanted any feedback on the site.