frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Fair aims to decentralize WordPress.org services, backed by Linux Foundation

https://www.therepository.email/fair-to-decentralize-wordpress-backed-by-linux-foundation-and-contributors
1•ValentineC•2m ago•0 comments

How to Run Webinars

https://blog.engora.com/2023/07/how-to-run-webinars.html
1•Vermin2000•3m ago•0 comments

Private Equity-Owned Companies Pocket Class Action Payouts

https://www.forbes.com/sites/jeffkauflin/2025/05/21/how-private-equity-owned-companies-quietly-pocket-class-action-payouts/
1•walterbell•4m ago•0 comments

Tesla AI VP Milan Kovac Resigns After 9 Years Leading FSD and Optimus Projects

https://gearmusk.com/2025/06/07/tesla-ai-vp-milan-kovac-resigns/
2•loog5566•10m ago•0 comments

Show HN: The 5-minutes Competitor Analysis

https://www.ycompetitor.com/
1•rubeekrumpet•13m ago•0 comments

I built an Image Splitter tool in under an hour using ChatGPT

https://tools.techchee.com/image-tools/image-splitter
1•ketyung•22m ago•1 comments

DeepSeek-R1-0528 Did Not Have a Moment

https://thezvi.substack.com/p/deepseek-r1-0528-did-not-have-a-moment
1•paulpauper•26m ago•1 comments

What Happens When People Don't Understand How AI Works

https://www.theatlantic.com/culture/archive/2025/06/artificial-intelligence-illiteracy/683021/
2•paulpauper•27m ago•0 comments

Ask HN: Do we need a language designed specifically for AI code generation?

1•baijum•38m ago•0 comments

Good pixel art can be one-shotted by AI now

https://gametorch.app/collections/7
2•gametorch•46m ago•3 comments

I dream of roombas: 1000s of automated AI robots that autonomously maintain code

https://ghuntley.com/ktlo/
3•ghuntley•52m ago•3 comments

China Kicks Off Human Testing of Implantable Brain-Computer Interface Devices

https://www.yicaiglobal.com/news/china-kicks-off-human-testing-of-implantable-brain-computer-interface-devices
1•gametorch•58m ago•0 comments

Why are front end dev demand so high if front end development is easier? (2012)

https://simonwillison.net/2012/Feb/13/why-are-front-end/
13•thunderbong•1h ago•2 comments

A Novel "Reasoning"-Enhancing Technique for Large Language Models

https://marqcodes.com
1•N3Xxus_6•1h ago•2 comments

Astonishing discovery by computer scientist: how to squeeze space into time [video]

https://www.youtube.com/watch?v=p_AW6fomKPI
1•drhodes•1h ago•0 comments

Show HN: Resumable Web Streams

https://github.com/vercel/resumable-stream
2•cramforce•1h ago•0 comments

AMC Says It Will Show More Ads Before Movies

https://www.nytimes.com/2025/06/06/business/movies-theaters-ads-amc.html
3•cebert•1h ago•6 comments

Getting C++ Hello World working on Windows (a comedy & tragedy)

https://sdegutis.github.io/blog/creating-cpp-hello-world.html
2•90s_dev•1h ago•2 comments

NASA delays next flight of Boeing's alternative to SpaceX Dragon

https://theedgemalaysia.com/node/758199
3•bookmtn•1h ago•0 comments

Can Schrodinger's Cat Factor Numbers?

https://mathpages.com/home/kmath013/kmath013.htm
2•gametorch•1h ago•0 comments

NASA Delays Next Flight of Boeing's Alternative to SpaceX Dragon

https://www.bloomberg.com/news/articles/2025-06-06/nasa-delays-next-flight-of-boeing-s-alternative-to-spacex-dragon
3•bookmtn•1h ago•0 comments

California AG vows crack down on copper wire thefts in the state

https://abc7.com/post/california-ag-rob-bonta-vows-crack-down-copper-wire-thefts-state/16678391/
2•lxm•1h ago•0 comments

Show HN: A photo backup idea – to your own storage, not iCloud/Google

https://myphoto-vault.netlify.app/
4•Nainiket•1h ago•0 comments

Trump administration races to fix a big mistake: DOGE fired too many people

https://www.washingtonpost.com/business/2025/06/06/doge-staff-cuts-rehiring-federal-workers/
15•MilnerRoute•1h ago•2 comments

Getting Past Procrastination

https://spectrum.ieee.org/getting-past-procastination
9•WaitWaitWha•1h ago•4 comments

