frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•6mo 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•6mo 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...

I made a database of micro SaaS ideas from billion dollar companies

https://www.provenideas.net/
1•mattmerrick•1m ago•0 comments

Makers have a compulsion to explore the realm of the possible

https://philshapirochatgptexplorations.blogspot.com/2025/11/makers-have-compulsion-to-explore.html
1•pshapiro99•4m ago•0 comments

Show HN: Free Tool to Optimize Images for Fast Loading

https://simple.photo/tools/optimize
1•vladoh•6m ago•1 comments

Ways of Seeing (1972), John Berger – Episode 1 – 4 [video]

https://www.youtube.com/watch?v=8wxRxSfhw6I
1•hn_acker•8m ago•0 comments

Invite your heroes into your AI conversations

https://constantin.glez.de/posts/2025-11-03-invite-your-heroes-into-your-ai-conversations/
1•herbertl•9m ago•0 comments

Vsora Jotunn-8 5nm European inference chip

https://vsora.com/products/jotunn-8/
2•rdg42•9m ago•0 comments

The Performance Inequality Gap, 2026

https://infrequently.org/2025/11/performance-inequality-gap-2026/
1•Kerrick•11m ago•0 comments

Dare (Digital Autonomy with RISC-V in Europe)

https://dare-riscv.eu/
1•doener•14m ago•0 comments

Press Release: Bringing Collabora Online to the Desktop

https://www.collaboraonline.com/blog/press-release-bringing-collabora-online-to-the-desktop/
2•marcodiego•15m ago•0 comments

The Math of Why You Can't Focus at Work

https://justoffbyone.com/posts/math-of-why-you-cant-focus-at-work/
2•walterbell•22m ago•0 comments

Visualizing spatial and temporal locality on an M1 chip

https://kelvinou.com/posts/memory-mountain/
1•kelvinou•28m ago•0 comments

Mathematics is hard for mathematicians to understand too

https://www.science.org/doi/10.1126/science.aec9014
3•mmaaz•34m ago•0 comments

Where Have the International Math Olympiad Gold Medallists Ended Up?

https://xquant.substack.com/p/where-have-the-international-math
1•paulpauper•39m ago•0 comments

No more PJM data centers unless they can be reliably served: market monitor

https://www.utilitydive.com/news/pjm-data-center-interconnection-market-monitor-ferc-complaint/80...
1•toomuchtodo•40m ago•0 comments

Vibecoded x86_64 Forth "OS"

https://github.com/isene/SimplicityOS
3•romforth•42m ago•1 comments

The dark side of Japanese convenience stores

https://www.ft.com/content/786642f4-32d4-4f92-a5d0-8a363c2f7212
2•philip1209•43m ago•0 comments

Show HN: Whole-home VPN router with hardware kill switch (OpenWrt and WireGuard)

https://github.com/yoloshii/privacy-first-network
12•yoloshii•49m ago•3 comments

250MWh 'Sand Battery' to start construction in Finland

https://www.energy-storage.news/250mwh-sand-battery-to-start-construction-in-finland-for-both-hea...
46•doener•51m ago•12 comments

Sally Rooney books may be withdrawn from UK sale over Palestine Action ban

https://www.bbc.com/news/articles/cm20ldz0g9ro
3•clanky•58m ago•0 comments

Mission home invasion highlights danger of crypto-related violence

https://sfstandard.com/2025/11/25/mission-home-invasion-highlights-danger-crypto-related-violence/
2•JumpCrisscross•58m ago•0 comments

A Programmer-Friendly I/O Abstraction Over io_uring and kqueue

https://tigerbeetle.com/blog/2022-11-23-a-friendly-abstraction-over-iouring-and-kqueue/
6•enz•58m ago•0 comments

AI Tool to Discover Expert Scientists

https://www.scientistfinder.ai/
1•Tardigrade10•1h ago•0 comments

Lung Cancer Deaths Prevented and Life-Years Gained from Lung Cancer Screening

https://jamanetwork.com/journals/jama/fullarticle/2841694
1•JumpCrisscross•1h ago•1 comments

Evidently 0.7.17: open-source LLM tracing and dataset management

https://www.evidentlyai.com/blog/open-source-llm-tracing
1•ashvardanian•1h ago•0 comments

Tesla Model Y Is the Most Defective Car This Year, Germany Says

https://www.jalopnik.com/2035447/tesla-model-y-most-defective-car-in-germany/
13•doener•1h ago•1 comments

Germany's Plan for War with Russia

https://www.wsj.com/world/europe/germany-russia-war-nato-secret-plan-8ce43a8d
7•perihelions•1h ago•2 comments

External looping pattern for Claude Code – apply one task to N inputs

https://github.com/kanatti/claude-code-external-loop
2•bkanattil•1h ago•0 comments

Show HN: I built a free astro and tailwind static site for GitHub pages

https://tariqdude.github.io/Github-Pages-Project-v1/
2•chiengineer•1h ago•0 comments

A macOS Window Manager Inspired by FancyZones on Windows

https://bentoboxapp.com/
1•alexktz•1h ago•0 comments

Kobo Articles Proxy – use Kobo Instapaper integration, without using Instapaper

https://github.com/marklar423/kobo-pocket-proxy
1•Curiositry•1h ago•0 comments