frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ukrainian drones strike Russian gas facility over 3k km away in Siberia

https://kyivindependent.com/new-record-set-ukrainian-drones-strike-russian-gas-facility-over-3-00...
1•emerongi•3m ago•0 comments

Paww – an all-in-one app for dogs and their people

https://heypaww.com
1•subramanya1997•4m ago•0 comments

Own a Word – every word has one owner, and someone can outbid you for it

https://ownaword-alpha.vercel.app
1•tdrbuilder•4m ago•0 comments

OpenAI might have stolen another major proof

https://twitter.com/ValerioCapraro/status/2097791836269977996
32•tamnd•24m ago•2 comments

It's not The Incentives–it's you

https://talyarkoni.org/blog/2018/10/02/no-its-not-the-incentives-its-you/
1•yurivish•33m ago•0 comments

Valheim 1.0 Has Arrived

https://www.valheimgame.com/news/valheim-1-0-has-arrived-/
1•MehrdadKhnzd•39m ago•0 comments

All grown-ups were once children… but only few of them remember it

https://mathstodon.xyz/@tao/117244102901892965
1•yurivish•40m ago•0 comments

Opensend: Self-hosted transactional email, newsletters, and campaigns with SES

https://github.com/R44VC0RP/opensend
1•handfuloflight•41m ago•0 comments

Show HN: Claude Project Downloader

https://chromewebstore.google.com/detail/claude-project-downloader/ghbdnpphggjonapjkehkmhpnmhcngbbg
1•qwikhost•45m ago•0 comments

Trump promises $5k dividend in convention speech, but only if Republicans win

https://www.npr.org/2026/09/09/nx-s1-5961045/republican-midterm-convention-dallas-trump-vance
11•KingOfMyRoom•49m ago•4 comments

The Network Always Beats the Castle

https://sundaylettersfromsam.substack.com/p/the-network-always-beats-the-castle
1•benwen•53m ago•1 comments

Anthropic Just Threatened to Kill Billions of People. This Is Not Okay

https://calnewport.com/anthropic-just-threatened-to-kill-billions-of-people-this-is-not-okay/
5•alexfortin•58m ago•2 comments

The AI policy window is open. We need to act

https://openai.com/index/ai-policy-window/
1•johntb86•59m ago•1 comments

Rebuilding an AI-made browser game with Astra 6

https://arcane-orb-workshop.pages.dev/
2•Spazztik•1h ago•0 comments

CLI for converting JSON logs to human-readable format

https://github.com/poonesnerfect/jlf
1•ankitg12•1h ago•0 comments

Sergey Brin is cooking up Google's AI destiny

https://www.businessinsider.com/sergey-brin-google-gemini-ai-microkitchen-2026-9
2•theanonymousone•1h ago•0 comments

Reverse engineering my e-scooter and rewriting the firmware in Rust

https://bensimms.moe/reverse-engineering-scooter/
3•vinhnx•1h ago•1 comments

Scammers demand ransoms from Instagram users over fake copyright claims

https://www.bbc.com/news/articles/cjw54ww73qjo
2•josephcsible•1h ago•0 comments

The "rnull" Rust block driver

https://lwn.net/Articles/1090378/
1•pykello•1h ago•0 comments

Switching Password Managers in 2026

https://rmondello.com/2026/09/07/switching-password-managers-2026/
1•vinhnx•1h ago•0 comments

A Decade of Rustls

https://rustls.dev/blog/2026-09-08-a-decade-of-rustls/
2•vinhnx•1h ago•0 comments

Garnet: A Next-Generation Cache-Store for Accelerating Applications and Services [pdf]

https://www.vldb.org/pvldb/vol19/p224-chandramouli.pdf
1•k_138z•1h ago•1 comments

Show HN: Oz – a Vim-style terminal editor written in Zig

https://github.com/niT-Tin/oz
3•niT-Tin•1h ago•0 comments

CUDA Rust: Two Tracks for Writing GPU Kernels

https://developer.nvidia.com/blog/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels/
7•xiaoyu2006•1h ago•0 comments

NASA's New Experimental Jet Promises Supersonic Flight Without the Sonic Booms

https://nautil.us/nasas-new-experimental-jet-promises-supersonic-flight-without-the-sonic-booms-1...
2•dustfinger•1h ago•0 comments

Trump promises $5k payout to U.S. adults if Republicans win election

https://www.reuters.com/world/us/trump-promises-5000-payout-us-adults-if-republicans-win-election...
13•nateb2022•1h ago•10 comments

Fnmatch-ng: POSIX fnmatch in one Zig file, 20,794/20,794 vs. musl, zero heap

https://github.com/logicpl4gue/fnmatch-ng
1•logicpl4gue•1h ago•0 comments

The Story of VS Code [video]

https://www.youtube.com/watch?v=kHL3XzjpT5w
1•soheilpro•1h ago•0 comments

The Politics of Superintelligence (2025)

https://www.noemamag.com/the-politics-of-superintelligence/
2•the-mitr•1h ago•0 comments

Copying explains the collective behavior of AI agents in the wild

https://arxiv.org/abs/2609.09150
2•sbulaev•1h 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...