frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A quick overview of atomics in C

https://lemire.me/blog/2026/09/09/a-quick-overview-of-atomics-in-c/
1•ingve•1m ago•0 comments

Chinese businesses give away AI tokens with coffee, credit cards, and dumplings

https://restofworld.org/2026/china-ai-tokens-consumer-rewards-credit-cards-telcos-deepseek/
1•herbertl•2m ago•0 comments

Limits and opportunities of AI reviewers: Reviewing the reviews of Nature papers

https://arxiv.org/abs/2605.20668
1•marojejian•3m ago•1 comments

Before Magnitsky: The Forgotten Russian Arithmetic Textbook Printed in Amsterdam

https://valeman.medium.com/before-magnitsky-the-forgotten-russian-arithmetic-textbook-printed-in-...
1•ibobev•5m ago•0 comments

Building a Reliable PostgreSQL Queue: Concurrency, Crashes, Retries, and Scale

https://blog.master.dev/building-a-reliable-postgresql-queue-concurrency-crashes-retries-and-scale/
1•ibobev•6m ago•0 comments

Where the 21st Century Was Invented – The National Museum of Computing (Tnmoc)

https://retrogamecoders.com/tnmoc/
1•ibobev•8m ago•0 comments

Ferroelectric SRAM at 2nm-class density without EUV, on 28nm GlobalFoundries

https://www.wired.com/story/a-new-dollar400-million-startup-wants-to-fix-the-ai-memory-bottleneck/
1•gordalina•10m ago•0 comments

Amazon refused to give pregnant workers bathroom breaks

https://arstechnica.com/tech-policy/2026/09/lawsuit-amazon-refused-to-give-pregnant-workers-bathr...
3•worik•11m ago•0 comments

Trezor's email provider has been breached

https://twitter.com/Trezor/status/2097786518110609620
4•andreyazimov•16m ago•1 comments

The rise and fall of peer review

https://www.experimental-history.com/p/the-rise-and-fall-of-peer-review
1•CGMthrowaway•18m ago•0 comments

How we created Chess Game Review: What's a key moment?

https://blog.duolingo.com/engineering-game-review/
1•ziyao_w•21m ago•0 comments

Switzerland tests a FOSS escape route from Microsoft 365

https://www.theregister.com/os-platforms/2026/09/09/switzerland-tests-a-foss-escape-route-from-mi...
2•DemiGuru•23m ago•0 comments

Apple Adds AppleCare One Family Plan for Up to Six People

https://www.macrumors.com/2026/09/09/applecare-one-family-plan/
1•ValentineC•23m ago•0 comments

LatentMathBench: Investigating Latent Reasoning in Astra

https://maartenbaert.github.io/LatentMathBench/
2•MaartenBaert•26m ago•2 comments

Joint statement on the 'Child safety online' report [pdf]

https://5rightsfoundation.com/wp-content/uploads/2026/09/Joint-Statement-on-the-expert-panel-repo...
1•worik•26m ago•0 comments

Now it's China's experts who are gig workers training AI

https://restofworld.org/2026/china-expert-ai-trainers/
6•billybuckwheat•28m ago•0 comments

Fileless ELF Execution via Kernel Keyring

https://matheuzsecurity.github.io/hacking/linux-kernel-keyring-fileless-exec/
2•matheuzsec_•29m ago•1 comments

Show HN: Searchy SEO – feature-rich mobile app for Google Search Console

https://searchy.mateuszwozniak.com
1•matisiekpl•29m ago•0 comments

Going Up and Going In

https://longreads.com/2026/09/01/free-solo-climbing-risk-philosophy/
1•mooreds•30m ago•0 comments

Risk Management for Uncertain Estimates

https://honestroadmaps.substack.com/p/risk-management-for-uncertain-estimates
1•mooreds•31m ago•0 comments

iPhone Duo: the high price is a feature

https://larrysalibra.com/iphone-duo-the-high-price-is-a-feature/
3•larrysalibra•31m ago•0 comments

Apple Watch Heart Rate Accuracy Study [pdf]

https://www.apple.com/legal/more-resources/docs/Heart_Rate_Accuracy_Study_2026.pdf
1•corvad•38m ago•2 comments

The Company Man

https://tomasbjartur.substack.com/p/the-company-man
1•TomasBjartur•40m ago•0 comments

Steam now requires a Credit Card to view 18 plus games in Australia

https://i.imgur.com/IUYeWcc.jpeg
2•pixeldins•41m ago•0 comments

FRAME37 – we tried to bring the constraints of film photography to phones

https://apps.apple.com/us/app/frame-37-film-camera/id6789953544
1•evgenii_isupov•42m ago•1 comments

DHS Program Analyzes Americans' Finances to Flag Drivers for Traffic Stops

https://www.military.com/dhs-program-analyzes-americans-finances-to-flag-drivers-for-traffic-stop...
7•randycupertino•42m ago•1 comments

Joshua L. Chamberlain and Civil War Memory (2016)

https://werehistory.org/memory/
2•mooreds•42m ago•0 comments

Prepare your app for iPhone Duo [video]

https://developer.apple.com/videos/play/tech-talks/111461/
1•alwillis•44m ago•0 comments

Be Engineering Insights: Adventures in Graphics Drivers

https://www.haiku-os.org/legacy-docs/benewsletter/Issue4-8.html
1•markus_zhang•46m ago•0 comments

What Is Messaging Layer Security (MLS)?

https://messaginglayersecurity.rocks/
1•ColinWright•46m 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...