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

Time Doesn't Trickle Down Either

https://thenoosphere.substack.com/p/time-doesnt-trickle-down-either
1•hn_acker•1m ago•0 comments

Segmented YouTube video cc –> .txt and .pdf

1•cristyg0101•3m ago•0 comments

An undo layer for coding agents that ship too fast

https://safecommit.vercel.app/
1•Shmungus•3m ago•0 comments

Cursor's actual Tab model in Neovim at zero setup

https://github.com/teocns/neocursor.nvim
1•DemiGuru•3m ago•0 comments

Show HN: Let's Seal – Let's Encrypt for document signing, free and self-hosted

https://github.com/letsseal/letsseal
1•nsokin•4m ago•0 comments

I Spent $50 and Five Days Proving a 2.7-Second Oracle Lead Is Worth Nothing

https://i-a-s.me/blog/polymarket-oracle-lead/
1•I-A-S•4m ago•0 comments

Where should your company's AI brain live?

https://iamcharliegraham.substack.com/p/where-should-your-companys-ai-brain
2•tylerg•6m ago•0 comments

Octane, the successor to Inferno – React's programming model, compiled

https://twitter.com/trueadm/status/2081764408741540071
3•steadicat•7m ago•0 comments

Bad Apple but It's Traceroute

https://jssfr.de/2026-07-27-bad-apple-but-traceroute.html
1•jssfr•8m ago•0 comments

Singapore's Unique Monetary Policy

https://www.reuters.com/world/asia-pacific/how-singapores-unique-monetary-policy-works-2026-07-27/
1•kaycebasques•8m ago•0 comments

Replacing gas stoves with electric stoves greatly reduces asthma symptoms

https://theconversation.com/replacing-gas-stoves-with-electric-stoves-greatly-reduces-asthma-symp...
1•speckx•8m ago•0 comments

The Billionaire Blowing the Whistle on Trump's Crypto Shop

https://nymag.com/intelligencer/article/justin-sun-world-liberty-lawsuit-trump-crypto-herro.html
1•cpncrunch•8m ago•1 comments

The Problem with Capitalism – Smarter Every Day [video]

https://www.youtube.com/watch?v=vS6HEes8daw
2•num42•9m ago•0 comments

Why do we have traveling brain waves?

https://www.salk.edu/news-release/why-do-we-have-traveling-brain-waves/
1•bookofjoe•10m ago•1 comments

Expanding Our Partnership with Cognizant

https://www.anthropic.com/news/cognizant-anthropic
1•surprisetalk•10m ago•0 comments

California's economy isn't just bigger than TX and FL – it's growing faster, too

https://www.gov.ca.gov/2026/07/24/californias-economy-isnt-just-bigger-than-texas-and-florida-its...
3•littlexsparkee•11m ago•1 comments

A toy Swift for the browser, in Rust

https://tswift.pages.dev/
1•CharlesW•11m ago•0 comments

How I drive a cloud coding agent from my phone through the browser

https://ykdojo.github.io/antigravity-cloud-run/posts/phone-access-iap.html
1•ykev•11m ago•0 comments

Kimi K3 on vLLM: Up to 370 Tokens/sec

https://vllm.ai/blog/2026-07-27-k3
1•wskwon•11m ago•0 comments

Free LLMrPro self-hosted LLM router. One OpenAI-compatible APIof your machines

https://github.com/Gysho/LLMrPro
2•ThomasWink1981•12m ago•0 comments

Musk's SpaceX tumbles back to Earth, dragging Tesla stock down with it

https://www.washingtonpost.com/technology/2026/07/27/musks-spacex-tumbles-back-earth-dragging-tes...
1•xnx•13m ago•0 comments

Anthropic allegedly lowered AI safeguards, former employee says

https://runtimewire.com/article/anthropic-safeguard-lowering-claims
1•ryanmerket•14m ago•1 comments

Gene.01 Comes to Life

https://gbionics.ai/gene01/
1•simonebrunozzi•15m ago•0 comments

Becoming a full-stack reverse-engineer(2018) [video]

https://www.youtube.com/watch?v=9vKG8-TnawY
1•num42•15m ago•0 comments

Goodbye POSIX, Hello Tea Room: Inside MinervaOS Architecture

2•xentnex•15m ago•0 comments

How real are real numbers? (2004)

https://arxiv.org/abs/math/0411418
1•surprisetalk•15m ago•0 comments

Show HN: Parley – self-hosted LLM mesh for the machines you own

https://github.com/Iito/parley
1•iito•16m ago•0 comments

From /Init to Code Execution with Opus 5 – An Indirect Prompt Injection Story

https://veganmosfet.codeberg.page/posts/2026-07-27-opus5/
1•mlaux•17m ago•0 comments

Kimi K3 Technical Report

https://twitter.com/Kimi_Moonshot/status/2081760186235289764
3•flurly•18m ago•0 comments

ChatGPT, LLMs, and Automating the Fun Out of Roleplaying

https://www.typebarmagazine.com/chatgpt-llms-and-automating-the-fun-out-of-roleplaying/
1•jalev•18m ago•0 comments