frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Health Concerns Are Powering a Solar Backlash

https://www.propublica.org/article/michigan-solar-farms-health-concerns-st-clair-county
1•worik•1m ago•0 comments

The Coming 'Power Wars' Between Humans and Datacenters

https://sourceryintel.com/reports/humans-vs-datacenters
3•cdrnsf•6m ago•0 comments

Frontier labs don't use most AI compute(yet)

https://epoch.ai/gradient-updates/frontier-labs-dont-use-most-ai-compute
2•sleepyguy•6m ago•0 comments

Low-Overhead General-Purpose Near-Data Processing in CXL Memory Expanders

https://arxiv.org/abs/2404.19381
3•rbanffy•10m ago•0 comments

The Stock Market Looks Different When Measured in Gold

https://www.anupshinde.com/stock-market-measured-in-gold/
3•anupshinde•19m ago•2 comments

Bounty for the first 3-agent AI swarm to ship one verifiable artifact

https://aibtc.com/bounty/mph3k1ox8cfcc82151d3
2•BFF-ARMY-Ape•19m ago•0 comments

EU's foreign policy boss Kallas is undermining Europe's credibility

https://www.intellinews.com/eu-s-foreign-policy-boss-kallas-is-undermining-europe-s-credibility-4...
2•bushwart•20m ago•0 comments

A new suite of modern tools for editing and publishing IETF RFCs

https://www.ietf.org/blog/new-tools-coming-for-editing-and-publishing-rfcs/
4•fanf2•20m ago•0 comments

Hangul, Seen by an Engineer: What Our Alphabets Don't Do

https://jeankwon.substack.com/p/le-hangeul-vu-par-un-ingenieur-ce
2•lautreregard•21m ago•0 comments

"Long-Term Support" doesn't mean what you think

https://pointieststick.com/2026/05/23/long-term-support-doesnt-mean-what-you-think/
2•yonatan8070•23m ago•0 comments

The U.S. Education Department fired workers. Now, it's on a hiring spree

https://text.npr.org/nx-s1-5820922
2•williadc•24m ago•0 comments

A Cattle Ranch Is Doing What Ivy League Colleges Can't

https://www.nytimes.com/2026/05/20/opinion/deep-springs-college-ivy-league-education.html
2•mooreds•24m ago•0 comments

Jimmy Carr on Why Everyone Is Wrong About AI [video]

https://www.youtube.com/watch?v=jaYOskvlq18
3•mooreds•24m ago•0 comments

Show HN: Mac app that unlocks superpowers for GhostCMS sites

https://spectersync.com/
2•aabergkvist•25m ago•0 comments

Only In Monroe –- May 22, 2026 [video]

https://www.youtube.com/watch?v=jJTXB5uT_C4
2•mooreds•25m ago•1 comments

Pardon MIE?

https://ironpeak.be/blog/bypassing-apple-mie/
4•jiveturkey•26m ago•0 comments

The Enshittification of History

https://www.antipope.org/charlie/blog-static/2026/05/the-enshittification-of-histor.html
4•HotGarbage•26m ago•0 comments

Deepfake vids degrade political reputations even when viewers know they're fake

https://www.psypost.org/deepfake-videos-degrade-political-reputations-even-when-viewers-realize-t...
2•gnabgib•29m ago•0 comments

Claude Code isolated inside Docker with dmenu and fzf (POSIX sh)

https://github.com/shirozuki/claude-cli
2•shirozuki•31m ago•0 comments

Show HN: Money Me – finance app that shows your actual spendable balance

https://money-me.com
2•markbarnett3•31m ago•0 comments

Hearts and Minds: An Ambivalent Review of "Project Hail Mary"

https://www.rifters.com/crawl/?p=11659
2•spariev•31m ago•0 comments

zellij-org/awesome-zellij: A list of resources for zellij

https://github.com/zellij-org/awesome-zellij
3•y1n0•34m ago•0 comments

I've Spent 25 Years Studying Loneliness. AI Is About to Make It Worse

https://fortune.com/2026/05/23/loneliness-researcher-ai-companions-social-disconnection-warning/
4•Brajeshwar•37m ago•0 comments

'Future of work' on agenda as NZ govt digital leaders head to Microsoft US HQ

https://www.rnz.co.nz/news/political/596121/future-of-work-on-agenda-as-nz-govt-digital-leaders-h...
5•billybuckwheat•40m ago•0 comments

Garden Grove chemical threat: 40000 evacuated as overheated tank faces explosion

https://www.cnn.com/2026/05/22/us/chemical-spill-orange-county-california
5•amelius•40m ago•0 comments

Edit components and host your website

https://slatehut.com
2•isandeep1995•46m ago•0 comments

Show HN: Runners? This One for You

https://runnerapp.pro/
2•dortal•46m ago•0 comments

Prompts are technical debt too

https://www.seangoedecke.com/prompts-are-technical-debt-too/
2•saikatsg•47m ago•0 comments

Code review is not about catching bugs

https://www.davidpoll.com/2026/02/code-review-is-not-about-catching-bugs/
2•ville•48m ago•0 comments

GateGraph – a gate that decides if an AI agent action may proceed before it runs

https://github.com/humancoreai/Gategraph
2•humancore•51m ago•0 comments
Open in hackernews

Show HN: Run automated ML experiments using Claude Code

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