frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Continuous Modeling, or What Happens to the Model on Tuesday?

https://docs.eventsourcingdb.io/blog/2026/05/18/continuous-modeling-or-what-happens-to-the-model-...
1•goloroden•15s ago•0 comments

Why Crouching Tiger, Hidden Dragon Is a Masterpiece

https://yusufaytas.com/why-crouching-tiger-hidden-dragon-is-a-masterpiece
1•yusufaytas•21s ago•0 comments

Trapped in the dark web – a crisis growing in the shadows

https://apps.bostonglobe.com/2026/05/business/trapped-dark-web/child-exploitation-exploding-online/
1•abawany•1m ago•1 comments

Classic 7 is Windows 10 LTSC cosplaying as Windows 7

https://www.theregister.com/oses/2026/05/17/classic-7-is-windows-10-ltsc-cosplaying-as-windows-7/...
1•Bender•1m ago•0 comments

Pause App

https://pauseapp.space
1•coldcosmas•1m ago•0 comments

AI-generated code is 'pain waiting to happen'

https://www.theregister.com/ai-ml/2026/05/16/ai-generated-code-is-pain-waiting-to-happen/5241574
2•Bender•3m ago•0 comments

Temperate super-Earth found orbiting nearby red dwarf Ross 318

https://www.stellarcatalog.com/news/ross-318-temperate-super-earth-found
1•speckx•4m ago•0 comments

How to Start Investing with $100

https://comuniq.xyz/post?t=1095
1•01-_-•6m ago•0 comments

Microsoft is 1.84 Peters, Google is 0.66. What's the Peter unit?

https://github.com/zozo123/peter-gt-your-org
2•zozo123OR0x90•7m ago•0 comments

OpenSparrow – Open-source admin panel builder with zero dependencies

https://opensparrow.org/
1•tomaszwrobel•8m ago•0 comments

Rolling Shutter Demo

https://chiuhans111.github.io/spin/
1•Eduard•9m ago•1 comments

Journey to King Edward VIII Falls, Tallest Waterfall in Guyana

https://twitter.com/bronzebust/status/2056038216994529329
1•telotortium•10m ago•0 comments

Subscription Bombing: Email Under Attack

https://cacm.acm.org/practice/subscription-bombing-email-under-attack/
1•birdculture•11m ago•0 comments

Memo from Orson Welles on Touch of Evil (1957)

https://wellesnet.com/touch_memo1.htm
2•cocacola1•11m ago•0 comments

CHERI 2026 Conference videos playlist

https://www.youtube.com/playlist?list=PLTe5zG6binjnK0Ax2vvLBnb0ioojcaiVi
1•pjmlp•14m ago•0 comments

A Beginner's Guide to Irrational Behavior

https://danariely.com/coursera/
1•sebg•15m ago•0 comments

AI Needs Better Metaphors

https://metedata.substack.com/p/011-ai-needs-better-metaphors
3•young_mete•19m ago•0 comments

Here Comes (Forward Deployed) Everybody

https://worksonmymachine.ai/p/here-comes-forward-deployed-everybody
1•mooreds•20m ago•0 comments

Show HN: MailMark – Cold email tool where you own your domain and mailboxes

1•debasishbarai•20m ago•0 comments

Microsoft Mdash Beats a Key Mythos Benchmark

https://www.forbes.com/sites/timkeary/2026/05/15/microsoft-mdash-beats-a-key-mythos-benchmark-her...
1•dimastopel•20m ago•0 comments

Language Registries Are Unstable by Default – Andrew Nesbitt

https://nesbitt.io/2026/05/15/language-registries-are-unstable-by-default.html
1•abdelhousni•21m ago•0 comments

The Anti-Scroll Experiment

https://magifenta.com
1•magifenta•22m ago•0 comments

Towards approachable observability with wide events

https://marending.dev/notes/wide-events/
1•beingflo•22m ago•0 comments

Scientists "bottle the sun" with a liquid battery that stores solar energy

https://www.sciencedaily.com/releases/2026/05/260513221821.htm
5•ndr42•22m ago•0 comments

Ask HN: How are you maintaining codebases and managing AI context for them?

1•shambu2k•24m ago•0 comments

Software engineers are obsolete for now

https://idiallo.com/blog/everyone-is-better-than-you
1•firefoxd•26m ago•0 comments

University of Arizona students boo Eric Schmidt's AI cheerleading

https://www.theverge.com/ai-artificial-intelligence/932203/university-of-arizona-students-boo-eri...
2•latexr•27m ago•0 comments

Plasticity: A Modern NURBS Modeler

https://www.plasticity.xyz/
1•dtj1123•28m ago•0 comments

The AI water issue is fake

https://blog.andymasley.com/p/the-ai-water-issue-is-fake
63•shepherdjerred•30m ago•37 comments

Coal pollution is cutting solar power output, study finds

https://www.ox.ac.uk/news/2026-05-14-coal-pollution-is-cutting-solar-power-output-study-finds
1•geox•33m ago•0 comments
Open in hackernews

Show HN: Run automated ML experiments using Claude Code

https://github.com/killerstorm/claude-torch-template
1•killerstorm•11mo 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•11mo 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...