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

Project the aircraft passing overhead onto your ceiling, in real time

https://github.com/cpaczek/skylight
1•phantomathkg•1m ago•0 comments

Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers

https://kyushu.dev/
1•le_chuck•6m ago•0 comments

Show HN: WinkTerm – AI that shares the same PTY as you in the terminal

https://github.com/Cznorth/winkterm
1•Cznorth•9m ago•0 comments

Help Nearby – humanitarian map with UN data integration

https://help-nearby.org
1•Hyrezyxx•15m ago•0 comments

Retrospective

https://neverworkintheory.org/2024/03/21/retrospective.html
1•jruohonen•15m ago•0 comments

Dimitri Bertsekas

https://en.wikipedia.org/wiki/Dimitri_Bertsekas
1•tosh•18m ago•0 comments

Are we approaching a new AI winter?

https://adlrocha.substack.com/p/adlrocha-are-we-approaching-a-new
1•adlrocha•18m ago•0 comments

Show HN: About Lightweight, S3-compatible object storage

https://kodiqa-solutions.github.io/VaultS3/
1•open_source_new•20m ago•0 comments

Thoughts on starting new projects with LLM agents

https://eli.thegreenplace.net/2026/thoughts-on-starting-new-projects-with-llm-agents/
2•wrxd•21m ago•0 comments

Show HN: AI pre-screening CIS counterparties before onboarding

https://agenstry.com/agents/cis-secondary-sanctions-a2a.vassiliy-lakhonin.workers.dev
1•vassilbek•22m ago•0 comments

How LLMs Work: A Friendly Map for Humans

https://oreoro.github.io/posts/how-llms-actually-work-friendly-guide/
1•alexander2002•22m ago•0 comments

Police Tussle with Diabetes Experts at Ada Meeting

https://www.medpagetoday.com/special-reports/exclusives/121619
1•pigeons•27m ago•0 comments

What Happened in Tanzania on October 29?

https://www.youtube.com/watch?v=hGI5O56yuxo
1•daesorin•28m ago•0 comments

How much do amd64 microarchitecture levels help in Go?

https://twitter.com/lemire/status/2063358266885685710
2•tosh•31m ago•0 comments

Into the Personal-Website-Verse (2019)

https://matthiasott.com/articles/into-the-personal-website-verse
2•downbad_•32m ago•0 comments

GitHub's CPO on AI Coding Agents, Macro-Delegation, and the Future of Developers

https://www.turingpost.com/p/mario-rodriguez-github-ai-coding-agents-copilot
1•olgava•33m ago•0 comments

How do AI agents spend your money?

https://arxiv.org/abs/2604.22750
1•haemdahl•35m ago•0 comments

How to Become a Centaur (2018)

https://jods.mitpress.mit.edu/pub/issue3-case/release/6
2•downbad_•35m ago•0 comments

GroWell Cap Review: I Have Hair for the First Time in 15 Years

https://www.wired.com/story/growell-cap-rave/
1•joozio•35m ago•0 comments

Distill Hiatus

https://distill.pub/2021/distill-hiatus/
1•jruohonen•37m ago•0 comments

Algorithmic Probability

https://en.wikipedia.org/wiki/Algorithmic_probability
1•dataflow•38m ago•0 comments

'It's Not a Joke': A 'Simpsons' Writer Holds His First Presidential Campaign Ra

https://www.wired.com/story/simpsons-writer-dan-greaney-holds-his-first-presidential-campaign-rally/
4•joozio•39m ago•0 comments

Symbolica: Computer Algebra Library

https://symbolica.io/
1•gurjeet•48m ago•0 comments

Meta to give staff 30min breaks from keylogging

https://www.theregister.com/ai-and-ml/2026/06/04/meta-to-allow-staff-breaks-from-keylogging-data-...
3•seanhunter•56m ago•0 comments

Show HN: HN Reader for VS Code with Obsidian Saving

https://marketplace.visualstudio.com/items?itemName=MichaelGoose.hn-reader
4•javatuts•1h ago•0 comments

Show HN: Rune – A focused Markdown writer for desktop (Tauri/Rust)

https://github.com/JangHyun-bin/Rune
2•narnia0981•1h ago•0 comments

I built an open-source platform for ML benchmarks and leaderboards

https://runbenchhub.com/
2•yakirmat•1h ago•1 comments

Vim Classic 8.3 Released

https://vim-classic.org/news/vim-8.3-released.html
2•tempodox•1h ago•0 comments

Show HN: SVAHNAR – Serverless infrastructure to run AI agents in isolated VMs

https://www.svahnar.com/
2•Chethan_Polanki•1h ago•1 comments

Exploring Rust Dependency-Toolchain Compatibility

https://tigerbeetle.com/blog/2026-04-24-toolchain-horizons/
2•tosh•1h ago•0 comments