frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Upscal – A native C++/Vulkan image upscaler for Windows

https://upscal.app
1•vertex_steven•27s ago•0 comments

Flet: Build cross-platform apps in Python, on top of Flutter

https://flet.dev/
1•theanonymousone•30s ago•0 comments

I built an AI video upscaler that runs the heavy GPU work in the cloud

https://videoupscaler.com
1•vertex_steven•3m ago•1 comments

Twitch Now Trains Amazon's Generative AI Models on Your Channel by Default

https://www.ign.com/articles/twitch-now-trains-amazons-generative-ai-models-on-your-channel-by-de...
1•HelloUsername•6m ago•0 comments

Hitchhiker's Guide to the Internet (1992)

https://www.gutenberg.org/cache/epub/39/pg39-images.html
1•ecliptik•10m ago•0 comments

Celld v0.2.0

https://github.com/denoland/celld/releases/tag/v0.2.0
1•tosh•12m ago•0 comments

Hardware researcher creates project to find the slowest single x86 instruction

https://www.tomshardware.com/pc-components/cpus/hardware-researcher-spins-up-cpu-deoptimization-p...
1•thunderbong•13m ago•0 comments

Launch HN: Bullet (YC S26) – A Faster Coding Agent

https://www.codewithbullet.com
2•adi1•18m ago•0 comments

Google's newest Pixel Watch monitors blood pressure and insulin resistance

https://www.engadget.com/2235228/google-health-guardian-pixel-watch-5-blood-pressure-insulin-resi...
1•brandonb•19m ago•1 comments

What Was the Internet?

https://www.bostonreview.net/articles/what-was-the-internet/
2•doener•21m ago•0 comments

OMS/RDC: 7 Opportunités D'emploi À NE PAS Manquer

https://medium.com/@eliudprom/oms-rdc-7-opportunit%C3%A9s-demploi-%C3%A0-ne-pas-manquer-0c454d0e367a
1•kivuhub•25m ago•0 comments

Official Fritzing part for the GGreg20_V3 Geiger counter module

https://iot-devices.com.ua/en/ggreg20_v3-fritzing-part/
1•iotdevicesdev•27m ago•0 comments

Gemini API removes postpay billing

4•alex14fr•27m ago•0 comments

A Pi setup with permission, sandbox, and auto-review

https://ptgamr.substack.com/p/a-pi-setup-with-permission-sandbox
1•ptgamr•29m ago•0 comments

Guide to (not) fucking up QR codes

https://infosec.exchange/@rebane2001/117078420917152774
1•signa11•29m ago•1 comments

JEDEC Previews LPDDR6 Roadmap, 512 GB Densities and SOCAMM2 Standard

https://www.techpowerup.com/348441/jedec-previews-lpddr6-roadmap-512-gb-densities-and-socamm2-sta...
1•silentbob7•30m ago•0 comments

Ask HN: So US sanctions are more or less footguns right?

1•shafkathullah•34m ago•0 comments

The shock revelation that light bulbs are wrecking your metabolism

https://www.newscientist.com/article/2582914-the-shock-revelation-that-light-bulbs-are-wrecking-y...
1•XzetaU8•34m ago•1 comments

I feel dizzy again (2024)

https://essays.joodaloop.com/p/i-feel-dizzy-again
1•reasonableklout•34m ago•0 comments

Show HN: Relational-to-KV – AI maps relational models to ToplingDB/RocksDB

https://github.com/rockeet/relational-to-kv
2•rockeetterark•35m ago•0 comments

Coin-Sized Device Can Hack a Boeing 737

https://www.wired.com/story/this-coin-sized-device-can-hack-a-boeing-737/
2•_tk_•35m ago•0 comments

I Quit the Tenure Track

https://www.theatlantic.com/magazine/2026/09/elite-academia-leadership-hypocrisy/687969/
2•Michelangelo11•35m ago•0 comments

TiKV and MinIO used to index terabytes of JSON on low memory hardware

https://blog.glazer.ee/posts/indexing-hundreds-of-terabytes-of-json-for-fast-lookup/
1•hexdecoct•36m ago•0 comments

A ship fired a distress flare as fireworks. A ship went: This is our Christmas

1•Nautology•38m ago•0 comments

Show HN: Self University – learn system engineering via interactive puzzles

2•dima853•38m ago•0 comments

Sketches in Bedlam; or Characteristic Traits of Insanity (1823)

https://gutenberg.org/cache/epub/79350/pg79350-images.html
1•petethomas•38m ago•0 comments

Private Email Is Fine

https://buttondown.com/blog/hide-your-email
1•maguay•40m ago•0 comments

The agentic development environment with memory

https://xirp.spotify.com
1•jcsoft•41m ago•0 comments

The Mischief Haskell ECS Game Engine

https://hackage-content.haskell.org/package/mischief-ecs-0.1.0.0/docs/Mischief-ECS.html
2•kqr•42m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs [pdf]

https://arxiv.org/abs/2608.09867
1•j1436go•52m 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...