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

Security Roundup: Apple's Hide My Email Service Fails to Hide Your Email

https://www.wired.com/story/security-roundup-apples-hide-my-email-service-fails-to-hide-your-email/
1•joozio•4m ago•0 comments

Liquid transforms into an energy-rich gel that stores power for months

https://news.northwestern.edu/stories/2026/06/cell-inspired-material-captures-energy-and-releases...
1•geox•4m ago•0 comments

Up and Down the Ladder of Abstraction

https://worrydream.com/LadderOfAbstraction/
2•highfrequency•7m ago•0 comments

Good APIs Age Slowly

https://yusufaytas.com/good-apis-age-slowly
2•thunderbong•7m ago•0 comments

How Tier-1 capital market is using AI Agent architecture

https://electronictradinghub.com/the-ai-agent-architecture-is-published-the-thresholds-are-not/
2•silahian•8m ago•0 comments

Plein Air

https://art.joonas.wtf/
2•bookofjoe•10m ago•0 comments

Finland's last analogue landline phones go silent after 150 years

https://www.euronews.com/next/2026/06/30/finlands-last-analogue-landline-phones-go-silent-after-1...
2•ohjeez•11m ago•0 comments

Show HN: AI Interview Coach – practice with honest hiring-manager-grade feedback

https://aiinterviewcoaches.com
1•Aldasams•12m ago•0 comments

Understanding Is the New Bottleneck

https://www.geoffreylitt.com/2026/07/02/understanding-is-the-new-bottleneck.html
1•backlit4034•13m ago•0 comments

OEIS: Number of stars on the US flag since 1775

https://oeis.org/A140646
3•Reasonablefish•14m ago•0 comments

Google Books (or similar) all book scans – $200k bounty

https://software.annas-archive.gl/AnnaArchivist/annas-archive/-/work_items/234
3•Cider9986•14m ago•0 comments

OpenScience: Workbench for scientific research using custom LLMs

https://github.com/synthetic-sciences/openscience
3•ignoramous•15m ago•0 comments

DCA: Arithmetic for Finite Computation

https://github.com/superalp1985/DCA-Discrete-Computer-Arithmetic
1•superalp•15m ago•0 comments

OverGraph: Embedded Graph Database

https://overgraph.io
1•gjmveloso•17m ago•0 comments

Canada's only watchmaking school still ticking after 80 years

https://www.cbc.ca/news/canada/montreal/canada-s-only-watchmaking-school-9.7254211
2•throw0101a•19m ago•0 comments

Meta data center water discharges suspended for contaminating water supply

https://www.tomshardware.com/tech-industry/data-centers/cheyenne-suspends-data-center-fill-and-fl...
1•sensanaty•20m ago•0 comments

Leaking YouTube Creators Private Videos

https://javoriuski.com/post/youtube
5•javxfps•20m ago•0 comments

Cory Doctorow on the Right – and Wrong – Way to Criticize AI

https://jacobin.com/2026/06/ai-bubble-layoffs-workers-copyright?
2•momentmaker•21m ago•0 comments

Show HN: Routing24 – free route optimization agent for Claude Cowork/WebMCP

https://github.com/routing24/skill
1•dennis16384•22m ago•0 comments

SyncForge – Lightweight offline-first sync for Room and Kotlin Multiplatform

https://github.com/Arsenoal/syncforge
1•Arsen971•23m ago•0 comments

Continued CO2 emissions will impair cognition (2020)

https://www.colorado.edu/mechanical/2020/04/21/continued-co2-emissions-will-impair-cognition
1•irdc•25m ago•0 comments

Show HN: A Kagi News–style news aggregator for Zimbabwe

https://www.ikka.cloud/
1•mugamuga•27m ago•0 comments

We need an accounting system for cognitive debt

https://raw.githubusercontent.com/MikaeI/cognizance/refs/heads/main/we_need_an_accounting_system_...
3•mikaelaast•27m ago•0 comments

Rob Pike – 'Concurrency Is Not Parallelism' [video]

https://vimeo.com/49718712
10•jruohonen•28m ago•3 comments

Pip – one number before you spend

https://spendwithpip.com/demo
2•tylermayberry•28m ago•1 comments

Can you read every byte in Super Mario Bros.? [video]

https://www.youtube.com/watch?v=o0gOALTvkcc
1•Velocifyer•31m ago•0 comments

8192 Core RISC-V Cluster [video]

https://www.youtube.com/watch?v=qMR3IXF2sWw
2•radeeyate•31m ago•0 comments

USAID Cuts Killed People. That's the Truth

https://www.nytimes.com/2026/07/01/opinion/usaid-elon-musk-doge.html
11•Teever•34m ago•0 comments

Zig: All Package Management Functionality Moved from Compiler to Build System

https://ziglang.org/devlog/2026/#2026-06-30
1•tosh•35m ago•0 comments

A Verdict on (The) Slaughter

https://paulkrugman.substack.com/p/a-verdict-on-the-slaughter
2•rbanffy•36m ago•0 comments