frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google Gemini AI or ChatGPT

https://chatgpt.com/google-gemini-ai
1•mkagenius•2m ago•0 comments

TransformKit

https://transform-kit.com
2•andrevenancio•19m ago•0 comments

Effects of the New $100k Fee and Wage-Weighted Lottery on the H-1B Visa

https://budgetmodel.wharton.upenn.edu/p/2026-08-03-effects-of-the-new-100000-fee-and-wage-weighte...
2•fzliu•20m ago•1 comments

Hot Set: Shooting Heat

https://theasc.com/article/hot-set-shooting-heat/
1•handfuloflight•24m ago•0 comments

Relative Velocity and Closing Speed

https://eli.thegreenplace.net/2026/relative-velocity-and-closing-speed/
1•mfrw•24m ago•0 comments

TerminalWidget Put Terminal Output on Your Desktop

https://terminalwidget.app/
1•colinprince•27m ago•0 comments

What should go in your Claude.md?

https://zander.wtf/blog/claude-md-agents-md/
2•mrmartineau•28m ago•1 comments

GeoAI: Artificial Intelligence for Geospatial Data

https://opengeoai.org/
1•jonbaer•30m ago•0 comments

Do Context Files Help Coding Agents? A Two-Agent Ablation Study on Real Repos

https://arxiv.org/abs/2607.27250
1•jamesblonde•31m ago•0 comments

Show HN: Local semantic code search that saves your agent tokens

https://tryreference.com/
1•RahulThennarasu•37m ago•0 comments

AI-assisted staging draws boos at the Richard Wagner festival in Germany

https://apnews.com/article/germany-bayreuth-wagner-festival-ai-f4300cdc0be195dabdadfa6d2ab4254c
2•rawgabbit•43m ago•0 comments

Headlights got brighter, whiter, and more blinding after dark

https://arstechnica.com/cars/2026/08/how-headlights-got-brighter-whiter-and-more-blinding-after-d...
2•mdp2021•43m ago•0 comments

Why is open source software so badly designed? (2022)

https://www.kooslooijesteijn.net/blog/why-is-free-open-source-software-badly-designed
2•doubletwoyou•48m ago•1 comments

Night Java (San Francisco)

https://www.nightjava.com/
1•danielmorozoff•50m ago•0 comments

Show HN: Paloma – Intelligent Autocomplete for Mac

https://trypaloma.app
1•hydrohelium•51m ago•0 comments

Inside the grey market for online accounts

https://www.ft.com/content/576c1b70-bf51-45d2-a5f0-eca2e9acc256
1•petethomas•52m ago•0 comments

Niche expert AI fine-tuning data set in clean JSON format

https://headwater.gumroad.com/l/jxvjh
1•PunkiePal•53m ago•0 comments

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

https://trae1oung.github.io/SWE-Touch/
1•in-silico•53m ago•0 comments

Context Compaction Theory

https://arxiv.org/abs/2608.01326
1•jadidbourbaki•56m ago•0 comments

The Youth AI Privacy Act's Privacy Paradox

https://www.eff.org/deeplinks/2026/08/youth-ai-privacy-acts-privacy-paradox
1•mdp2021•57m ago•0 comments

Tattoo the Earth, one pixel at a time

https://earth.tattoo/
2•whatsupdog•1h ago•0 comments

Did Iran hack water systems in seven US states?

https://www.bbc.com/news/articles/c934dq95zpgo
1•dabinat•1h ago•0 comments

As a Windows user, it's a surreal way to install a program

https://unsung.aresluna.org/as-a-windows-user-its-a-very-surreal-way-to-install-a-program/
2•allenc•1h ago•1 comments

The 11 Types of Washington, DC, Metro Station Architecture (2018)

https://ggwash.org/view/68565/metro-has-11-types-of-station-architecture.-learn-them-all-with-thi...
3•quuxplusone•1h ago•0 comments

Show HN: Benzi – An AI coding assistant grounded in a live code map

https://benzi.fly.dev/
1•showhz•1h ago•0 comments

Spherical Codes Application in Fiber Optics (2024)

https://arxiv.org/abs/2404.04776
1•silver92bullet•1h ago•0 comments

The AI Boom Is Transforming the American Economy Beyond Recognition

https://www.wsj.com/economy/the-ai-boom-is-transforming-the-american-economy-beyond-recognition-c...
3•mapping365•1h ago•2 comments

At least we're warming the planet for a good reason

https://old.reddit.com/r/codex/comments/1vev2fl/vibecoded_ios_app_reached_35k_loc_and_i_no_longer/
2•johnnyApplePRNG•1h ago•2 comments

Real-time LuaTeX: Recompiling large documents in 1ms [video]

https://www.youtube.com/watch?v=C1gpjPm-Rns
3•eigenblake•1h ago•0 comments

Lego deploys Hubble Space Telescope as detailed desktop model

https://www.collectspace.com/news/news-080226a-lego-icons-hubble-space-telescope-details.html
1•Tomte•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...