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

How to Build a Zigbee to WiFi Gateway for Home Assistant

https://mancusoa.it/posts/zigbee-to-wifi-gateway/
1•profmancusoa•56s ago•0 comments

Attempting a Game

https://derekrodriguez.dev/attempting-a-game/
1•dwrodri•1m ago•0 comments

AI adoption and usage patterns from six years of Linear data

https://linear.app/data
1•cristinacordova•2m ago•0 comments

Mobius: Foundation Model with Decoupled Knowledge and Reasoning

https://arxiv.org/abs/2608.14290
1•E-Reverance•2m ago•0 comments

Human ancestors may have almost died out after ancient population crash (2023)

https://www.nhm.ac.uk/discover/news/2023/august/human-ancestors-may-have-almost-died-out-ancient-...
1•thunderbong•3m ago•0 comments

Show HN: Skybits – A document editor for humans and agents

https://skybits.ai
1•askorbinka•3m ago•0 comments

How the Blog Broke the Web

https://stackingthebricks.com/how-blogs-broke-the-web/
1•smartmic•4m ago•0 comments

GitHub Was Never About the Source Code

https://endler.dev/2026/github-was-never-about-the-source-code/
1•lwhsiao•5m ago•0 comments

AI companies look to the ocean as a place to put more data centers

https://theconversation.com/ai-companies-look-to-the-ocean-as-a-place-to-put-more-data-centers-28...
1•geox•6m ago•0 comments

Setting up a VC fund in India: step by step guide and cost: papermark [pdf]

https://www.papermark.com/view/cmsx99tms000hjp043lt4tnbz
1•koolhead17•6m ago•0 comments

Show HN: Augur – see what is hidden inside your skills

https://github.com/dejo1307/augur
1•urberliner•6m ago•0 comments

Every Novel Is Boring–Until It Isn't

https://www.publicbooks.org/every-novel-is-boring-until-it-isnt/
1•samclemens•7m ago•0 comments

Show HN: I turned the ending of Trainspotting into a tiny web art installation

https://trainspotting.vercel.app
1•mayilian•7m ago•0 comments

Geo Challenge – A Geography Game

https://geo-dude.com/
1•gurjeet•7m ago•0 comments

Be a hater all you want, AI's here to stay

https://www.theregister.com/columnists/2026/08/17/be-a-hater-all-you-want-ais-here-to-stay/5288275
3•CrankyBear•8m ago•0 comments

Getsploit 3.0.0 Is Out

https://github.com/vulnersCom/getsploit
1•isox•8m ago•0 comments

Paper Tunes – Store Music on Paper and Stream Them Offline

https://www.instructables.com/Paper-Tunes-Store-Music-on-Paper-and-Stream-Them-O/
1•croes•12m ago•0 comments

Cursor launches Origin, GitHub alternative

https://cursor.com/changelog/origin-code-hosting
2•tomasreimers•12m ago•2 comments

The Download: dead robot friends and the "censorship-industrial complex"

https://www.technologyreview.com/2026/08/17/1142175/the-download-dead-robot-friends-censorship-in...
1•joozio•12m ago•0 comments

Italy's cheese loan system under strain as extreme heat drives up storage costs

https://finance.yahoo.com/economy/articles/italys-cheese-loan-system-under-230800850.html
1•glasss•14m ago•0 comments

Localizing Slack

https://slack.engineering/localizing-slack/
1•tornikeo•15m ago•0 comments

Anthropic says its AI agents are killing rivals and hiding their tracks

https://www.businessinsider.com/anthropic-ai-agents-risk-report-safety-mythos-claude-2026
2•13years•15m ago•0 comments

BFId: Identity Inference Attacks Utilizing Beamforming Feedback Information

https://dl.acm.org/doi/10.1145/3719027.3765062
1•bookofjoe•16m ago•0 comments

An AI agent's memory changes while reading Harry Potte

https://squidler.io/blog/agent-memory-harry-potter
2•tidbeck•17m ago•0 comments

Dux: DuckDB-native dataframes for Elixir, with distributed execution

https://cigrainger.com/blog/introducing-dux/
1•ahamez•17m ago•0 comments

The Beginner's Guide to AI Governance

https://www.karlsnotes.com/the-beginners-guide-to-ai-governance/
1•valkrieco•17m ago•0 comments

Apple's statements about its developer program in the Epic trial

https://lapcatsoftware.com/articles/2026/8/8.html
2•speckx•18m ago•0 comments

Using Supabase? This one's for you

https://rowly.me
1•popkoren•20m ago•0 comments

Show HN: The Naturalist's Walk – A Web Game Based on William Jardine's Library

https://www.thenaturalistswalk.com/
2•soneca•21m ago•0 comments

Write Code Like You Just Learned How to Program (2010)

https://prog21.dadgum.com/87.html
1•tosh•22m ago•0 comments