frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Six opportunities for scientists and engineers to learn programming with AI [pdf]

https://pg.ucsd.edu/publications/scientists-engineers-learning-programming-using-ai_CiSE-2023.pdf
1•azhenley•3m ago•0 comments

GitHub tag: "token-optimization" – List of token consumption reduction software

https://github.com/topics/token-optimization
1•peter_d_sherman•7m ago•0 comments

All-in-one tool and config for Claude-things

https://github.com/damusix/atomic-claude
1•daniloa•9m ago•0 comments

Tobi Lutke builds walgit in a weekend

https://twitter.com/tobi/status/2091678506992222258
1•cpstein•14m ago•0 comments

Sabatier Principle

https://en.wikipedia.org/wiki/Sabatier_principle
1•peter_d_sherman•20m ago•0 comments

AIs are companies, my friend

https://www.strangeloopcanon.com/p/ais-are-companies-my-friend
1•walterbell•20m ago•0 comments

Show HN: AI Room Design – Preview interior design styles before you renovate

https://airoommaker.com/
1•linnoe•25m ago•0 comments

How to Make AI Game Music for Any Level: Prompts and Looping

https://www.musegen.ai/blog/ai-game-level-music
1•musegenai01•28m ago•0 comments

Your AI Agent Doesn't Need More Prompts. It Needs Skills

https://medium.com/@faizan711/your-ai-agent-doesnt-need-more-prompts-it-needs-skills-a5e681b8a020
1•Faizan711•31m ago•0 comments

A Record-Breaking Copper Catalyst Converts CO2 into Liquid Fuels (2023)

https://newscenter.lbl.gov/2023/02/16/copper-catalyst-converts-co2-into-liquid-fuels/
1•peter_d_sherman•35m ago•0 comments

Category Theory for Programmers(2017) [pdf]

https://static.latexstudio.net/wp-content/uploads/2017/12/category-theory-for-programmers.pdf
2•o4c•38m ago•0 comments

53k Fukushima nuclear plant workers receive high radiation doses

https://www.japantimes.co.jp/news/2026/08/24/japan/tepco-fukushima-radiation-exposure/
5•toomuchtodo•39m ago•1 comments

Common Lisp: A Gentle Introduction to Symbolic Computation() [pdf]

https://www.cs.cmu.edu/~dst/LispBook/book.pdf
1•o4c•40m ago•0 comments

Sam Altman on Building OpenAI to a Billion Users [video]

https://www.youtube.com/watch?v=kG8AoExkX40
3•tvvocold•40m ago•0 comments

Why is Anthropic's public writing style so unlike Claude's?

https://cmart.blog/claude-writing/
1•zdw•41m ago•0 comments

Newsom makes last-minute push to help California utilities facing wildfire bills

https://calmatters.org/politics/2026/08/newsom-wildfire-utility-liability-package/
1•newsomix9xl•42m ago•1 comments

State paying $625K to settle lawsuit over Braun firing utility commission member

https://indianacapitalchronicle.com/2026/08/22/state-paying-625k-to-settle-lawsuit-over-braun-fir...
1•newsomix9xl•45m ago•1 comments

I run a pizzeria out of my Smart car in NYC [video]

https://www.cnbc.com/2026/08/22/bradley-alvelo-runs-pizza-pod-mobile-pizzeria-smart-car-new-york-...
2•jdnier•48m ago•0 comments

Programming from the Ground Up(2003) [pdf]

https://www.cs.princeton.edu/courses/archive/spr08/cos217/reading/ProgrammingGroundUp-1-0-letters...
1•o4c•50m ago•0 comments

Vim's UserGettingBored Autocmd

https://evanhahn.com/usergettingbored-vim/
1•zdw•51m ago•0 comments

So Long Relayd, and Thanks for All the Fish

https://btxx.org/posts/so-long-relayd/
1•zdw•51m ago•0 comments

You Cannot Grow a Pumpkin

https://taylor.town/pumpkin
4•Curiositry•51m ago•2 comments

Polymarket wallets may have traded on military secrets

https://www.reuters.com/business/finance/more-than-150-polymarket-wallets-may-have-traded-militar...
4•Gaishan•55m ago•1 comments

Fixing an EMachines EL1200 Bios Bug with Claude

https://www.downtowndougbrown.com/2026/08/fixing-an-emachines-el1200-bios-bug-with-claude/
1•zdw•57m ago•0 comments

Shark MX Gameboy Modem

https://forums.nesdev.org/viewtopic.php?t=9520
1•rickcarlino•57m ago•0 comments

A new Task Manager by the old Task Manager guy

http://tmog.org
2•davepl•1h ago•2 comments

'Knees over toes' exercises can help strengthen your knees. Experts explain

https://theconversation.com/influencers-claim-knees-over-toes-exercises-can-help-bullet-proof-you...
3•defrost•1h ago•0 comments

Building trades unions come out in strong support of data-center build-out

https://apnews.com/article/artificial-intelligence-technology-labor-unions-data-centers-64b10b2f9...
3•andsoitis•1h ago•1 comments

Press Conference After Day 1, People of the State of California et al. v. Meta

https://www.youtube.com/watch?v=KWppdXmS9Us
4•1vuio0pswjnm7•1h ago•0 comments

AI one-shots tiny games 'cause it's memorized them. Try one it hasn't seen

4•Marvin_RunAI•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...