frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

BirdingPal: ChatGPT-enabled partner for identifying birds

https://github.com/openai/birdingpal
1•jonbaer•18s ago•0 comments

Show HN: Hackercast – Listen to Hacker News stories as a podcast

https://hackercast.app
1•Noyis•1m ago•0 comments

The Psychedelic Toad of the Sonoran Desert

https://en.wikipedia.org/wiki/Bufo_Alvarius:_the_Psychedelic_Toad_of_the_Sonoran_Desert
1•simonebrunozzi•1m ago•0 comments

The New Shape of Search: How Conversational AI Recomposes Information Seeking

https://arxiv.org/abs/2607.04282
2•wslh•4m ago•0 comments

Mux Chooses a CDN in 9.9ms

https://www.mux.com/blog/how-mux-chooses-a-cdn-in-9-9ms
1•mmcclure•4m ago•0 comments

Data Centers Broke American Politics

https://www.wired.com/story/how-data-centers-broke-american-politics/
3•mapping365•5m ago•0 comments

AI's seven decade boom/bust cycle and the human origin of the term

https://caseorganic.substack.com/p/inside-the-very-human-origin-of-the
2•SLHamlet•5m ago•0 comments

Could the world survive biological war?

https://observer.co.uk/culture/books/article/could-the-world-survive-biological-war
1•millitzer•5m ago•0 comments

Your AI Sounds Certain. Look at Where It Learned That

https://medium.com/@alanscottencinas/your-ai-sounds-certain-look-at-where-it-learned-that-2ae77aa...
1•encinas88•5m ago•0 comments

'This is insider trading by definition': Trump sells $100k monthly subscription

https://www.msn.com/en-us/money/technology/this-is-insider-trading-by-definition-trump-sells-100-...
3•petethomas•5m ago•0 comments

Vlt 1.0 and Hosted Package Registries

https://www.vlt.io/blog/1-0
7•patrikcsak•6m ago•0 comments

Soppo: Golang with the Features It's Missing

https://soppolang.dev/
1•fanf2•8m ago•0 comments

Evolution in the Social Brain (2007)

https://pubmed.ncbi.nlm.nih.gov/17823343/
1•simonebrunozzi•8m ago•0 comments

AI News for Vibe Coders – Daily Brief (August 4, 2026)

https://ddsboston.com/blogs/vibe-code-academy/ai-news-for-vibe-coders-daily-2026-08-04
1•robert_dds•9m ago•0 comments

Kiro Crew

https://github.com/kirodotdev/KiroCrew
1•Philpax•9m ago•0 comments

This Month in Ladybird: July 2026

https://buttondown.com/ladybird/archive/this-month-in-ladybird-july-2026/
1•bpierre•9m ago•0 comments

Ceuta Spain Was Invaded Spain Falls to Moroccan Migrants [video]

https://www.youtube.com/watch?v=NYFkOYHnJkk
2•Bender•10m ago•0 comments

If money doesn't make you happy, then you probably aren't spending it right

https://www.sciencedirect.com/science/article/abs/pii/S1057740811000209
1•simonebrunozzi•10m ago•0 comments

Effects of LLM-Powered Search Systems on Diverse Information Seeking (2024)

https://arxiv.org/abs/2402.05880
1•wslh•11m ago•0 comments

America's 'weird' and 'unwise' intervention in the Japanese yen

https://www.msn.com/en-us/money/general/america-s-weird-and-unwise-intervention-in-the-japanese-y...
2•petethomas•12m ago•0 comments

TackNote, stick a Mac note to the task instead of to your desktop

https://tacknote.app/
1•TackNote•13m ago•0 comments

What's Behind the Sharp Drop in Labor Force Participation?

https://www.stlouisfed.org/on-the-economy/2026/aug/what-is-behind-sharp-drop-labor-force-particip...
1•toomuchtodo•13m ago•1 comments

Macrocyclic peptides: a new goldilocks drug class?

https://www.empirical.health/blog/macrocyclic-peptides/
1•brandonb•14m ago•0 comments

Long-Tail Inferential Knowledge via Logical Rule Guided Search (2024)

https://aclanthology.org/2024.emnlp-main.140/
1•wslh•14m ago•0 comments

Show HN: Terminal stock dashboard in Rust with SEC Form 4 insider trades

https://github.com/makeev/alphai-tui
1•mmakeev•15m ago•0 comments

Fraud Squad' at Caltech Will Catch You If You Lie on Your Application

https://www.wsj.com/us-news/education/college-admissions-caltech-cheating-fraud-squad-f7627aab
1•root-parent•16m ago•0 comments

Building a connectionless chat app using BLE advertisements

https://vetch.pages.dev/blog/pblec/
1•vetchzero•17m ago•0 comments

Yume Nikki

https://en.wikipedia.org/wiki/Yume_Nikki
1•helterskelter•18m ago•0 comments

SoftBank's AI funding plans to face reckoning at earnings

https://finance.yahoo.com/technology/ai/articles/softbanks-ai-funding-plans-face-061407936.html
4•mapping365•19m ago•0 comments

Dataset: Dead mental health startups, 2000-2026, coded on 18 fields

https://mentalium.me/en/research/mental-health-startup-graveyard-dataset/
2•trubetskov•19m 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...