frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A small plane crashed into Beijing's tallest building

https://www.bbc.com/news/videos/c8j2rjrzjero
1•linzhangrun•17s ago•0 comments

Ask HN: How do founders get early beta testers?

1•KNihalani•2m ago•0 comments

Searching for a [72,36,16] extremal code

https://valbert4.github.io/selfdual_site/
1•EvgeniyZh•3m ago•0 comments

Were the blitzed areas of London still being cleared out in the 80s even later?

https://www.quora.com/Were-the-blitzed-areas-of-London-still-being-cleared-out-in-the-70s-80s-eve...
2•zeristor•6m ago•0 comments

API errors may be worse for retention than crashes

https://rejourney.co/engineering/2026-05-18/ambiguity-kills-app-growth
1•mrr7337•7m ago•0 comments

The BBC switches off its oldest service

https://www.economist.com/britain/2026/06/25/the-bbc-switches-off-its-oldest-service
2•austinallegro•10m ago•0 comments

Should you join the Antler startup incubator program? It depends (2025)

https://developerwithacat.com/blog/062025/join-antler-startup/
1•mmarian•12m ago•0 comments

Why web browsers don't support Markdown

https://unstory.eu/qaa/
1•skeledrew•15m ago•0 comments

There's Been a Subtle Shift in the AI Zeitgeist

https://www.bloomberg.com/news/newsletters/2026-06-26/there-s-been-a-subtle-shift-in-the-ai-zeitg...
2•Alien1Being•16m ago•0 comments

Tug: An IDE for AI Coding

https://github.com/tugtool/tugtool
1•azhenley•17m ago•0 comments

Why SpaceX Is the McDonald's of AI

https://www.computerworld.com/article/4189645/why-spacex-is-the-mcdonalds-of-ai.html
2•mikelgan•17m ago•1 comments

End of an era as BBC Long Wave closes down

https://www.mayonews.ie/news/end-of-an-era-as-bbc-long-wave-closes-down-8759031
1•austinallegro•21m ago•0 comments

Is America Becoming a Gerontocracy?

https://www.economist.com/culture/2026/06/25/is-america-becoming-a-gerontocracy
2•littlexsparkee•25m ago•0 comments

The Stag Hunt

https://nonzerosum.games/staghunt.html
1•mrcgnc•29m ago•0 comments

After 100 years of BBC LW, last ever R4 Shipping Forecast and final close down [video]

https://www.youtube.com/watch?v=ozZKZWMRMPU
1•austinallegro•30m ago•0 comments

McNUFFT – Nonuniform FFT for Apple Silicon GPUs via MLX

https://github.com/martinlachaine/mcnufft
1•anglerbay•30m ago•0 comments

Defining Taste

https://twitter.com/mitchellh/status/2070665127331037290
2•tosh•36m ago•3 comments

SVG-Margin: Better Gutters for Emacs

https://www.chiply.dev/post-svg-margin
2•signa11•43m ago•0 comments

Horsewood ComplaintS (2026) We Tried It My Honest ReviewS

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

All Logic, No Bite

https://lcamtuf.substack.com/p/all-logic-no-bite
3•surprisetalk•47m ago•0 comments

When a measure stops helping people see and starts teaching them to hide

https://lamis73.substack.com/p/the-same-number-twice
1•Lamis-A•49m ago•0 comments

After years of working with Go, I wrote the interview guide I wish I'd had

https://leanpub.com/the-senior-go-engineer-interview-guide-ai-platform-engineering
1•lucasepe•53m ago•0 comments

Australia plans to strengthen under-16s social media ban

https://www.irishexaminer.com/world/arid-41869605.html
4•Markoff•54m ago•4 comments

Apple is skipping M6 Pro and Max to focus on M7 chips

1•StizzurpXDD•59m ago•2 comments

Democrats and Republicans agree: AI is scary

https://economist.com/united-states/2026/06/25/democrats-and-republicans-agree-ai-is-scary
1•andsoitis•1h ago•0 comments

Mathematics: Its Content, Methods and Meaning

https://old.maa.org/press/maa-reviews/mathematics-its-content-methods-and-meaning
1•teleforce•1h ago•0 comments

Ford execs say they made a mistake when they replaced human engineers with AI

https://www.neowin.net/news/ford-execs-say-they-made-a-mistake-when-they-replaced-human-engineers...
1•gscott•1h ago•0 comments

We measured whether AI obeys architecture rules. Even Opus ignored them 60%

https://hunch-pi.vercel.app/blog/post?slug=ai-ignores-your-architecture
2•davesheffer•1h ago•0 comments

Show HN: OpenClaw Launch – deploy a managed OpenClaw AI agent in 30s

https://openclawlaunch.com
1•zackchew•1h ago•1 comments

CraftsmanSHIP. Not CraftsmanSHIT

https://fagnerbrack.com/craftsmanship-not-craftsmanshit-88db7c982103
1•fagnerbrack•1h ago•0 comments
Open in hackernews

Show HN: Run automated ML experiments using Claude Code

https://github.com/killerstorm/claude-torch-template
1•killerstorm•1y ago
I made a template which can be used to conduct (basic) ML experiments in a fully automated mode: Claude Code will write the code, you only need to provide a working environment and the idea.

The goal was largely to demonstrate that this is possible, specifically to:

* encourage to people who want to run some ML experiment but don't have time t code it to actually give it a try * provide evidence that LLM recursive self-improvement is not "science fiction"

The template is bare bones, it does not come with niceties for monitoring experiments, conduct experiments at scale, etc.

The script assumes that CUDA, Python, PyTorch are already set up. This is quite easy if you rent an instance from https://lambda.ai/ - that's pre-installed. You'd only need to install Claude Code (which itself requires npm) to get it going.

As I mentioned in the README, the most advanced experiment I tried so far is injection of sentence-embedding memory into a pre-trained transformer.

The timeline on https://ai-2027.com/ assumes that we'll only be able to get AI coding agents which can do ML experiments in 2026, but it seems like it is already possible now. (I spent only few hours on this, obviously proper AI labs can spend whole days on infrastructure, scaffolding, prompting, fine-tuning, etc.)

Comments

killerstorm•1y ago
If you actually want to conduct some experiment, I'd suggest:

* fist iterate on the idea with o3 (best choice) or other big model (Opus 4, Gemini 2.5 Pro, Grok 3) -- ask it whether it was done before, how to improve it, what is the expected outcome, etc. o3 is really smart, it can explain intuition between different choices, etc. * Python packages are hard. Using virtual environment (venv) is recommended. `uv` is probably the modern way to manage venv, but installing torch with CUDA support via uv is pain, what I found works is: * `uv pip install torch --torch-backend=cu126` (uv pip uninstall torch) * lambda.ai provides high-quality environment, but it might lack cheaper GPU options. * as I mentioned in README, there's no sandboxing, Claude can do pretty much arbitrary stuff...