frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Australian Aboriginal Astronomy and Navigation (2016)

https://arxiv.org/abs/1607.02215
1•NaOH•2m ago•0 comments

No Boss, No Money: The Raw Reality of China's Gen-Z Freelancers

https://www.youtube.com/watch?v=eJZFUEQebbI
1•conferza•3m ago•0 comments

What happens to our conscious experience after we die?

https://sidhsikka.substack.com/p/the-qualia-continuum-part-one
1•sidhsikka123•7m ago•0 comments

When AI art has no author: Generated images can't trace to training data (study)

https://news.mit.edu/2026/when-ai-art-has-no-author-generated-images-often-cant-be-traced-to-trai...
1•em3rgent0rdr•8m ago•0 comments

The Scam Hunt

https://www.nrk.no/dokumentar/xl/svindeljakten-1.17875063
1•karencarits•9m ago•1 comments

Show HN: Wharf – Self-Host Postgres, MySQL, Mongo, Redis, ClickHouse in Docker

https://github.com/drk1rd/wharf
1•drk1rd•9m ago•0 comments

Mixxxdj/Mixxx: Programmers Wanted for PR Reviews/Testing Check Zulip/GitHub

https://mixxx.discourse.group/t/programmers-wanted-for-pr-reviews-testing-check-zulip-github/34140
1•mxmilkiib•10m ago•0 comments

Jelqing: The latest in a long history of attempts to enlarge the male member

https://theconversation.com/jelqing-the-latest-in-a-long-history-of-attempts-to-enlarge-the-male-...
1•Teever•12m ago•0 comments

Show HN: Rackast, a screen recorder with a built in editor, made with Tauri

https://rackast.com/
1•SzegiRoli•14m ago•0 comments

The Deathbed Confession of a Bank Robber – Episode #133 [audio]

https://jimmystable.com/the-deathbed-confession-of-a-bank-robber-episode-133/
1•thunderbong•15m ago•0 comments

ChatGPT Needs a Better Memory

1•soorajsanker•16m ago•0 comments

Emacs arbitrary code execution on file open, again

https://eshelyaron.com/posts/2026-08-06-emacs-arbitrary-code-execution-returns.html
1•fanf2•16m ago•0 comments

Vallley – Live Startup Jobs

https://vallley.xyz
1•0x4269•18m ago•1 comments

A journalist was banned from a Flock Safety convention, so they hacked it

https://mastodon.social/@salixsericea/117135685832584904
2•ColinWright•18m ago•0 comments

Show HN: BracketView – local JSON workspace for Windows

https://bracketview.in/downloads
1•bracketview•18m ago•0 comments

CRTs and other ewaste can no longer be exported from the USA

https://kotaku.com/trumps-new-e-waste-policy-has-vintage-tech-collectors-anxious-theyll-be-caught...
1•alberto-m•19m ago•0 comments

Map Styling Masterclass: From Default Pins to Publication-Grade Cartography

https://webris.pro/blog/map-styling-masterclass
1•webris-maps•19m ago•0 comments

Show HN: Aurabid, pay more to get ranked #1 and beat others

https://aurabid.now/
1•chdavid•20m ago•0 comments

Bhartrhari's Paradox

https://www.futilitycloset.com/2026/08/18/bhartrharis-paradox/
1•leephillips•20m ago•1 comments

Show HN: TechSkills – Open-source skill modules for AI coding agents

https://github.com/debabratasaha-dev/techskills
1•debabrata_saha•21m ago•0 comments

It can't be that hard to make a robot guitar? [video]

https://www.youtube.com/watch?v=W_rXXI_dSQM
1•gregsadetsky•23m ago•0 comments

Magnitude 5.9 earthquake rattles Tokyo and eastern Kanto region

https://www.japantimes.co.jp/news/2026/08/23/japan/society/ibaraki-earthquake-tokyo-kanto/
1•mikhael•24m ago•0 comments

'Seinfeld' Renews Netflix Streaming Deal for Next Five Years

https://variety.com/2026/tv/news/seinfeld-netflix-streaming-deal-five-years-1236833084/
2•tosh•26m ago•0 comments

PlayStation ends IRL offerings: Are academic libraries the path to preservation?

https://news.umich.edu/video-game-heavy-hitter-eliminating-irl-offerings-are-academic-libraries-o...
1•mwheeler•26m ago•0 comments

DDR5 scalper bots now outnumber shoppers 10 to 1

https://www.tomshardware.com/pc-components/ddr5/scalper-bots-now-outnumber-human-shoppers-10-to-1...
1•elorant•26m ago•0 comments

Samuel – Model that recreates speech using Pink Trombone

https://samuel.vvolhejn.com/
1•gregsadetsky•29m ago•0 comments

Microfolio – open-source static portfolio generator for creatives

https://github.com/aker-dev/microfolio
1•zakxxi•37m ago•0 comments

University of California Faculty Calls to Reinstate SAT

https://www.bloomberg.com/news/articles/2026-08-06/why-a-push-to-reinstate-the-sat-has-divided-un...
2•zahlman•40m ago•1 comments

Mirari – The Worlds Newest PPC AmigaNG [video]

https://www.youtube.com/watch?v=E4I0WHXPi2Q
2•doener•40m ago•0 comments

No one is ready for this generation [video]

https://www.youtube.com/watch?v=MHq0JKDM_gY
1•Bender•42m 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...