frontpage.
newsnewestaskshowjobs

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•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...

Ask HN: How do you know when an Ad campaign is doing well?

1•TheRickyRed•39s ago•0 comments

Ask HN: Has anyone deployed AI tools in a trade or field service

1•VaderAi•1m ago•0 comments

Chasing Likes, Losing Connection: Youth Mental Health in the Digital Era

https://medium.com/freedomofthought/chasing-likes-losing-connection-youth-mental-health-in-the-di...
1•raynchad•1m ago•0 comments

Linux Foundation Launches Akrites to Defend FOSS from AI-Enabled Exploits

https://www.phoronix.com/news/Akrites
1•LorenDB•4m ago•0 comments

The Windows Phone that "killed" Nokia

https://www.instagram.com/reel/DZvCjtLM-UQ/
2•cromka•7m ago•1 comments

Sony Confirms 'Significant' Bungie Layoffs

https://www.ign.com/articles/bungie-announces-layoffs-as-it-admits-destiny-2-fell-short-of-expect...
3•mikhael•8m ago•0 comments

DropItDown – Drop a file, get Markdown your AI agent can read (macOS)

https://dropitdown.novashang.com
1•novashang•14m ago•0 comments

How do you get good ideas for startups?

https://www.paulgraham.com/ideas.html
1•Alien1Being•18m ago•1 comments

Extropic is Rethinking Computing

https://extropic.ai/writing/thermodynamic-computing-from-zero-to-one
1•binyu•19m ago•0 comments

CS2-10k: A Large-Scale Egocentric Counter-Strike 2 Dataset

https://reka.ai/news/cs2-10k-a-large-scale-egocentric-counter-strike-2-dataset
1•ilreb•22m ago•0 comments

Using a Rust macro for concise newtypes

https://adenalhardan.com/#rust-macros-concise-newtypes
1•adenalhardan•25m ago•0 comments

Ask HN: How did you set up a multi-agent orchestration for personal use?

1•cromka•30m ago•1 comments

A Deep Dive on China's "LineShine" All-CPU, Exaflops-Class Supercomputer

https://www.nextplatform.com/hpc/2026/06/25/a-deep-dive-on-chinas-lineshine-all-cpu-exaflops-clas...
1•jonbaer•39m ago•0 comments

Anthropic's philosopher answers your questions [video]

https://www.youtube.com/watch?v=I9aGC6Ui3eE
2•binyu•41m ago•1 comments

Silicon Valley Has an Empathy Vacuum (2016)

https://www.newyorker.com/business/currency/silicon-valley-has-an-empathy-vacuum
17•rmason•44m ago•9 comments

Van Halen test

https://en.wikipedia.org/wiki/Van_Halen_test
6•teleforce•46m ago•1 comments

Show HN: FastPlay, a fast minimal Windows video player built in Rust

https://github.com/CalvinSturm/FastPlay
2•CalvinSturm•48m ago•0 comments

Investors bet on AI again after Micron reports 346% sales jump

https://www.cnn.com/2026/06/25/business/micron-results-ai-stocks-volatility
3•dabinat•50m ago•1 comments

Steve Jobs felt certain Apple would never have existed without making blue boxes

https://macdailynews.com/2024/06/19/steve-jobs-felt-certain-apple-would-never-have-existed-withou...
2•SockThief•52m ago•0 comments

Popular Adblock for YouTube extension contains remote code execution

https://www.island.io/blog/badblocker-11-million-users-one-server-call-away-from-compromise
3•fastest963•59m ago•0 comments

Claude AI's link handling and fix

https://www.FoolQuest.com/
2•Aaron_Agassi•1h ago•0 comments

Show HN: A field recording of the underground. The engineers and producers

https://2inch.fm/
2•shawnzam•1h ago•1 comments

Wall Street Embraces the Dollar as Warsh's Fed Activates Bulls

https://www.bloomberg.com/news/articles/2026-06-25/wall-street-embraces-the-dollar-as-warsh-s-fed...
3•petethomas•1h ago•0 comments

Tropius: Detect AI Tropes in Prose

https://tangled.org/desertthunder.dev/tropius
3•birdculture•1h ago•0 comments

Ask HN: Anyone Here Work for Google? Specifically on the Google SMB Newsletter?

2•VladVladikoff•1h ago•0 comments

Trump administration asks to hold OpenAI's next model

https://www.axios.com/2026/06/25/trump-administration-openai-gpt-model-release
6•dramebaaz•1h ago•1 comments

Show HN: Replyt – Track which Reddit discussions become customers

https://replyt.co
4•hectorguedea•1h ago•0 comments

Ask HN: Norway bans AI in elementary schools

3•mellosty•1h ago•3 comments

This isn't a PPT. Repo speaks

2•hblqzj•1h ago•0 comments

Show HN: Pw-whip, a bridge between PipeWire and WHIP

https://github.com/jech/pw-whip/
3•jech•1h ago•0 comments