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

Time-lapse of continental drift over the last 750M years

https://observablehq.com/@neocartocnrs/continental-drift
1•alphabetatango•24s ago•0 comments

Fivetran Contributes SQLMesh to the Linux Foundation

https://www.fivetran.com/press/fivetran-contributes-sqlmesh-to-the-linux-foundation-to-advance-op...
1•jaz•1m ago•0 comments

Wealthy Investors Are Targeting Foes of Clean Energy, and They Want Revenge

https://www.nytimes.com/2026/03/26/climate/solar-energy-politics-campaigns.html
1•mitchbob•2m ago•1 comments

Building shared coding guidelines for AI (and people too)

https://stackoverflow.blog/2026/03/26/coding-guidelines-for-ai-agents-and-people-too/
1•buendiapino•2m ago•0 comments

I Built a Lisp for AI Agents

https://andreasronge.github.io/ptc_runner/why-i-built-a-lisp-for-ai-agents.html
1•andreasronge•3m ago•0 comments

Forced to sell medications at a loss, rural Texas pharmacies struggle to survive

https://www.texastribune.org/2026/03/26/rural-texas-pharmacies-benefit-managers-strategies-stay-a...
1•hn_acker•3m ago•1 comments

Trader Joe's Tote Bag Became a Global Status Symbol

https://www.forbes.com/sites/kianbakhtiari/2026/01/20/how-trader-joes-tote-bag-became-a-global-st...
1•thesmtsolver2•3m ago•1 comments

Chip Selloff Deepens After Google Touts Memory Breakthrough

https://finance.yahoo.com/news/google-breakthrough-spurs-chip-selloff-022926567.html
1•minkeymaniac•5m ago•0 comments

Show HN: Cognitive Layers

https://github.com/CognitiveLayers/clayers
1•yrashk•6m ago•0 comments

Best practices tips for ClickHouse

https://clickhouse.com/blog/10-best-practice-tips
1•tanelpoder•7m ago•0 comments

Database Schema Migrations in 2026 – Survey

https://ardentperf.com/2026/03/25/database-schema-migrations-in-2026-survey/
1•tanelpoder•8m ago•0 comments

Show HN: Numbory – A Flash Anzan-inspired mental math game

https://numbory.com/
1•chaderway•9m ago•0 comments

Implementing Tests as Institutional Memory

https://trippw.com/blog/tests-as-institutional-memory
1•devTripp•9m ago•0 comments

Intel Announces Arc Pro B70 and Arc Pro B65 GPUs

https://www.techpowerup.com/347703/intel-announces-arc-pro-b70-and-arc-pro-b65-gpus-maxes-out-xe2...
4•throwaway270925•9m ago•0 comments

Show HN: Trustline, a JavaScript library for service-to-service auth

https://github.com/barddoo/trustline
1•barddoo•10m ago•0 comments

Meta and YouTube Found Negligent in Social-Media Addiction Trial

https://www.wsj.com/tech/personal-tech/meta-and-youtube-found-negligent-in-social-media-addiction...
2•1vuio0pswjnm7•10m ago•0 comments

Newly purchased Vizio TVs now require Walmart accounts to use smart features

https://arstechnica.com/gadgets/2026/03/newly-purchased-vizio-tvs-now-require-walmart-accounts-to...
11•vidyesh•10m ago•2 comments

Shield AI, a Startup Making Military Drones, Raises $2B

https://www.nytimes.com/2026/03/26/business/dealbook/shield-ai-drones-aechelon-fund-raising.html
1•mitchbob•11m ago•1 comments

Out-of-Cancel: A Vulnerability Class Rooted in Workqueue Cancellation APIs

https://v4bel.github.io/linux/2026/03/23/ooc.html
1•tanelpoder•11m ago•0 comments

Brain scans reveal why you can't resist a snack, even when you're full

https://medicalxpress.com/news/2026-02-brain-scans-reveal-resist-snack.html
1•PaulHoule•11m ago•1 comments

Memory Systems for AI Agents

https://stevekinney.com/writing/agent-memory-systems
1•stevekinney•11m ago•0 comments

Show HN: OpenVitals – Open-source alternative to Function Health

https://github.com/zmeyer44/OpenVitals
1•Zm44•12m ago•0 comments

Olympic Committee Announces a Broad Ban of Transgender Athletes in Womens Events

https://www.nytimes.com/2026/03/26/world/olympics/ioc-transgender-athletes-ban.html
2•RestlessMind•13m ago•0 comments

Potion: Turn your PR review history into Claude Code skills

https://github.com/aureliensibiril/potion
1•gearnode•13m ago•0 comments

Mistral AI releases an open source TTS model it says beats ElevenLabs

https://venturebeat.com/orchestration/mistral-ai-just-released-a-text-to-speech-model-it-says-bea...
2•nickthegreek•14m ago•1 comments

Writing Changes Mathematical Thought

https://www.quantamagazine.org/how-writing-changes-mathematical-thought-20260325/
1•Brajeshwar•14m ago•0 comments

Show HN: BotMarket — Structured datasets AI agents can query directly

https://botmarket.oec.world
1•danabalon•14m ago•0 comments

Show HN: Costsimulators.com – How much money are you spending? (OSS, ad-free)

https://costsimulators.com/
1•user_timo•16m ago•0 comments

Cohere Transcribe: a new in open-source speech recognition

https://cohere.com/blog/transcribe
2•ks2048•16m ago•0 comments

Ask HN: What experience do you have with 'specs –> design –> code' orchestration

1•tommyjepsen•16m ago•0 comments