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

Call Stack Diffs

https://oskrim.github.io/engineering/2026/08/02/call-stack-diffs.html
1•mpweiher•53s ago•0 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

1•BoxOfRain•3m ago•0 comments

Music to confuse AI might be the next new genre

https://cdm.link/music-to-confuse-ai-might-be-the-next-new-genre/
1•wyclif•4m ago•0 comments

Autoresearch for Hardware

https://www.onyxresearch.ai
1•tedlutkus•5m ago•1 comments

Make WordArt Online

https://wordart97.net/
1•choult•5m ago•0 comments

To Save C, We Must Save ABI

https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi
2•jackwilsdon•7m ago•0 comments

City That Arrested Clapper at Data Center Meeting Goes Virtual for 'Safety'

https://www.404media.co/city-that-arrested-person-for-clapping-at-data-center-meeting-moves-to-vi...
1•cdrnsf•8m ago•1 comments

Show HN: Merge – AI-native code review assessments for engineering hiring

https://mergeoa.com
4•harshithl1777•11m ago•0 comments

HarnessOpt-Bench: Evaluating LLMs at Harness Optimization

https://arxiv.org/abs/2608.06301
2•wslh•12m ago•0 comments

Tell HN: Tally Data Breach

4•gregsadetsky•15m ago•1 comments

Coding agents, defaults, and human judgment

https://rpc3.dev/posts/coding-agents-defaults-and-human-judgment/
2•rpc3•17m ago•0 comments

parakeet.wgsl – Fast, accurate ASR in the browser, via raw WebGPU and SIMD WASM

https://parakeet.narcotic.sh/
2•hamza_q_•18m ago•1 comments

The Two-Year-Old Firefox ARM64 Video Bug

https://fratellobigio.com/posts/the-two-year-old-firefox-arm64-video-bug/
3•fratellobigio•20m ago•0 comments

Big tech's AI-powered 'pervert' glasses are in a losing battle with DuckDuckGo

https://www.sfgate.com/tech/article/duckduckgo-sunglasses-22377693.php
3•wyclif•20m ago•2 comments

Why are Japan's luxury night trains making a comeback?

https://www.nippon.com/en/japan-topics/g02623/
3•whiteblossom•22m ago•0 comments

Keras 3.15.1

https://github.com/keras-team/keras/releases/tag/v3.15.1
2•tosh•22m ago•0 comments

Vision based touch-less macOS control via hands (FOSS)

https://pawvis.app/
2•heresalexandria•23m ago•1 comments

Tesla and SpaceX to invest $16.8B for Terafab chip factory in Texas

https://techcrunch.com/2026/08/06/tesla-and-spacex-will-invest-16-8b-to-start-building-terafab-ch...
3•joering2•25m ago•0 comments

Show HN: 514 - Managed infra, agents and data to simulate coding agents as users

https://docs.514.ax/0.5.0-rp/getting-started
5•okane•25m ago•0 comments

Portable Memory System for Coding Agents

https://agentspackai.com/
2•nechmads•25m ago•0 comments

Estrogen masculinizes neural pathways and sex-specific behaviors

https://pmc.ncbi.nlm.nih.gov/articles/PMC2851224/
2•handfuloflight•25m ago•0 comments

Three Costly Database Failures That Changed Software Engineering Forever

https://stackrender.io/blog/3-costly-database-failures
3•theanonymousone•26m ago•0 comments

DARPA Lift Challenge – Aug 7 – Main Broadcast [video]

https://www.youtube.com/watch?v=hkao-a9egbY
2•Stevvo•26m ago•0 comments

Canada adds 75,000 new jobs in July, unemployment rate lowest in 2 years

https://www.cbc.ca/news/business/canada-jobs-july-2026-9.7299225
5•vrganj•27m ago•0 comments

2026 State of CSS, Devs Surveys

https://css-tricks.com/2026-state-of-css-devs-surveys/
2•redbell•28m ago•0 comments

Is Apple's privacy line bullshit?

https://probably.co.uk/posts/is-apples-privacy-line-bullshit/
2•speckx•28m ago•0 comments

Flock Cameras Used as Probable Cause for Traffic Stop

https://b105country.com/wisconsin-flock-camera-marijuana-search-ruling/
4•pat2man•29m ago•0 comments

The Download: a censorship conspiracy theory and the first virus created by AI

https://www.technologyreview.com/2026/08/07/1141389/the-download-censorship-conspiracy-theory-fir...
1•joozio•30m ago•0 comments

Agent Proxy: Credential Brokering for Agents

https://infisical.com/blog/agent-proxy
3•dangtony98•30m ago•0 comments

How primary energy is measured has changed across our charts

https://ourworldindata.org/primary-energy-measurement-change
1•xnx•30m ago•0 comments