frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: WordPress WebSocket Relay in Rust with Yjs CRDT Provider for WP 7.0

https://wpsignal.io/
1•jaredrethman•1m ago•0 comments

Show HN: HeatSpectra: Realtime 3D Surface Heat Simulation

https://github.com/tsun3doku/HeatSpectra
1•tsun3doku•5m ago•0 comments

An Oura ring starting at just $1 Welcome to Churu

https://churu.org
1•reieicucv•6m ago•0 comments

Roche to Buy PathAI for Up to $1.05B to Bolster AI Diagnostics Tools

https://www.wsj.com/business/deals/roche-to-buy-pathai-for-up-to-1-05-billion-to-bolster-ai-diagn...
1•SaaSasaurus•7m ago•0 comments

AniTroves – An anime database with a custom LLM-based discovery hub

1•anitroves•10m ago•0 comments

YouTube aspect ratios – no way to fix it?

1•mr-pink•11m ago•1 comments

Show HN: Agentctl, a local control plane for coding agents

https://github.com/chocks/agentctl
1•chocks•14m ago•0 comments

I made a simple, free family tree app that handled my 300 person, 5 gen. family

https://www.familytreeiq.com
1•mknweb•14m ago•1 comments

Upper bound for AI output is based on your taste/exposure

1•yehiaabdelm•23m ago•0 comments

Best Buy mandating four days in office for headquarters employees

https://www.startribune.com/best-buy-hybrid-four-days-change-shift-mandate-in-office/601828733
2•bjhess•23m ago•1 comments

I recently started a small experimental project recreating Star Fox 64

https://foxremake.com/star-fox-64-remake/
2•951560368•30m ago•3 comments

Proposed Revised Mailing Standards for Firearms

https://www.federalregister.gov/documents/2026/04/02/2026-06376/revised-mailing-standards-for-fir...
2•petethomas•32m ago•0 comments

AI Contributions to CPAN: The Copyright Question

https://blogs.perl.org/users/todd_rinaldo/2026/04/ai-contributions-to-cpan-the-copyright-question...
2•DASD•32m ago•0 comments

Mathematics Subject Classification (2020)

https://mathscinet.ams.org/mathscinet/msc/msc2020.html
2•nill0•37m ago•0 comments

Show HN: NyaayWatch – Observability layer for the Indian judiciary

https://nyaaywatch.in
2•Rudraksh06•38m ago•0 comments

The Privacy of Apple Location Services and Analytics

https://duti.dev/randoms/wip-location-services/
5•Cider9986•40m ago•0 comments

Jakarta airport's official site blocks international visitors, so I built my own

https://blog.terrydjony.com/i-built-a-better-cgk-airport-website/
2•terryds•40m ago•0 comments

A Dangerous New Attack on Press Freedom

https://www.theatlantic.com/ideas/2026/05/kash-patel-fitzpatrick-fbi-investigation/687077/
9•petethomas•55m ago•3 comments

Net May 15 Starship • Flight 12

https://spaceflightnow.com/launch-schedule/
3•bookmtn•55m ago•1 comments

AWS EC2 outage in use1-az4 (us-east-1)

https://health.aws.amazon.com/health/status?t=2026-05-07
17•philip1209•57m ago•5 comments

6 years of CS2 skin market data, indexed S&P-style (open methodology)

https://skintrackers.com/en
1•Jorgincs•1h ago•2 comments

The Long Journey from the Strait of Hormuz to the Gas Tank

https://www.nytimes.com/interactive/2026/05/07/world/middleeast/oil-tanker-strait-hormuz-iran-war...
3•voxadam•1h ago•1 comments

Yarbo Nat in My Backyard

https://github.com/Bin4ry/yarbo-nat-in-my-back-yard
3•greedo•1h ago•0 comments

UBC, SFU among universities affected by Canvas software cyber breach

https://www.cbc.ca/news/canada/british-columbia/ubc-sfu-canvas-cyber-breach-9.7191972
1•uladzislau•1h ago•0 comments

GPT-5.5 Price Increase: What It Costs

https://openrouter.ai/announcements/gpt55-cost-analysis
2•gmays•1h ago•0 comments

OpenAI end of lifes fine-tuning

https://developers.openai.com/api/docs/deprecations
2•dandiep•1h ago•1 comments

Pentagon CTO demonstrates Palantir's Maven system, used for military operations [video]

https://www.youtube.com/watch?v=Q5uVckUvGcQ
4•LostMyLogin•1h ago•0 comments

Netflix tests its own AI-powered voice search

https://www.lowpass.cc/p/ask-netflix-ai-voice-search
1•andsoitis•1h ago•0 comments

The IDE Should Become an Operating System for AI

https://avkcode.github.io/blog/ide-operating-system-ai.html
2•akrylov•1h ago•0 comments

New open source city-state, with new constitution functional on one site

https://arkology.org/
2•TravelingTTime•1h 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...