frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Firmware Freedom

https://playtaurus.com/blog/firmware-freedom
1•arbayi•1m ago•0 comments

Lex Friedman Brings Back Strategery

https://daringfireball.net/linked/2026/09/21/strategery-friedman
1•Tomte•5m ago•0 comments

How HN: ScribeToAny – Free Audio and Video to Text Transcription

https://scribetoany.com/
1•hypercube67•7m ago•0 comments

Flomo: A two-person notes app from China that bought a product from ByteDance

https://www.sinosphere.app/p/flomo-two-people-one-text-box-and
1•Nyloc1•11m ago•0 comments

Why AI resembles a charismatic religious leader

https://theconversation.com/why-ai-resembles-a-charismatic-religious-leader-291831
4•billybuckwheat•12m ago•0 comments

I made ByeBlocked: hide blocked users

https://github.com/8ug8ird/ByeBlocked
1•8ug8irdchoom•13m ago•0 comments

EveryCli: Natural-language CLI assistant that runs 100% locally (Rust and ONNX)

https://github.com/HE11032006/EveryCli
1•Euloge•14m ago•0 comments

Apple Music to open concert venue in Battersea Power Station

https://www.bbc.com/news/articles/c607l2j2rj8ro
7•dabinat•18m ago•0 comments

Hacking a BYD [video]

https://www.youtube.com/watch?v=_TZFcyzGEiY
2•testrun•18m ago•1 comments

Live-Cell Imaging and the Limits of Structural Biology – Eric Betzig [video]

https://www.youtube.com/watch?v=RUB37QhWNkw
1•pillars•21m ago•0 comments

Microsoft, Google took down $66M marketplace selling VMs with pirated software

https://www.techradar.com/pro/security/microsoft-google-took-down-usd66-million-cybercrime-market...
2•theanonymousone•21m ago•0 comments

Agent Disco at the Edge

https://edgedisco.com/
1•nickjam•22m ago•0 comments

The secret Cold War bioweapons test that exposed millions in the Bay Area

https://www.sfgate.com/bayarea/article/cold-war-bioweapons-test-22425855.php
2•bcaulfield•22m ago•0 comments

Apache Fory JSON: High-Performance JSON Serialization for Kotlin

https://fory.apache.org/blog/fory_kotlin_json/
2•chaokunyang•24m ago•1 comments

Using Apache Fory JSON with Spring MVC, WebFlux, and Spring Boot

https://fory.apache.org/blog/fory_json_spring/
1•chaokunyang•25m ago•0 comments

Jev-powered writing without spaces

https://levmiseri.com/nospace/
1•levmiseri•26m ago•0 comments

PHP webserver that creates 1-click Redbean-like executables / zip files

https://github.com/Qbix/webserver
1•EGreg•34m ago•0 comments

JP Morgan CEO says hyperscaler AI spending could hit $1T in 2027

https://www.cnbc.com/2026/09/21/jamie-dimon-jpm-jpmorgan-indiaconference.html
1•pelcg•35m ago•0 comments

Nearly half of young people trust AI over a human for fact-checking, report says

https://news.sky.com/story/nearly-half-of-young-people-trust-ai-over-a-human-for-fact-checking-re...
4•austinallegro•35m ago•0 comments

The Linux process that even SIGKILL can't kill

https://www.youtube.com/watch?v=TLaLW84egMk
1•helios_eradon•38m ago•0 comments

StepFun teases Step 5 Preview, a 600B/27B MoE, open weights coming Oct 15

https://twitter.com/StepFun_ai/status/2101510462685003786
3•WavyPeng•44m ago•0 comments

Infinite Mac: Snow and a/UX

https://blog.persistent.info/2026/09/infinite-mac-snow-and-aux.html?m=1
1•ecliptik•45m ago•0 comments

OpenAI forms math advisory group as its AI resolves more than 100 open problems

https://techcrunch.com/2026/09/21/openai-forms-math-advisory-group-as-its-ai-resolves-more-than-1...
3•sophymarine•49m ago•0 comments

X-ray light is like guitar music

https://www.tuwien.at/en/etit/etit-news/news/roentgenlicht-ist-wie-gitarrenmusik
1•geox•51m ago•0 comments

Tiny Startups Are Getting Even Smaller with Help from AI

https://www.wsj.com/tech/ai/startup-hiring-ai-staffing-8c626f75
3•rvz•52m ago•0 comments

The Untold Story of Larry Page’s Incredible Comeback (2014)

https://www.inc.com/nicholas-carlson/untold-story-larry-page-comeback.html
2•Jimmc414•54m ago•0 comments

Chinese paint cuts wall temperature by 25 degrees Celsius in summer test: report

https://www.scmp.com/news/china/science/article/3367812/chinese-paint-cuts-wall-temperature-25-de...
6•Markoff•1h ago•3 comments

Show HN: A tool to find the dish you are craving

https://icrave.food/
1•mvind•1h ago•0 comments

Pangram flags award-winning novel as largely AI written

https://twitter.com/Pangramed/status/2102045146674053162
4•fbrusch•1h ago•0 comments

Belay – See what keeps going wrong in your Claude Code and Codex sessions

https://getbelay.vercel.app/
1•doplexlabs•1h ago•1 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...