frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI adoption at work is broad but shallow

https://www.theregister.com/ai-and-ml/2026/09/01/ai-adoption-at-work-is-broad-but-shallow/5293545
1•dijksterhuis•37s ago•0 comments

.FAGE is a brand TLD owned by FAGE a Greek dairy company

https://domaindetails.com/tlds/fage
1•gregsadetsky•3m ago•0 comments

Parrot was caught ordering items off Amazon's Alexa

https://www.cnbc.com/2018/12/21/african-grey-parrot-rocco-was-caught-ordering-items-off-amazons-a...
1•theanonymousone•3m ago•0 comments

Nearly impossible? How Fairphone built the ethical, repairable Fairphone Gen 6+

https://arstechnica.com/gadgets/2026/09/nearly-impossible-how-fairphone-built-the-ethical-repaira...
1•CrypticShift•4m ago•0 comments

AI in 2026 feels like Covid in 2020

https://bejofo.com/blog/ai-feels-like-the-pandemic
1•YannickR•4m ago•0 comments

Ok, but Does It Scale?

https://spacetimedb.com/blog/how-does-spacetime-scale
1•theanonymousone•5m ago•0 comments

The best dark mode toggle is probably none

https://lea.verou.me/blog/2026/dark-mode-toggles-2/
1•lukasgelbmann•5m ago•0 comments

A fun debugging story from this weekend

https://hamatti.org/posts/a-fun-debugging-story-from-this-weekend/
1•speckx•5m ago•0 comments

Payroll employment increases by 162k in August; unemployment unchanged at 4.1%

https://www.bls.gov/news.release/empsit.nr0.htm
1•JumpCrisscross•6m ago•0 comments

Build on BareMetal

https://returninfinity.com/blog/sep2026-build-on-baremetal-contest
1•ianseyler•7m ago•1 comments

Designing Grok Bot for a world of persistent agents

https://x.ai/news/designing-grok-bot
1•aratahikaru5•7m ago•0 comments

Denavigation: The End of Apps and the Verification Bottleneck

https://alexanderabramovich.medium.com/denavigation-18cdc039da2d
1•happyalexander•10m ago•0 comments

Terence Tao: Speed in science isn't the same thing as progress [video]

https://www.youtube.com/watch?v=svl_1upFpQo
1•gessha•11m ago•0 comments

What archaeology reveals about the rise of all-powerful rulers

https://knowablemagazine.org/content/article/society/2026/what-archaeology-reveals-about-rise-of-...
1•sohkamyung•14m ago•0 comments

Climbers rescued on Mount Shasta after using AI chatbot to plan trip

https://www.sfchronicle.com/outdoors/article/shasta-climbers-rescued-chatgpt-22414629.php
2•dsr12•15m ago•0 comments

Machine Testimony

https://yalelawjournal.org/article/machine-testimony
2•Bluestein•15m ago•0 comments

Negative people make you age faster

https://www.pnas.org/doi/10.1073/pnas.2515331123
2•RickJWagner•15m ago•0 comments

A new method for data transformation. Hash, PRNG, XOF – High speed

https://github.com/Ligatum/Lustro
1•Ligatum•19m ago•1 comments

Argus – an anti-detect browser with automation, local API, and MCP

https://www.browserargus.com
2•rpochtman•20m ago•0 comments

Most Small Business Websites Don't Need a Web Developer

https://websmith.studio/blog/most-small-business-websites-dont-need-a-web-developer/
2•pumbaa•20m ago•1 comments

The script didn't hate AI. It hated the "@" character

1•ahunia•20m ago•0 comments

Fork a fast and friendly Git client for Mac and Windows

https://git-fork.com/releasenoteswin
1•Bluestein•21m ago•0 comments

Testing a New Soundbar with Browser Tools: Frequency Response, SPL, and Lip-Sync

https://capytoolkit.com/blog/audio/testing-soundbar-browser-tools-frequency-response-spl-lip-sync...
1•ChillyCapy•23m ago•0 comments

Tzopilotl: A statically typed live-coding language for real-time audio

https://lfnoise.github.io/tzpl/
1•jarmitage•26m ago•0 comments

Microsoft to impose time limits on Xbox cloud gaming as costs continue to climb

https://www.cnbc.com/2026/09/03/microsoft-xbox-game-pass-cloud-limits.html
1•magoghm•27m ago•0 comments

Nvidia PAIR turns your household's idle PCs into a local AI cluster

https://tokenstead.ai/guides/nvidia-pair-personal-ai-router
2•cdnsteve•28m ago•0 comments

What Did She Expect?" – Sexism and Classism Behind UK's Aesthetics Safety Crisis

https://www.marieclaire.co.uk/beauty/what-did-she-expect-the-sexism-and-classism-behind-the-uks-a...
3•bryanrasmussen•31m ago•1 comments

Ow are small recruiting agencies automating candidate screening?

1•Rutus•31m ago•0 comments

All the microbes you can't have

https://worksinprogress.co/issue/all-the-microbes-you-cant-have/
1•SamuraiLion•33m ago•0 comments

AMD Threadripper Halo Station 96-Cores, MI350P GPUs, 576GB GPU, 2TB CPU Memory

https://videocardz.com/newz/amd-threadripper-halo-station-packs-96-core-cpu-and-instinct-mi350p-g...
1•rbanffy•35m 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...