frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Logseq Doctor: heal your flat old Markdown files before importing to Logseq

https://github.com/andreoliwa/logseq-doctor
1•ankitg12•3m ago•0 comments

Secureblue Goes SUID-Less

https://github.com/secureblue/secureblue/releases/tag/v4.9.1
1•Ganipote•6m ago•0 comments

Why Is It So Hard to Be Ordinary?

https://www.newyorker.com/culture/open-questions/why-is-it-so-hard-to-be-ordinary
2•littlexsparkee•13m ago•1 comments

One of my reliable signs that an early-stage company is in trouble

https://xcancel.com/marcrandolph/status/2057995577133351413?s=20
1•wapasta•15m ago•0 comments

Ask HN: Best Free Local STT?

2•thillel•15m ago•3 comments

John Cleese on Creativity in Management [video]

https://www.youtube.com/watch?v=Pb5oIIPO62g
1•kristiandupont•20m ago•0 comments

Why and How to Run Local Models in Zed

https://zed.dev/blog/local-ai-in-zed
2•ciconia•23m ago•0 comments

Ask HN: Is Codex serving worse models or is it just the harness getting worse?

2•thillel•23m ago•1 comments

Gelatine Sculpt Benefits for Weight Loss – Expert Guide 2026

https://finance.yahoo.com/sectors/healthcare/articles/gelatine-sculpt-exploding-2026-viral-142500...
1•rafyzaro•24m ago•0 comments

The CRPG Renaissance, Part 1: Fallout

https://www.filfre.net/2025/01/the-crpg-renaissance-part-1-fallout/
1•frogulis•29m ago•0 comments

Will MySpace ever lose its monopoly? (2007)

https://www.theguardian.com/technology/2007/feb/08/business.comment
5•downbad_•29m ago•1 comments

America's schools face backlash on digital devices as screens saturate classroom

https://www.boston25news.com/news/technology/americas-schools/XFNZQ73AT4Y3RCPO5A4AV3A6SU/
2•1vuio0pswjnm7•37m ago•0 comments

A New Typst Template for Pandoc

https://imaginarytext.ca/posts/2025/typst-templates-for-pandoc/
1•ankitg12•38m ago•0 comments

Show HN: Desktop GUI sandbox for AI agents and MCP servers

https://github.com/rednakta/nilbox
1•rednakta•38m ago•0 comments

Show HN: Versionparser – Java library for working with versioning schemes

https://github.com/cthing/versionparser
1•baron1405•41m ago•0 comments

You don't need all the LLM benchmarks

https://alex.smola.org/posts/34-benchmark-selection/
1•matt_d•46m ago•0 comments

How to Make xt850 Match xt 850

https://manticoresearch.com/blog/how-to-make-searches-like-xt850-match-xt-850/
1•snikolaev•47m ago•0 comments

Tech CEOs summoned to Congress for another hearing on social media's risks

https://apnews.com/article/tech-ceos-senate-hearing-zuckerberg-8c2c46758fd669e688170f96fa12a882
2•1vuio0pswjnm7•49m ago•0 comments

Noioaapps – our tools keep you informed (a dream)

https://medium.com/luminasticity/noioaapps-our-tools-keep-you-informed-43db36175f5d
1•bryanrasmussen•54m ago•0 comments

GPT Image 2 left me amazed but exhausted – so I built a little tool

https://imagesv2.ai
2•taoji•58m ago•0 comments

The terrifying rise of schoolboys making AI girlfriends

https://www.telegraph.co.uk/news/2026/05/25/schoolboys-ai-girlfriends/
2•Markoff•59m ago•1 comments

Self-Driving bus in Sweden crashes with tram on first day of passenger service

https://www.firstpost.com/auto/self-driving-bus-in-sweden-crashes-with-tram-on-first-day-of-passe...
4•Markoff•1h ago•0 comments

Notes on Pope Leo XIV's Encyclical on AI

https://simonwillison.net/2026/May/25/encyclical-on-ai/
28•pretext•1h ago•2 comments

The Little Go Book

https://github.com/karlseguin/the-little-go-book
2•saikatsg•1h ago•0 comments

Enhance or Eliminate? How AI Will Likely Change These Jobs

https://www.library.hbs.edu/working-knowledge/enhance-or-eliminate-how-ai-will-likely-change-thes...
1•_____k•1h ago•0 comments

NanoClaw creator turns down $20M buyout offer, raises $12M seed instead

https://techcrunch.com/2026/05/20/nanoclaw-creator-turns-down-20m-buyout-offer-raises-12m-seed-in...
4•doppp•1h ago•0 comments

The User Is Visibly Frustrated

https://pscanf.com/s/354/
17•croes•1h ago•2 comments

Real wages start to shrink in developed countries

https://www.ft.com/content/e126f744-3db9-4305-8871-31f83ebc4ed7
5•mikhael•1h ago•0 comments

The working definition of an Agent Endpoint

https://ianpilon.github.io/agent-endpoint/
1•ianpilon•1h ago•0 comments

New Google sheet favicon – but why?

2•jinen83•1h ago•2 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...