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

HN: Maturana – Secure-by-design, zero-trust personal agent framework

https://www.maturana.sh/
1•hestefisk•2m ago•0 comments

Show HN: AptSelect – A local LLM client for parallel testing and evaluation

https://aptselect.com
1•dhavalt•2m ago•0 comments

Personal taste fell out of fashion

https://www.theguardian.com/media/2026/jun/14/have-i-been-influenced-personal-taste-out-of-fashio...
1•ripe•3m ago•0 comments

Al Gore: Scientists were dead right: 20th anniversary of 'An Inconvenient Truth'

https://abcnews.com/US/scientists-dead-al-gore-20th-anniversary-inconvenient-truth/story?id=13392...
2•SilverElfin•4m ago•0 comments

AI Growth – Honest AI Tools Directory and Metrics Dashboard

https://ai-growth.pplx.app/
1•Nannous•4m ago•0 comments

Final DNS Outage of 5 May 2026

https://blog.denic.de/en/final-report-dns-outage-of-5-may-2026/
1•emilburzo•4m ago•0 comments

Appreciation for the Small Web

https://jola.dev/posts/appreciation-for-the-small-web
1•speckx•5m ago•0 comments

Struggling for My Startup

1•roserugco•6m ago•1 comments

A collection of every site on the web

https://everytab.site/
2•fcjr•8m ago•0 comments

Status of Jerusalem holiest site threatened as Israeli nationalists flout rules

https://www.bbc.com/news/articles/cwy0nlv90jno
1•root-parent•9m ago•0 comments

Ten years of ClickHouse in open source

https://clickhouse.com/blog/open-source-10
1•tosh•10m ago•0 comments

Show HN: AutomatiQ – Reverse-Engineering Agent for the Web

https://github.com/StoneSteel27/AutomatiQ
1•stonesteel27•11m ago•0 comments

Computed goto for efficient dispatch tables

https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
1•firephox•11m ago•0 comments

Show HN: ctx is now open source, a hackable desktop workbench for coding agents

https://github.com/ctxrs/ctx
3•luca-ctx•12m ago•1 comments

Show HN: Thulr – a spoiler-free wiki for fantasy and sci-fi novels

https://thulr.co
1•_matt_•14m ago•0 comments

Can Java Microservices Be as Fast as Go? A 2026 Benchmark Update

https://medium.com/helidon/can-java-microservices-be-as-fast-as-go-a-2026-benchmark-update-e16a2e...
2•theanonymousone•14m ago•0 comments

Introduction to the DOM for Vulnerability Researchers

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

Google Home Speaker

https://blog.google/products-and-platforms/devices/google-nest/google-home-speaker-gemini-features/
2•ilreb•16m ago•1 comments

Digital Field Simulation

https://rogmash.neocities.org/
1•rogmash•17m ago•0 comments

Explainer for the Cross-Origin Storage API

https://github.com/WICG/cross-origin-storage
1•_han•17m ago•0 comments

Will Software Have Its 3D Printing Moment?

https://dshyc.bearblog.dev/will-software-have-its-3d-printing-moment/
1•CliveSHD•18m ago•0 comments

'Passive' investors who dodged BTC, forced to own SPCX which is 3x more volatile

https://www.cnbc.com/2026/06/17/passive-investors-who-dodged-bitcoin-are-now-forced-to-own-spacex...
3•koolba•18m ago•2 comments

FairScan: An Android app to scan your documents

https://github.com/pynicolas/FairScan
2•sohkamyung•19m ago•0 comments

Two AI agents run my news site; a grounding gate keeps them honest

https://www.runagentrun.co.uk/articles/how-we-built-an-agent-run-news-site/
1•doofle•20m ago•0 comments

Microsoft Weighs DeepSeek for Copilot Cowork

https://www.axios.com/2026/06/16/microsoft-copilot-cowork-tokenmaxxing-cowork
2•ajay-d•23m ago•0 comments

Recording and replaying events in a type-checker

https://kaleidawave.blog/posts/recording-and-replaying-events/
1•kaleidawave•24m ago•0 comments

Show HN: Pocket DB – a single-file append-only document store for Node.js

https://github.com/axfab/pocket-db
1•axfab•25m ago•0 comments

The Death of the Starter Home

https://www.architecturaldigest.com/story/what-happened-to-the-starter-home
2•littlexsparkee•26m ago•1 comments

Build a Basic AI Agent from Scratch: Human in the Loop and Security

https://www.ruxu.dev/articles/ai/build-an-ai-agent-human-in-the-loop-security/
1•ruxudev•27m ago•0 comments

Bitcoin and energy: the no-bullshit version, with sourced numbers

https://www.learnbitcoin.com/rabbit-hole/energy
2•granya•27m ago•1 comments