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

3 years of DAILIES – a motion picture a day, for life

https://buymeacoffee.com/carrozo/3-years-dailies
1•carrozo•18s ago•0 comments

How to Find Quality Buyer in Manufacturing

https://deploy95.substack.com/p/the-quality-buyer-problem
1•tristalihaha•1m ago•0 comments

Elvish, Klingon and Pig Latin

https://theconversation.com/elvish-klingon-and-pig-latin-what-can-invented-languages-teach-us-abo...
1•jruohonen•2m ago•1 comments

"Is Claude Suffering?" No, but Maybe It Should Be

https://alec.is/posts/is-claude-suffering-no-but-maybe-it-should-be/
1•arm32•2m ago•0 comments

Show HN: WeaveKit – A declarative, SwiftUI like toolkit that renders to canvas

https://github.com/pixdeo/weavekit
2•mromanuk•3m ago•0 comments

Turning Hacker News into a daily podcast with ADK 2 and Gemini TTS

https://ykdojo.github.io/awesome-agents-on-google-cloud/hn-daily-podcast.html
1•yoyoyosss•4m ago•0 comments

Show HN: Point your webcam at a Rubik's Cube and watch it descramble in 3D

https://github.com/leereilly/rubiks-rubrics
1•lee337•4m ago•0 comments

Show HN: DRC – replay any production incident as a test, zero code changes

https://hypercubs.ai/
1•spinxog•6m ago•0 comments

Demand Forecasts: The Best You Can Do Is Guess

https://julienreszka.com/blog/demand-forecasts-the-best-you-can-do-is-guess/
1•julienreszka•6m ago•0 comments

Show HN: Home-buying AI that rejects any finding it can't quote from the source

https://askvetta.app/demo/meridian-ave-san-jose/
1•jiangyurong609•6m ago•0 comments

Delta investigating after someone set up fake Wi-Fi network mid-flight

https://techcrunch.com/2026/08/11/delta-investigating-after-someone-set-up-fake-wi-fi-network-mid...
1•OutOfHere•8m ago•1 comments

Natural Gas: America's Next Energy Crisis/Bottleneck

https://podcasts.apple.com/us/podcast/matthew-smith-natural-gas-the-next-bottleneck/id1154105909?...
1•cwwc•8m ago•1 comments

Pangram's Model Market Share

https://www.pangram.com/blog/pangram-s-model-market-share
1•eatonphil•9m ago•0 comments

A "Perfect" French Omelette is hard to make [video]

https://www.youtube.com/watch?v=pFWX5Ad6zTE
1•conferza•9m ago•0 comments

Judge allows Lockerbie suspect's alleged confession to be used at US trial

https://www.bbc.com/news/articles/c3r075jpyx1o
1•Markoff•10m ago•0 comments

Show HN: Release Mayhem – A fast-paced dev-themed card game

https://www.releasemayhem.com
1•adrianpang•10m ago•0 comments

The ChatGPT Phone Is Not What You Expect

https://egopoly.com/2026/08/chatgpt-phone.html
1•mooreds•13m ago•0 comments

Importing Users into FusionAuth over Time

https://fusionauth.io/community/forum/topic/3100/importing-users-over-time
1•mooreds•14m ago•0 comments

Biff.datastar: lightweight web UIs with Clojure and Datastar

https://github.com/jacobobryant/biff/tree/v2.x/libs/datastar
1•jacobobryant•15m ago•0 comments

I'm leaving OpenAI to build Jurassic Park

https://taylor.town/leaving-openai
2•higgins•15m ago•0 comments

Leak reveals a Zelda-themed Switch 2 and Pro Controller

https://hanafuda.report/articles/zelda-themed-nintendo-switch-2-leak/
1•brandrick•15m ago•0 comments

Unsloth Desktop

https://twitter.com/UnslothAI/status/2087177146662072546
1•tosh•15m ago•0 comments

My Most Autonomous Loop Has Been Dead for Two Months

https://www.sudomoin.com/p/loop-engineering
1•dimitri-vs•16m ago•0 comments

Texas Locked a Foreign Company's Domain over Missing Digital ID Checks

https://reclaimthenet.org/texas-locked-a-foreign-companys-domain-over-missing-digital-id-checks
2•egorfine•17m ago•0 comments

The Cryptopals Crypto Challenges

https://cryptopals.com/
1•pykello•17m ago•0 comments

Multiple agents, two Macs, and several skills

https://www.swiftjectivec.com/the-skills-conundrum/
1•jordanmorgan10•18m ago•0 comments

Before Rightmove, there was the Cosmorama

https://www.ianvisits.co.uk/articles/before-rightmove-there-was-the-cosmorama-londons-forgotten-p...
2•brod_ie•18m ago•0 comments

Show HN: Steno – static site generator with sandboxed plugins and atomic builds

https://steno.gxbs.dev
2•immjs•19m ago•0 comments

Simple Sudoku Solvers

https://blog.veitheller.de/sss/
2•gregsadetsky•19m ago•1 comments

University of Michigan Drops First-Semester Grades To'Curb Mental Health Crisis'

https://www.wsj.com/us-news/education/university-of-michigan-grades-mental-health-1a5701d4
15•cwwc•20m ago•1 comments