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

Where is Venezuela's oil money?

https://www.youtube.com/watch?v=EzvdGKs05Rc
1•penguin_booze•1m ago•0 comments

Canada is taking an outsized role in the construction of the post-American world

https://www.theglobeandmail.com/opinion/article-carney-canada-role-post-american-world-trump/
1•Teever•1m ago•0 comments

Some combinatorial applications of spacefilling curves

https://www2.isye.gatech.edu/~jjb/research/mow/mow.html
1•shraiwi•3m ago•1 comments

Show HN: Brolly, a plain-text weather forecast site

https://brolly.sh/forecast/RWFP2qW8
1•jsax•6m ago•0 comments

Show HN: AgentDeck – local-first mission control for AI CLI agents

https://github.com/hsienchuc/agentdeck
1•hsienchuc•6m ago•0 comments

Inside Ukraine’s Kill Zone

https://www.reuters.com/graphics/UKRAINE-CRISIS/KILL-ZONE/znpnojmknvl/
1•JumpCrisscross•7m ago•0 comments

Ask HN: How to get your open-source project gain popularity?

1•Hussain04•8m ago•0 comments

DEI Fraud and Cover-Up at Cambridge

https://ncofnas.com/p/dei-fraud-and-cover-up-at-cambridge
1•nextos•8m ago•0 comments

AI in the Breach: How an Adversary Leveraged AI to Target a Water Utility's OT

https://www.dragos.com/blog/ai-assisted-ics-attack-water-utility
1•MariusGjerd•9m ago•0 comments

Is It Time to 'Liquidate' the Study of Sociology?

https://www.wsj.com/us-news/education/is-it-time-to-liquidate-the-study-of-sociology-6b85ac14
2•JumpCrisscross•10m ago•1 comments

Nvidia Open Sources First GPU-Accelerated Medical Physics Simulation Framework

https://blogs.nvidia.com/blog/medical-physics-simulation-open-source/
2•saikatsg•12m ago•0 comments

Are the Enhanced Games an existential threat to fairness or a cure for death?

https://www.newyorker.com/magazine/2026/07/20/rope-a-dope
1•momentmaker•12m ago•1 comments

My hobby compiler is now compiling a company's production app

https://edgepython.com/getting-started/introduction
1•dylansuttonc•13m ago•1 comments

The rock star founder behind China's Moonshot AI

https://www.ft.com/content/4730ad91-66aa-477c-9246-6d946afb0c8c
1•nhannht•13m ago•0 comments

Small context menu encryption tool

https://github.com/jvsteiner/fingerlock
1•javast98•16m ago•1 comments

Feedboard – An open-source feedback, roadmap, and changelog

https://feedboard.io/
1•chiragasarpota•16m ago•0 comments

Action Potentials for July

https://neurobiology.substack.com/p/action-potentials-for-july-505
1•paulpauper•18m ago•0 comments

My Dog Is The Best – A dog journal

https://mydogisthebest.org/
2•rrr_oh_man•19m ago•0 comments

Codeberg Disallows Cryptocurrency Projects

https://codeberg.org/Codeberg/org/commit/f383b648fd733ab88083dc390b91e77cd7589980
2•cdrnsf•20m ago•0 comments

GrapheneOS duress PIN could land a man in prison

https://www.androidauthority.com/grapheneos-duress-pin-us-prosecution-3691271/
6•samtheprogram•20m ago•2 comments

India's 'cockroach' movement halts protests after minister quits

https://www.ft.com/content/5f267b7d-9e57-40f6-9bb5-6fe5d6cf9d1d
1•JumpCrisscross•20m ago•0 comments

The Bliss of Graphene

https://srikanthperinkulam.com/2026/07/20/the-bliss-of-graphene
2•speckx•22m ago•0 comments

Magic codec – preprocessing for the Python interpreter (2024)

https://github.com/Tsche/magic_codec
1•zbentley•23m ago•0 comments

Bloomberg published an article based on false information sent from a fake email

https://twitter.com/yatharthmann/status/2081016902890168741
3•porridgeraisin•24m ago•0 comments

How to Recalculate a Spreadsheet

https://lord.io/spreadsheets/
2•thunderbong•24m ago•0 comments

Steps to Secure Your Authentication System

https://fusionauth.io/articles/security/steps-secure-your-authentication-system
2•mooreds•27m ago•0 comments

Emacs Dedicate Windows with toggle-window-dedicated

https://emacsredux.com/blog/2026/07/22/dedicate-windows-with-toggle-window-dedicated/
1•speckx•28m ago•0 comments

The pickle season runs on five business mechanisms

https://www.tsoon.com/posts/pickle-season/
1•mooreds•28m ago•0 comments

Handoff, a memory-only replicated KV on an eviction-prone substrate

https://tlc.proc.io/hub/623f9b12-a08b-4b6d-850a-29d58934eb61/Handoff
1•polvi•28m ago•0 comments

Kain – A non-von Neumann language (Zero GC, Python syntax, no borrow checker)

https://github.com/kainlang/kain
1•ephemara•28m ago•1 comments