frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Widely panned arsenic life paper gets retracted–15 years after brouhaha

https://arstechnica.com/science/2025/07/widely-panned-arsenic-life-paper-gets-retracted-15-years-after-brouhaha/
1•merksittich•36s ago•0 comments

What happens when your dog uses the internet [video]

https://www.ted.com/talks/ilyena_hirskyj_douglas_what_happens_when_your_dog_uses_the_internet
1•Bluestein•4m ago•0 comments

Thank you for your interest in Astronomer [video]

https://www.youtube.com/watch?v=vich2C-Tl7Q
1•mellosouls•8m ago•1 comments

Show HN: Ask HN) Color Me Same – A New Kind of Logic Game – Pursue It Further?

https://color-me-same.franzai.com/
1•franze•9m ago•0 comments

Artificial Intelligence - Electronics Now! Series (1986) [video]

https://www.youtube.com/watch?v=7ygbhFIUPXg
1•austinallegro•19m ago•0 comments

Git Gud: Setting Up a Better Git Config

https://micahkepe.com/blog/gitconfig/
1•thunderbong•22m ago•0 comments

Making Batteries Removable and Replaceable

https://repair.eu/news/making-batteries-removable-and-replaceable-a-closer-look-at-the-new-eu-guidelines/
1•jruohonen•23m ago•1 comments

The General Theory of Enshittification

https://paulkrugman.substack.com/p/the-general-theory-of-enshittification
2•lentoutcry•33m ago•1 comments

Bluesky's ATProto and the race to the bottom of the brain stem

https://erasmus.github.io/2025/bluesky-great-social-splintering/
1•erasmus•39m ago•1 comments

AI Image Maker

https://aiimagemaker.net/en
1•ovelv•46m ago•1 comments

Support Ad Scaling Multi-Platform Sync, Break Single Channel Traffic Limits

1•yt1314•47m ago•0 comments

Ciceroniaus: A Dialogue on the Best Style of Speaking (1908 (1528)) [pdf]

https://ia801302.us.archive.org/14/items/cu31924027221443/cu31924027221443.pdf
1•jruohonen•48m ago•0 comments

ZeroFS – The Filesystem That Makes S3 Your Primary Storage

https://github.com/Barre/ZeroFS
1•mkleczek•49m ago•0 comments

Fun with Git: updating the cached contents in the index by staging

https://gitster.livejournal.com/39629.html
1•fanf2•50m ago•0 comments

Dying for gold: who killed the miners of Buffelsfontein?

https://www.economist.com/interactive/1843/2025/07/24/south-african-miners
1•pingou•51m ago•0 comments

Architecture: The Absence of Self-Organisation

https://www.youtube.com/watch?v=zCKbxy--IhA
1•mcp_•52m ago•0 comments

Ask HN: Technological Ways of Stopping a Genocide

1•sudohalt•52m ago•0 comments

TabAI – sidebar tab manager and Pomodoro timer for Chrome

https://chromewebstore.google.com/detail/tabai-–-ai-sidebar-tab-ma/fiogakiegoacaiplkdnjildblhfhchfi
1•kzh26•52m ago•0 comments

Complexity First, Simplicity Second

https://twitter.com/ryolu_/status/1948796133243060271
1•delifue•56m ago•0 comments

How Automation Is Transforming Jobs in China's Manufacturing Sector

https://www.fredgao.com/p/a-silent-handover-how-automation
1•hunglee2•58m ago•1 comments

Is Europe Just Not Good at Innovating?

https://berthub.eu/articles/posts/is-europe-just-not-good-at-innovating/
1•TechTechTech•1h ago•1 comments

Adventure

https://medium.com/luminasticity/adventure-943dac58ff2f
1•bryanrasmussen•1h ago•0 comments

NASA Says Thousands of Employees Set to Resign from Space Agency

