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

Microsoft hints at bit bunkers for war zones

https://www.theregister.com/2026/04/08/microsoft_armored_datacenters/
1•lschueller•8m ago•0 comments

Fitting Gemma 4 (~52 GB) into 12 GB

https://varjosoft.com/gemma4-compression.html
1•velmu•10m ago•0 comments

FBI and DOJ Announce Operation Masquerade

https://www.justice.gov/opa/pr/justice-department-conducts-court-authorized-disruption-dns-hijack...
1•FriedPickles•11m ago•0 comments

Why GitOps still matters in a world of AI agents (FluxCon) [video]

https://www.youtube.com/watch?v=efpqMLQJaW4
1•stealthybox•16m ago•1 comments

Sandboxing Claude Code

https://kaveh.page/blog/claude-code-sandbox
1•kwar13•20m ago•1 comments

GUI Wonderland #5 – Apollo Aegis – In a Beautifully Connected World

https://blisscast.wordpress.com/2024/11/12/apollo-aegis-gui-wonderland-5/
1•bilegeek•20m ago•0 comments

These Stunning Artworks Were Created in MS Paint by a 92 Yr Grandma from Spain

https://digitalsynopsis.com/design/grandma-creates-beautiful-artwork-in-ms-paint/
2•thunderbong•22m ago•0 comments

Spy Basket

https://en.wikipedia.org/wiki/Spy_basket
1•ZeljkoS•23m ago•0 comments

Yu – Sandboxes your Claude Code/Codex with zero credential exposure

https://blog.dreambubble.ai/en/posts/your-ai-coding-agent-is-running-naked-on-your-laptop
2•qingant•23m ago•1 comments

I built a literary magazine in a week with Claude Code

https://tumbleweedwords.com/
1•tumbleweedwords•23m ago•0 comments

Revolution

1•silexia•26m ago•0 comments

Satoshi Nakamoto Unmasking

https://www.theverge.com/business/908601/the-latest-satoshi-nakamoto-unmasking
2•october8140•27m ago•0 comments

Chris Lattner: Every Engineer Is a Manager Now [video]

https://www.youtube.com/watch?v=PLQs_hHTzSk
1•tosh•35m ago•0 comments

Am I German or Autistic?

https://german.millermanschool.com/
2•pypt•37m ago•1 comments

Benutzerdefinierte Attribute Und Berechnete Daten in Email-Signaturen

https://set-outlooksignatures.com/de/blog/2026/04/08/custom-attributes
1•explicitcons•39m ago•1 comments

The Cost of Customer Development Isn't What You Think

https://medium.com/@juuso.vermasheina/the-real-cost-of-customer-development-isnt-what-you-think-6...
1•jvermasheina•44m ago•0 comments

Improving Unity's Mono codegen, part 1

https://blog.s-schoener.com/2026-04-07-mono-codegen-1/
1•mariuz•45m ago•0 comments

GLM 5.1: Pelican Test

https://simonwillison.net/2026/Apr/7/glm-51/
3•sorenbs•45m ago•1 comments

Darwin: Diagnostic-Guided Evolutionary Model Merging

https://huggingface.co/blog/FINAL-Bench/darwin-v6
1•seawolf2357•46m ago•0 comments

Ask HN: When do integrations become painful?

1•OdinSpecc•46m ago•0 comments

Your parallel Agent limit

https://addyosmani.com/blog/cognitive-parallel-agents/
3•saikatsg•52m ago•0 comments

Javadocs.dev

https://github.com/jamesward/javadoccentral
1•saikatsg•53m ago•0 comments

Row over 'virtual gated community' AI surveillance plan in Toronto neighbourhood

https://www.theguardian.com/technology/2026/apr/07/toronto-rosedale-row-virtual-gated-community-a...
2•beardyw•55m ago•0 comments

Who Stole Your Eyes?

https://www.parascene.com/blog/who-stole-your-eyes
1•heddycrow•55m ago•0 comments

Africa's Human Capital – Bill Gates Letter to The Economist

https://economist.com/letters/2026/04/01/letters-to-the-editor
2•andsoitis•57m ago•0 comments

Veracrypt Project Update

https://sourceforge.net/p/veracrypt/discussion/general/thread/9620d7a4b3/
23•super256•59m ago•5 comments

Beyond the Chatbot: How Claude Code Turns Security into a One-Command Workflow

https://hackarandas.com/blog/2026/04/07/beyond-the-chatbot-how-claude-code-is-turning-security-au...
1•ch0ks•1h ago•0 comments

Collabora Office Technical Committee – first meeting

https://forum.collaboraonline.com/t/collabora-office-technical-committee-1st-meeting/4568
3•maxloh•1h ago•1 comments

SOTA Normalization Performance with Torch.compile

https://pytorch.org/blog/sota-normalization-performance-with-torch-compile/
1•salkahfi•1h ago•0 comments

Chrome: Vertical tabs and immersive reading mode

https://blog.google/products-and-platforms/products/chrome/new-chrome-productivity-features/
2•tosh•1h ago•0 comments