frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How China Lost Mongolia – Does Taipei Still Claim It? [video]

https://www.youtube.com/watch?v=QOIWrmonY0E
1•hunglee2•54s ago•0 comments

Adolescence lasts into 30s – new study shows four pivotal ages for your brain

https://www.bbc.com/news/articles/cgl6klez226o
2•beardyw•2m ago•0 comments

The 30-foot sea cow quickly hunted to extinction because of its tasty meat

https://www.nationalgeographic.com/history/article/stellers-sea-cow-30-foot-hunted-extinction
1•cbzbc•5m ago•0 comments

Show HN: Martini-Kit, create multiplayer games without writing networking code

https://martini.blueprintlab.io/
1•yaoke259•6m ago•0 comments

Nvidia Says It's Not Enron in Private Memo Refuting Accounting Questions

https://www.barrons.com/articles/nvidia-stock-ai-accounting-allegations-366f16ac?gaa_at=eafs&gaa_...
4•zerosizedweasle•8m ago•2 comments

Qwen2.5 Coder 1.5B Roblox

https://huggingface.co/umjunsik1323/Qwen2.5-Coder-1.5B-roblox
1•umjunsik132•8m ago•1 comments

Ask HN: Scaling local FAISS and LLM RAG system (356k chunks)architectural advice

1•paul2495•9m ago•0 comments

DroneEye – Real-Time European Drone Incident Intelligence Dashboard

https://www.droneeye.eu
3•Gyarbij•9m ago•0 comments

Negative Differential Conductance in triangular molecular assemblies

https://arxiv.org/abs/2508.05575
1•peter_d_sherman•12m ago•1 comments

Schema.org: create, maintain, and promote schemas for structured data

https://schema.org/docs/about.html
1•doener•13m ago•0 comments

Flowtion

https://theflowtion.com
1•bellamoon544•15m ago•1 comments

What the Hell Is Bongo Cat and Why Is It Topping the Steam Charts? [video]

https://www.youtube.com/watch?v=CzhHFinV0ng
1•doener•17m ago•0 comments

Ask HN: My post not shown in showhn

1•witnessme•21m ago•1 comments

CVFormatter - Recruitment automation for formatting CVs to branded template.

https://www.cvformatter.co/
1•DaisyChenMS•21m ago•1 comments

USR's campaigns for the Password Modem were historically bad ads

https://buttondown.com/suchbadtechads/archive/usr-password-modem-benjamin-franklin/
1•rfarley04•22m ago•0 comments

Saudi Arabia's Prince Has Big Plans, but His Giant Fund Is Low on Cash

https://www.nytimes.com/2025/11/19/business/pif-saudi-arabia-fund-problems.html
1•HelloUsername•22m ago•0 comments

Total bill for Australian bureau of meteorology new website came in at $96M

https://www.smh.com.au/politics/federal/total-bill-for-bom-s-new-website-came-in-at-96-million-20...
4•SerCe•23m ago•0 comments

An experiment in mood-based movie discovery: Lumigo.tv

https://lumigo.tv/en-US
1•nicola_alessi•31m ago•1 comments

The 1916 Design Pattern That Still Works

https://substack.com/inbox/post/179577858
2•hholen•34m ago•0 comments

Self-upgrading agent mesh with emotions, secure memory, and living bots

https://sherin.tech/
1•rafeez•35m ago•1 comments

Show HN: I built a lightweight LLM workflow with only JavaScript and Code hooks

https://github.com/RestDB/codehooks-io-examples/tree/main/llm-workflow-example
3•bjabrboe1984•40m ago•1 comments

Call for Interpreters: Translate 39C3

https://events.ccc.de/en/2025/11/24/39c3-call-for-interpreters/
1•doener•41m ago•0 comments

Your brain changes at 9, 32, 66, and 83

https://www.popsci.com/health/brain-changes-aging/
7•geox•46m ago•0 comments

Best GPUs for Deep Learning – The Right 6-Card Comparison

1•EVAN1098•53m ago•0 comments

Best GPUs for Deep Learning – The Right 6-Card Comparison

1•EVAN1098•54m ago•0 comments

HunyuanOCR

https://curateclick.com/blog/hunyuan-ocr-guide
1•czmilo•56m ago•0 comments

Viewing old hintbooks without a red gel viewer

https://boredzo.org/blog/archives/2025-11-24/viewing-old-hintbooks-without-a-red-gel-viewer
1•ingve•57m ago•1 comments

Could Virtual Reality Help Doctors Learn Empathy?

https://nautil.us/could-virtual-reality-help-doctors-learn-empathy-1249812/
2•fleahunter•1h ago•1 comments

Nano Banana Pro Cloud – Free Trial – 20 styles, 500 prompts

https://nanobananapro.cloud
1•paidx•1h ago•1 comments

Malware Hiding in a Fake System32 Directory Using NTFS Trailing-Space Trick

https://medium.com/@omar.k.alsahily/uncovering-a-fake-system32-directory-a-deep-dive-into-ntfs-pa...
1•CriticalLY•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•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...