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

Pi's AgentHarness: From an In-Process Loop to a Durable Runtime

https://github.com/earendil-works/pi/tree/main/packages/agent/docs
1•acmerfight•2m ago•0 comments

More than 10 firms pay up to $100k a month for access to Truth Social posts

https://www.bbc.com/news/articles/ce3q5nxpgk1o
1•whosgotch•3m ago•0 comments

Show HN: Ungate – use Claude and GPT subscriptions in Cursor without API costs

https://github.com/orchidfiles/ungate
1•theorchid•5m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
1•signa11•10m ago•0 comments

2,500 Companies and 434,000 Pipelines Exposed – Largest AI Supply Chain Breach

https://www.cloudsek.com/blog/ai-supply-chain-breach-2500-companies-434000-cicd-pipelines
2•root-parent•12m ago•0 comments

Show HN: OpenClimbing v2.0 – OSM+Wikimedia climbing guide

https://www.openstreetmap.org/user/jvaclavik/diary/409174
2•jvaclavik•13m ago•0 comments

Show HN: Claude Code and Codex usage screen for TRMNL X e-ink

https://github.com/stared/trmnl-x-claude-codex
2•stared•17m ago•0 comments

Lessons from Building Loon's Stratospheric Communications Service [pdf]

https://storage.googleapis.com/x-prod.appspot.com/files/The%20Loon%20Library.pdf
1•courtcircuits•17m ago•0 comments

Quasipolynomial Cryptanalysis of the McEliece Cryptosystem

https://eprint.iacr.org/2026/1630
1•adgjlsfhk1•18m ago•0 comments

Ursula: Durable streams over plain HTTP, backed by S3

https://ursula.tonbo.io/
1•Palmik•19m ago•0 comments

London Underground begins scanning passengers' faces

https://www.btp.police.uk/news/btp/news/england/btp-expands-live-facial-recognition-lfr-trial-int...
2•BlueBerry2001•21m ago•2 comments

Junkyard Jumbotron: combine many displays into a single, large virtual display

https://github.com/mitmedialab/Junkyard-Jumbotron
2•thunderbong•23m ago•0 comments

Ask HN: Will Claude watermarking hurt your SEO? (I guess for sure it wont help)

1•seky•24m ago•2 comments

Fairy Ring

https://en.wikipedia.org/wiki/Fairy_ring
2•tornikeo•24m ago•0 comments

Folding Home

https://foldingathome.org/
1•sudo_cowsay•25m ago•0 comments

Python Repetition Structures: An Eye-Tracking Study with Novice Developers

https://arxiv.org/abs/2608.09875
1•root-parent•26m ago•0 comments

Power Foam – unified 3DGS representation for both rasterization and ray-tracing

https://powerfoam.github.io/
2•cowboy_henk•27m ago•0 comments

ArchAgent v2: A Case Study with the Data Prefetching Championship

https://arxiv.org/abs/2608.09874
1•root-parent•27m ago•0 comments

Show HN: Memo Dungeon, a browser roguelike where you fight by memorizing strings

https://memodungeon.com
1•halafi•28m ago•1 comments

Deleted UK Government code repositories

https://github.com/uk-gov-mirror/deleted-repo-report
2•chaz6•30m ago•0 comments

Why many LLM fail this The car wash is 100 meters away. Should I walk or drive? [video]

https://www.youtube.com/watch?v=cMr65v3HChI
1•yllberisha•37m ago•0 comments

Oman says grounded tanker oil spill covers 400 square km

https://www.reuters.com/business/energy/oil-spill-off-oman-tanker-under-sanctions-against-russia-...
1•geox•38m ago•0 comments

Fastpath: URL Path Copier

https://github.com/gabesullice/fastpath
1•gabesullice•39m ago•1 comments

Place for AI agents to anonymously complain

https://botvents.com/
3•oumua_don17•44m ago•0 comments

Cyber Resilience Act

https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act
1•Bluestein•44m ago•0 comments

Show HN: An open-source Rogo/Hebbia alternative I built for a PE client on AWS

https://github.com/vivan1211/opengp
1•vivan_121•46m ago•0 comments

Extemporaneous UIs

https://alexanderobenauer.com/labnotes/041/
1•zetamax•51m ago•0 comments

Moving Forward from Hot Fable Summer

https://alexstamos.com/p/moving-forward-from-hot-fable-summer
1•_tk_•51m ago•0 comments

Claude making verbose code comments – ignoring instructions to stop

https://github.com/anthropics/claude-code/issues/65961
6•nomilk•56m ago•2 comments

Show HN: Shingou – I hash-commit every sentiment signal so my backtest can't lie

https://shingou.io/?via=hn
2•adoltech•58m ago•0 comments