frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Run automated ML experiments using Claude Code

https://github.com/killerstorm/claude-torch-template
1•killerstorm•11mo 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•11mo 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...

Show HN: Recursant, "Istio for agents", is now open source

https://github.com/ajensenwaud/recursant
1•hestefisk•1m ago•0 comments

Analysis Paralysis: Folders

https://nonogra.ph/analysis-paralysis-folders-05-06-2026
1•dekdrop•1m ago•0 comments

White-Collar Sweatshops

https://aeon.co/essays/what-made-law-into-a-white-collar-sweatshop-in-the-1980s
1•cstever•1m ago•0 comments

I built a window manager for stocks

https://finterm.xyz/dashboard
1•qemuguest•1m ago•0 comments

State Strategies to Subvert Fraudulent Uniform Commercial Code Filings [pdf]

https://www.nass.org/sites/default/files/reports/updated-ucc-fraudulent-filing-report-july2023.pdf
1•ilamont•2m ago•0 comments

Arcee Trinity Large Technical Report

https://arxiv.org/abs/2602.17004
1•tcp_handshaker•2m ago•0 comments

Making your own programming language is easier than you think (but also harder)

https://lisyarus.github.io/blog/posts/making-your-own-programming-language.html
1•atan2•3m ago•0 comments

View of Life: A Letter to Richard Dawkins

https://punyamishra.com/2026/05/04/this-view-of-life-a-letter-to-richard-dawkins/
1•freediver•3m ago•0 comments

Reviving the IBM Selectric Composer Fonts (2023)

https://www.kutilek.de/selectric/
1•tangus•4m ago•0 comments

Old Job Is Still Running You. You Just Don't Work There Anymore

https://www.derekneighbors.com/2026/05/05/your-old-job-is-still-running-you
2•speckx•7m ago•0 comments

Google Gemini app does not respect chat history preferences

1•great_psy•9m ago•0 comments

Walt Disney and the Romance of Building (A Ton of Apartment Buildings)

https://www.governance.fyi/p/walt-disney-and-the-romance-of-building
2•bigbobbeeper•9m ago•1 comments

What the OpenAI Agent Phone might feel like

https://kouh.me/openaiphone
1•mrkn1•9m ago•0 comments

How AI agent memory works

https://memory.cobanov.dev/
1•cobanov•10m ago•0 comments

Bitter Lessons from the ISSpresso

https://mceglowski.substack.com/p/bitter-lessons-from-the-isspresso
1•zdw•11m ago•0 comments

Supreme Court denies Apple breathing space in Epic fight

https://appleinsider.com/articles/26/05/06/supreme-court-denies-apples-hopes-for-breathing-space-...
1•benoau•13m ago•0 comments

Saved ~40GB of db space wasted on unused indexes

https://peerlist.io/raviojhax/articles/how-unused-indexes-ate-41gb-postgres
1•raviojha•14m ago•0 comments

March Amtrak Up 21%; Flying Up 7% Since 2019

https://ti.org/antiplanner/?p=23854
1•speckx•14m ago•0 comments

Programming Still Sucks

https://www.stvn.sh/writing/programming-still-sucks-fqffhyp
2•jeromechoo•14m ago•0 comments

Batch API is terrible for one agent. It might be great for a fleet

https://eran.sandler.co.il/post/2026-04-27-batch-api-is-terrible-for-one-agent/
1•gmays•18m ago•0 comments

Surveva: Global Social Polling

https://surveva.com/
1•faisalalothaina•18m ago•1 comments

A Mutation Gave Humans the Gift of Speech. These Mice Have It, Too

https://www.nytimes.com/2026/05/06/science/a-mutation-gave-humans-the-gift-of-speech-these-mice-h...
3•jonas21•18m ago•0 comments

Show+HN:YouTube Transcript API

https://youtubetranscript.us/
2•nikitarogers•18m ago•1 comments

Recondo – Logging Proxy for Coding Agents (Claude Code, Codex, Gemini)

https://github.com/recondodev/recondo
1•andmerm•18m ago•0 comments

DeepSeek could be valued at up to $50B in first fundraising

https://www.reuters.com/world/asia-pacific/deepseek-nears-45-billion-valuation-chinas-big-fund-le...
2•cmitsakis•21m ago•0 comments

What Happens When Fraud Tempts UK Workers? (2025)

https://www.cifas.org.uk/workplace-fraud-trends-2025
1•gnabgib•22m ago•0 comments

An agent OS built as narrow workers on iii primitives

https://www.agentsos.sh/
1•rohitghumare•24m ago•0 comments

Ask HN: Should coding agents fall back to another model when one fails?

https://www.zot.sh/#model-fallback
5•patriceckhart•26m ago•1 comments

Relm4: An elm inspired rust GUI framework based on GTK4

https://github.com/Relm4/Relm4
2•AlawamiAZ•28m ago•0 comments

Are you allowed to put that SoC 2 logo on your website?

https://www.getprobo.com/blog/2026-05-04-are-you-allowed-to-put-soc-2-logo-on-website
2•gearnode•29m ago•0 comments