Reverse Engineering Cursor's LLM Client

https://www.tensorzero.com/blog/reverse-engineering-cursors-llm-client/
4•paulwarren•1h ago•0 comments

Show HN: Cpdown – Copy any webpage/YouTube subtitle as clean Markdown(LLM-ready)

https://github.com/ysm-dev/cpdown
2•ysm0622•1h ago•0 comments

Pentagon Disinformation Fueled America's UFO Mythology

https://www.wsj.com/politics/national-security/ufo-us-disinformation-45376f7e
4•doener•1h ago•1 comments

Open-source code repos open to supply chain attacks, researchers warn

https://www.scworld.com/news/open-source-code-repos-open-to-supply-chain-attacks-researchers-warn
3•ricecat•1h ago•0 comments

Ask HN: What non-AI projects are you working on?

5•kikki•1h ago•4 comments
Open in hackernews

Show HN: Container Use for Agents

https://github.com/dagger/container-use
72•aluzzardi•1d ago

Comments

steeve•1d ago
Very cool that this runs as a MCP server, very cool demo
dboreham•1d ago
Seems odd that the LLM is so clever it can write programs to drive any API. But so dumb that it needs a new special purpose protocol proxy to access anything behind such an API...
sharifhsn•1d ago
It’s about resilience. LLMs are prone to hallucinations. Although they can be very intelligent, they don’t have 100% correct output unaided. The protocol helps increase the resilience of the output so that there’s more of a guarantee that the LLM will stay within the lines you’ve drawn around it.
beardedwizard•23h ago
That's really not true. Context is one strategy to keep a models output constrained, and tool calling allows dynamic updates to context. Mcp is a convenience layer around tool calls and the systems they integrate with
nsonha•14h ago
> LLM is so clever it can write programs to drive any API

It is not, name one software that has a LLM generating code on the fly to call APIs. Why do people have this delusion?

TeMPOraL•8h ago
Every runtime executing LLMs with support for tools does it, starting with the first update to ChatGPT app/webapp that made use of the earliest version of "function calling"? Even earlier, there were third-party runtimes/apps (including scripts people made for themselves), that used OpenAI models via API with a prompt teaching LLM a syntax it can use to "shell out", which the runtime would scan for.

If you tell a model it can use some syntax, e.g. `:: foo(arg1, arg2) ::`, to cause the runtime to call an API, and then, based on the context of the conversation, the model outputs `:: get_current_weather("Poland/Warsaw")`, that is "generating code on the fly to all APIs". How `:: get_current_weather("Poland/Warsaw")` gets turned into a bunch of cURL invocations against e.g. OpenWeather API, is an implementation detail of the runtime.

ErikBjare•7h ago
This is basically just function calling?
nsonha•3h ago
No the person I replied to made the argument that tool calling or MCP is uneccessary because why not just make the LLM generate any code on the fly to do anything instead. They think there should be just one tool: eval.

Surprisingly many people say this. I essentially ask them if they have seen a non-toy product that works like that, because everything is tool calling afak.

shykes•1d ago
Hi all, we open sourced this live on stage today at AI Engineer World Fair (great event by the way).

If you're interested, here's the keynote recording: https://www.youtube.com/live/U-fMsbY-kHY?t=3400s

rahimnathwani•1d ago
I'm curious: what do containers add over and above whatever you'd get using worktrees on their own?
shykes•1d ago
They're complementary. git worktrees isolate file edits; containers isolate execution: building, testing, running dev instances..

container-use combines both forms of isolation: containers and git worktrees in a seamless system that agents can use to get work done.

brunoqc•1d ago
I would guess isolation/safety.
kamikaz1k•1d ago
Page is crashing my mobile chrome.
akshayKMR•1d ago
Freezing for me on Safari desktop. I think the culprit is the SVG based demo in the README.md
shykes•23h ago
Sorry about that! We'll fix it.
meling•23h ago
On iPad as well.
lmeyerov•1d ago
Interesting. I have been doing a simple man's version of multiple git clone folders and 'docker compose -p'. Making that smoother is attractive, esp if can be made opaque for our more junior teammates.

On one end, I have been curious about getting multiple agents to work on the same branch, but realized I can just wait till they do that natively.

More so, all this feels like a dead end. I think OpenAI and github are right to push to remote development, so these don't matter. Eg, mark up a PR or branch in GitHub, and come back as necessary, and do it all from my phone. If I want an IDE, it can be remote ssh.