https://www.bloomberg.com/news/articles/2025-07-26/nasa-says-thousands-of-employees-set-to-resign-from-space-agency
3•helsinkiandrew•1h ago•3 comments

Show HN: Teslamate data beautiful and usable on mobile

https://www.mytesla.cc/en
1•gococonut•1h ago•0 comments

AI Expense and Subscription Tracker

https://expense-tracke.streamlit.app
1•Tanishmittal•1h ago•0 comments

AutoCAD Civil 3D Training – CADD Centre Vadapalani and CADD Centre Porur

https://www.cadd.net.in/
1•hri20205•1h ago•1 comments

The app I never launched

https://www.asad.pw/the-app-i-never-launched/
1•asaddhamani•1h ago•0 comments

Supply-chain attacks on open source software are getting out of hand

https://arstechnica.com/security/2025/07/open-source-repositories-are-seeing-a-rash-of-supply-chain-attacks/
1•chha•1h ago•0 comments

Ask HN - circumvent the UK's oppressive Online Safety Bill?

1•jimbobthemighty•1h ago•0 comments

Mini-Swe-Agent

https://github.com/SWE-agent/mini-swe-agent
2•handfuloflight•1h ago•0 comments
Open in hackernews

Claude Code introduces specialized sub-agents

https://docs.anthropic.com/en/docs/claude-code/sub-agents
106•tekkertje•14h ago

Comments

T0Bi•11h ago
So everything claude-flow¹ already does but worse (I guess?).

¹ https://github.com/ruvnet/claude-flow

nazgul17•10h ago
Except it's not in alpha phase
dchuk•9h ago
I’ll admit this looks comprehensive, but man oh man does this seem complicated and over doing it
himeexcelanta•8h ago
This looks like a yarn ball (in not a good way)
SOLAR_FIELDS•7h ago
That guy doesn't even understand how his own software works. Is anyone actually using this thing and putting their code into production?
lubujackson•4h ago
It's extreme dogfooding where he is making a mashed potato volcano where Claude agents are the potatoes and your sanity is the gravy.
jampa•6h ago
> IMPORTANT: Claude Code must be installed first:

> [...]

> # 2. Activate Claude Code with permissions

> claude --dangerously-skip-permissions

Bypassing all permissions and connecting with MCPs, can't wait for "Claude flow deleted all my files and leaked my CI credentials" blog post

data-ottawa•3h ago
I would like a simple tool to run Claude in a container with only read/write access to provided folders.

I’ve set it up bespoke but the auth flow gets broken.

oarsinsync•3h ago
Have you considered asking Claude code to write this for you?
T0Bi•48m ago
I use the .devcontainer¹ from the claude-code repository. It works great with VSC and let's you work in your docker container without any issues. And as long as you use some sort of version control (git) you cannot really lose anything.

¹ https://github.com/anthropics/claude-code/tree/main/.devcont...

T0Bi•47m ago
There are already several of such blog posts.

I use the .devcontainer¹ from the claude-code repository. It works great with VSC and let's you work in your docker container without any issues. And as long as you use some sort of version control (git) you cannot really lose anything.

¹ https://github.com/anthropics/claude-code/tree/main/.devcont...

dazzaji•3h ago
Ruv (of Claude Flow) seems to like the new Claude Agents a lot, and already is leveraging them in Claude Flow. He waxes positively on the topic here: https://www.linkedin.com/posts/reuvencohen_spent-the-afterno...
bomewish•10h ago
Has CC become much stupider in recent weeks, or is it me? Any anecdata out there?
illusive4080•9h ago
Not for me. It gets worse when context is nearly full. I like to compact or clear context more often than it does automatically.
nico•9h ago
Do you do this via settings or just keep track of it and manually ask it to do it more often?
nico•9h ago
I don’t know about stupider, but definitely less reliable/available

A couple days ago I was getting so many api errors/timeouts I decided to upgrade from the $20 to the $100 plan (as I was also regularly hitting rate limits as well)

