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

Show HN: Caveat, a self-hosted publishing and newsletter tool

https://github.com/CaveatJS
1•jonas_kgomo•54s ago•0 comments

Canada holds first defense talks with China in more than 8 years

https://www.scmp.com/news/china/diplomacy/article/3366477/canada-and-china-thaw-continues-militar...
1•ilamont•4m ago•0 comments

Thames Tunnel

https://en.wikipedia.org/wiki/Thames_Tunnel
1•thunderbong•7m ago•0 comments

Create Passkey After Account Recovery Due to Forgotten Password

https://www.passkeycentral.org/design-guidelines/optional-patterns/create-passkey-after-account-r...
1•mooreds•8m ago•0 comments

"Everything's a Challenge" ADHD Individuals in the Midst of Rx Shortages

https://pmc.ncbi.nlm.nih.gov/articles/PMC11585964/
2•sans_souse•9m ago•0 comments

Jellyfin 12.0 Released

https://github.com/jellyfin/jellyfin/releases/tag/v12.0
1•cdrnsf•11m ago•0 comments

OpenClaw Is Open Source

https://github.com/openclaw/openclaw
1•noobplus•11m ago•0 comments

DSL Mania

https://astledsa.substack.com/p/dsl-mania
1•astledsa•17m ago•0 comments

AI cancer cures slowed by chip shortage, says Arm boss

https://www.bbc.com/news/articles/c0m39g7xzevo
1•dabinat•17m ago•0 comments

TeamAI by Tencent

https://github.com/Tencent/teamai-cli
1•handfuloflight•20m ago•0 comments

Hollywood's Box Office Boom Comes with 248M Missing Tickets

https://www.nytimes.com/interactive/2026/09/07/business/media/summer-movies-box-office.html
1•ChrisArchitect•25m ago•1 comments

The Weather Is the Plan: Crossing Lake Michigan

https://sailandsavor.blog/2026/09/07/the-weather-is-the-plan-crossing-lake-michigan-part-2/
1•mekdoonggi•26m ago•0 comments

I Couldn't Play Guitar, So I Spent 6 Years Building a Guitar Robot [video]

https://www.youtube.com/shorts/XgJjdkYOKz8
2•kristianpaul•29m ago•1 comments

The robots.txt user-agent lines that do not name what they look like

https://ai-visibility.lastminutedealshq.com/robots-txt-user-agent-tokens
1•reesecalder•31m ago•0 comments

There's a new "Google Jail" for independent wikis

https://weirdgloop.org/blog/google-jail
1•pizzaiolo•31m ago•0 comments

Giving Minecraft Infinite Time to Beat Itself [video]

https://www.youtube.com/watch?v=9t2fV52jMA8
1•nstents•32m ago•0 comments

Jellyfin 12.0

https://jellyfin.org/posts/jellyfin-release-12.0/
62•0xC0ncord•32m ago•14 comments

Terence Tao – Reflections on the Foundations of Interpretability Workshop

https://www.youtube.com/watch?v=AXlif6z9a2A
1•twoodfin•34m ago•0 comments

Show HN: Froogle – a search engine portal in one HTML file

1•scosman•36m ago•0 comments

Vagrant is approaching EOL. No more "Docker for VMs"

https://developer.hashicorp.com/hcp/docs/vagrant/hcp-vagrant-eol
1•stasge•37m ago•0 comments

Mathematical Cranks

https://en.wikipedia.org/wiki/Mathematical_Cranks
1•_ttg•39m ago•0 comments

DUPR (pickeball rating system) outage: 3rd day and no explanation

https://www.reddit.com/r/Pickleball/comments/1w9iroh/the_dupr_situation_its_bad/
1•gbin•39m ago•0 comments

My business partner sent a 5K vibe-coded PR that he didn't even test

https://ycj.bearblog.dev/ai-again/
2•yhcj•40m ago•3 comments

Anthropic Said to Walk Away from $6B Decart Acquisition

https://www.bloomberg.com/news/articles/2026-09-08/anthropic-said-to-walk-away-from-6-billion-dec...
2•mfiguiere•41m ago•0 comments

Monero is our most-used crypto at NanoGPT

https://reddit.com/r/Monero/comments/1w9my20/monero_is_our_mostused_crypto_at_nanogpt_were_now/
2•Cider9986•41m ago•1 comments

OpenAI and the Wiki Incident

https://thezvi.substack.com/p/openai-and-the-wiki-incident
1•Khaine•42m ago•0 comments

Release pnpm 11.26 · pnpm/pnpm

https://github.com/pnpm/pnpm/releases/tag/v11.26.0
1•kyisaiah47•43m ago•0 comments

Show HN: Termjack – blackjack in the terminal with a built-in strategy trainer

https://github.com/eddietex/termjack
1•esdrasevt•44m ago•1 comments

LLM Guided Evolution for Circle Packing: Breaking 10 Packomania Records for $28

https://arxiv.org/abs/2609.05093
1•practicalsystem•46m ago•0 comments

I killed every houseplant I owned, so I built an app to stop doing that

1•gongshaojie12•47m ago•1 comments