frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nerd-Sniped: Project Search

https://zed.dev/blog/nerd-sniped-project-search
1•andromedaM31•51s ago•0 comments

Search – The Moat of the Search Index

https://robonomics.substack.com/p/search-the-moat-of-the-search-index
1•gmays•2m ago•0 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2025/11/what-ive-been-reading-280.html
1•paulpauper•2m ago•0 comments

'Worrying' virus resistant to body's defense system

https://www.dailymail.co.uk/health/article-15335177/bird-flu-virus-resistant-fever.html
1•Bender•2m ago•0 comments

'We Do Fail a Lot': Defense Startup Anduril Hits Setbacks with Weapons Tech

https://www.wsj.com/business/anduril-industries-defense-tech-problems-52b90cae
1•paulpauper•2m ago•0 comments

Addiction is not the right model for smartphones

https://www.nytimes.com/2025/11/28/opinion/internet-phones-social-media-addiction.html
1•paulpauper•2m ago•0 comments

Ransomware Attack Disrupts Local Emergency Alert System Across US

https://www.securityweek.com/ransomware-attack-disrupts-local-emergency-alert-system-across-us/
1•Bender•3m ago•0 comments

Airbus A320 Fly by wire corrupted by radiation in flight

https://viewfromthewing.com/airbus-a320s-could-be-temporarily-grounded-worldwide-for-software-upd...
4•JohannMac•4m ago•1 comments

Electron vs. Tauri

https://www.dolthub.com/blog/2025-11-13-electron-vs-tauri/
2•birdculture•4m ago•0 comments

Hacker News RAG Search

https://hn.fiodorov.es/
1•thunderbong•8m ago•0 comments

Show HN: Open-source AI Codemaps written in Rust

https://github.com/RohanAdwankar/oxdraw/discussions/39
1•RohanAdwankar•11m ago•0 comments

Good engineers write bad code at big companies

https://www.seangoedecke.com/bad-code-at-big-companies/
3•gfysfm•11m ago•0 comments

Why 'hold forever' investors are snapping up venture capital 'zombies'

https://techcrunch.com/2025/11/25/why-hold-forever-investors-are-snapping-up-venture-capital-zomb...
3•andrewstetsenko•12m ago•0 comments

Airbus grounds A320 aircraft amid solar radiation risk

https://aerospaceglobalnews.com/news/a320-grounding-radiation/
4•dboreham•12m ago•1 comments

The original ABC language, Python's predecessor (1991)

https://github.com/gvanrossum/abc-unix
3•tony•13m ago•0 comments

Decimal Is Sometimes Wrong

https://jt-hill.com/dropping-decimal/
2•jt-hill•15m ago•1 comments

Oura ring deal raises valid concerns about users' health data security

https://this.weekinsecurity.com/oura-ring-deal-raises-valid-concerns-about-users-health-data-secu...
1•mindracer•16m ago•0 comments

George Hotz: Replacing My MacBook

https://geohot.github.io//blog/jekyll/update/2025/11/28/replacing-my-macbook.html
6•__rito__•17m ago•1 comments

Everyone Is Invited to Jane Austen's Birthday Party

https://www.nytimes.com/2025/11/26/books/jane-austen-birthday.html
2•bryanrasmussen•22m ago•0 comments

TermoSlack – A Terminal Based Slack Client

2•adhyys•24m ago•0 comments

Category Theory for JavaScript/TypeScript Developers

https://ibrahimcesar.cloud/blog/category-theory-for-javascript-typescript-developers/
1•ibrahimcesar•24m ago•0 comments

Sabine Hossenfelder: I believe the world will change dramatically, soon [video]

https://www.youtube.com/watch?v=w9l7FyJ7mIk
1•imaginaryunit01•28m ago•1 comments

The Unlikely Story of How Cats Became Our Pets

https://www.scientificamerican.com/article/the-incredible-unlikely-story-of-how-cats-became-our-p...
2•pseudolus•29m ago•1 comments

Show HN:TaskHub – Update

https://github.com/TaskHub-Server/TaskHub.Shared
1•andrey-serdyuk•31m ago•1 comments

The Commodore 64 is back on the production line for the first time in 30 years

https://www.techradar.com/computing/the-commodore-64-is-back-on-the-production-line-for-the-first...
4•indigodaddy•32m ago•2 comments

US Navy accused of cover-up over dangerous plutonium in San Francisco

https://www.theguardian.com/us-news/2025/nov/27/us-navy-san-francisco-plutonium
3•clanky•33m ago•0 comments

United Nations Convention Against Cybercrime

https://en.wikipedia.org/wiki/United_Nations_Convention_against_Cybercrime
1•numpad0•36m ago•0 comments

Show HN: MiKaDiv, the predecessor for a globally unifying standard for taxes

https://business.divizend.com
1•sigalor•36m ago•0 comments

Scheele's Green

https://en.wikipedia.org/wiki/Scheele%27s_green
1•thunderbong•37m ago•0 comments

Battlefield 6 – Anticheat Update – Season 1

https://store.steampowered.com/news/app/2807960/view/497213442478833989
3•embedding-shape•38m ago•1 comments
Open in hackernews

Show HN: Run automated ML experiments using Claude Code

https://github.com/killerstorm/claude-torch-template
1•killerstorm•6mo 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•6mo 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...