It seemed to fix the issue immediately. But today, the errors came back for about half an hour

SOLAR_FIELDS•7h ago
It goes down usually around 1400-1500 UTC. Europeans are still awake and once the west coast joins in the fray Anthropic falls over.

Pretty rare to get a 529 outside of that time window in my personal experience, at least during the USA day.

data-ottawa•4h ago
Their status page for the week is rough. They’re down to 98% uptime.

Hopefully they work out whatever issue is going on.

https://status.anthropic.com/

_--__--__•8h ago
People speculate somewhat seriously that Claude (especially given its French name) picked up at some point that you aren't supposed to work as hard in July and August.
madrox•7h ago
How long before we hire psychiatrists instead of engineers to debug AI
OrsonSmelles•6h ago
Well, we could start with some ELIZA instances.
lubujackson•4h ago
I see that you feel we could start with some ELIZA instances. Can you tell me more about that?
nialse•2h ago
To be frank psychiatrists, being MDs, would likely prescribe medication and I’m not sure how that would help. As a licensed psychologist I have ideas on how to debug AI though.
sunaookami•1h ago
That one guy on Twitter that posted this wrote it as a joke and everyone took it seriously. It's not true. It works the same for me.
oc1•53m ago
How do you know? It acts much lazier in the recent summer months for me..
laborcontract•6h ago
Insert something to the tune of: “never read files in slices. Instead, whenever accessing a file, you must read a file in entirety[..]” at the beginning of every conversation or whenever you’re down to burn more credits/get better results.

A great deal of claude stupidity is due to context engineering, specifically due to the fact that it tries its hardest to pick out just the slice of code it needs to fulfill the task.

A lot of the annoying “you’re absolute right!” come from CC incrementally discovering that you have more than 10 lines of code in that file that pertains to your task.

I don’t believe conspiracies about dumbed down models. Its all context pruning.

oc1•51m ago
so claude code does the same shit like cursor?
slantaclaus•6h ago
I feel like it’s gotten better recently
Dlanv•6h ago
I wonder if this is also a good way to create experts for specific tasks/features of a codebase.

For example, a sub-agent for adding a new stat to an RPG. It could know how to integrate with various systems like items, character stats component, metrics, and so on without having to do as much research into the codebase patterns.

pjm331•4h ago
I've made a few attempts at manually doing this w/ mcp and took a brief look at "claude swarm" https://github.com/parruda/claude-swarm - but in the short time I spent on it I wasn't having much success - admittedly I probably went a little too far into the "build an entire org chart of agents" territory

the main problem I have is that the agents just aren't used

For example, I set up a code reviewer agent today and then asked claude to review code, and it went off and did it by itself without using the agent

in one of anthropic's own examples they are specifically telling claude which agents to use which is exactly what I don't want to have to do:

> First use the code-analyzer sub agent to find performance issues, then use the optimizer sub agent to fix them

My working theory is that while Claude has been extensively trained on tool use and is often eager to use whatever tools are available, agents are just different enough that they don't quite fit - maybe asking another agent to do something "feels" very close to asking the user to do something, which is counter to their training

but maybe I just haven't spent enough time trying it out and tweaking the descriptions

conception•4h ago
Roo code does this really well with their orchestration mode, there’s probably a way to have a claude.md to do this as well. The only issue with roo is it’s “single threaded” but you do get the specific loaded context and rules for a specific task which is really nice.
oc1•1h ago
the same problem with mcp. as well as claude md. most of the time they aren't used when it would be appropriate. what's the point of this agents and standards when you can't make them reliably being used by your model..
Garlef•2h ago
One nice realization I had when using a similar feature in roo:

You don't need a full agent library to write LLM workflows.

Rather: A general purpose agent with a custom addition to the system prompt can be instructed to call other such agents.

(Of course explicitly mamaging everything is the better choice depending on your business case. But i think it would be always cheaper to at least build a prototype using this method.)