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

Companies Are Throttling Employees' AI Use Because It's Too Expensive

https://www.404media.co/companies-are-throttling-employees-ai-use-because-its-too-expensive/
1•_tk_•33s ago•0 comments

Hackers shoveled snow for company, were rewarded with network admin access

https://www.theregister.com/security/2026/07/02/hackers-shoveled-snow-for-company-were-rewarded-w...
1•geekinchief•1m ago•1 comments

SAP Restricts Hiring, Travel to Fund 'Significant' AI Push

https://www.bloomberg.com/news/articles/2026-07-02/sap-restricts-hiring-travel-to-fund-significan...
1•root-parent•2m ago•0 comments

Many laundromats, food trucks, or gyms exist in any US county (free tool)

https://valtr.xyz/check
1•berkleyn•3m ago•1 comments

Dockframe – modular USB hub compatible with Framework Expansion Cards

https://www.crowdsupply.com/hw-media-lab/dockframe
1•matthiaswh•3m ago•0 comments

I visited the infamous HS2 'Bat Tunnel'

https://martinrobbins.substack.com/p/i-visited-the-infamous-hs2-bat-tunnel
1•rwmj•4m ago•0 comments

Show HN: Row to Glory, a Viking rhythm game to row your way to World Cup 2026

https://www.rowtoglory.com
1•kman_85•5m ago•0 comments

Germany's Infineon opens $5.7B chip plant as EU seeks tech autonomy

https://www.rfi.fr/en/international-news/20260702-germany-s-infineon-opens-major-chip-plant-as-eu...
2•giuliomagnifico•5m ago•0 comments

Foreign Influence in the Campaign Against American AI

https://www.btcpolicy.org/articles/foreign-influence-campaign-against-american-ai-part-ii-singham...
2•gmays•6m ago•0 comments

What Should We Optimize Away?

https://www.autodidacts.io/holistic-optimization/
1•surprisetalk•6m ago•0 comments

The Economy Is K-Shaped

https://moai.studio/blog/posts/economy-is-k-shaped.html
2•ionwake•8m ago•0 comments

Closed class hierarchies in .NET 11

https://andrewlock.net/exploring-the-dotnet-11-preview-4-closed-class-hierarchies/
1•ingve•8m ago•0 comments

Building a Passive Ethernet Tap

https://blog.lvmbdv.dev/posts/building-a-passive-ethernet-tap/
2•birdculture•10m ago•0 comments

Show HN: DevTUI – A Swiss-army app for developers

https://devtui.com/
1•lunaticman•11m ago•0 comments

AI fake news complaining about how AI fake news is the death of real news

https://www.niemanlab.org/2026/07/now-were-getting-ai-fake-news-complaining-about-how-ai-fake-new...
2•thm•11m ago•0 comments

Glyph – Generate app icons for every platform from a text description

https://useglyphapp.com
1•useglyphapp•12m ago•0 comments

Japan study finds coffee taste changes with cup texture

https://mainichi.jp/english/articles/20260629/p2a/00m/0na/020000c
2•giuliomagnifico•13m ago•0 comments

Show HN: Open-Source AI Native IDE Cursor Alternative

https://github.com/neuralinverse/neuralinverse
4•vakeeshmoorthy•14m ago•0 comments

LLM Fine-Tuning and Model Iteration Loop: Improve AI Apps in Production

https://www.youtube.com/watch?v=Um7sjLEhaQM
1•astro_09•15m ago•0 comments

Island Imagined

https://islandimagined.ca/
1•xattt•16m ago•0 comments

Qt Bridges: Public Beta for the Rust Bridge Is Out

https://www.qt.io/blog/qt-bridges-public-beta-for-rust
1•pjmlp•17m ago•0 comments

Vipassana for Hackers

https://github.com/deobald/vipassana-for-hackers
1•rishikeshs•17m ago•0 comments

The proper way to verify age & other attributes without revealing identity [pdf]

https://magarshak.com/papers/privacy/Personal.pdf
1•EGreg•18m ago•0 comments

NSA tries to weaken mlkem standardisation

https://nsa.2026.action.cr.yp.to
2•SuperSandro2000•18m ago•0 comments

Electricity demand is set to pass GDP in growth for first time

https://finance.yahoo.com/energy/article/electricity-demand-is-set-to-grow-faster-than-the-global...
1•m-hodges•19m ago•0 comments

Show HN: Navia Dratp – an online version of an out-of-print Bandai strategy game

https://naviadratp.com/
2•explosionpunch•20m ago•0 comments

US companies are losing 2.4% of revenue on failed AI projects

https://www.ciodive.com/news/wasted-tech-spend-AI-governance/824275/
4•redsymbol•20m ago•0 comments

SIMD Vectors in the HotSpot JVM – Auto Vectorization and the Vector API

https://www.youtube.com/watch?v=KpCz6UtViEo
1•pron•20m ago•0 comments

Tell HN: We need an accounting system for cognitive debt

2•mikaelaast•21m ago•0 comments

Trump's court win reignites fight to sink €1.7T data deal with Europe

https://www.politico.eu/article/european-regulators-assessing-whether-scotus-ruling-threatens-tra...
1•ndsipa_pomu•21m ago•0 comments