frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SpaceX aborts Starship test flight, sending stock lower

https://www.cnbc.com/2026/07/16/spacex-spcx-stock-starship-test-flight.html
1•1vuio0pswjnm7•49s ago•0 comments

Stop Losing Intent: Absent, Null, and Value in Rust

https://minikin.me/blog/presence-rs
1•arto•1m ago•0 comments

Open Fan Jet Engine Technology

https://www.cfmaeroengines.com/rise/engine-architecture
2•r2sk5t•3m ago•0 comments

Natural experiments prove phytoplankton carbon removal works

https://www.onepercentbrighter.com/p/natural-experiments-prove-feeding
1•getnormality•4m ago•0 comments

Why AI needs a data layer built on Postgres and ClickHouse

https://clickhouse.com/blog/ai-best-of-breed-data-stack
1•saisrirampur•5m ago•0 comments

Data center opponents stage 142 protests across 42 US states

https://www.reuters.com/business/retail-consumer/us-data-center-protests-go-national-backlash-gro...
1•1vuio0pswjnm7•6m ago•0 comments

Agents Are Invention Machines

https://cameronwestland.com/agents-are-invention-machines/
1•camwest•8m ago•0 comments

Show HN: Eremite, an offline-first data layer that can talk to any back end

https://github.com/MaxGfeller/eremite
2•MaxGfeller•9m ago•0 comments

EquivalentFlight – Thetruesize.com but for Flights

https://equivalentflight.com/
1•lxhrstn•11m ago•1 comments

Windows on Arm developer preview Nvidia driver works with regular GPUs

https://xcancel.com/mecoscorner/status/2078850578898137589?s=46
1•HeyMeco•12m ago•1 comments

A simple PHP/MySQL inventory system transformed a local factory

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

Qalculate Time Hacks

https://www.chiark.greenend.org.uk/~cjwatson/blog/qalculate-time-hacks.html
1•fanf2•14m ago•0 comments

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

2•section33•15m ago•0 comments

Visuali: An AI agent that creates and edits images on an infinite canvas

https://visuali.io
1•yooo00•15m ago•0 comments

AI didn't replace our security team – it multiplied it

https://webflow.com/blog/ai-didnt-replace-our-security-team
1•Brajeshwar•17m ago•0 comments

I'm losing sleep over Java (1996)

https://twitter.com/TechEmails/status/1478785899009875968
1•downbad_•23m ago•1 comments

Maintainable.xyz –> dustless, healthy and maintainable places to live

https://maintainable.xyz/
1•PhilKunz•24m ago•1 comments

Terence McKenna's Mega Bad Trip

https://psychedelics.community/cultural-icons/terence-mckennas-mega-bad-trip
1•Dimmiwoah•25m ago•0 comments

Understanding the Rust hype for the busy developer

https://kerkour.com/rust-hype
2•cold_pizz4•27m ago•0 comments

Tesla Robotaxis: 22 Collisions in 12 Months

https://bradmunchen.substack.com/p/tesla-robotaxis-22-collisions-in
2•MBCook•27m ago•0 comments

Show HN: Self-serve confidential GPU compute

https://enclave.host/
1•SteveDeFacto•29m ago•1 comments

Humanity at the Threshold: A Declaration on Artificial Intelligence and Nukes

https://globalnobelassembly.org/rome-declaration
1•pavodive•29m ago•1 comments

Postmortem of a British Startup: Tract

https://buildwithtract.com/
1•barry-cotter•30m ago•0 comments

Pro-AI super PAC keeps $31M ready for the midterms

https://www.axios.com/2026/07/17/pro-ai-super-pac-ready-midterms
1•1vuio0pswjnm7•30m ago•0 comments

Lobsters Interview with matheusmoreira about Lone Lisp

https://lobste.rs/s/grutu0/lobsters_interview_with_matheusmoreira
1•matheusmoreira•32m ago•1 comments

Demis Hassabis on the New Coming Age

https://thezvi.substack.com/p/demis-hassabis-on-the-new-coming
2•7777777phil•36m ago•0 comments

Double Cross – a daily crossword where every clue has two answers

https://everhall.ca
3•AriaNova613•38m ago•0 comments

Show HN: Explore 6048 YC companies as an interactive galaxy

https://artifacta.io/a/pg_x9pombpdybx90q2s16eu
2•jnakano89•40m ago•1 comments

How we built our knowledge base

https://www.cerebras.ai/blog/how-we-built-our-knowledge-base
1•listless•45m ago•0 comments

Co-evolution of self-replication and function in a digital primordial soup

https://github.com/vicgalle/coevolution-soup
1•mariuz•47m ago•0 comments
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...