frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Every push-up becomes an attack in a camera-counted RPG game

https://pushup.quest/
1•not_wowinter13•36s ago•0 comments

Crypto's Killer App: Buying the Government It Once Defied

https://jeffreylminch.substack.com/p/cryptos-killer-app-buying-the-government
1•rmason•42s ago•0 comments

Programming as a Hobby in the Age of AI

https://www.bennadel.com/blog/4908-programming-as-a-hobby-in-the-age-of-ai.htm
1•rmason•2m ago•0 comments

When Vibecoding Is Safe

https://friedkielbasa.substack.com/p/when-vibecoding-is-actually-safe
1•fkozlowski•3m ago•0 comments

Amazon service that Jeff Bezos called artificial AI is shutting down

https://www.cnbc.com/2026/08/25/amazon-service-that-jeff-bezos-called-artificial-ai-is-shutting-d...
2•kjhughes•3m ago•0 comments

Omarchy – Linux that is capitalizing on AI momentum

2•orsenthil•4m ago•0 comments

Show HN: Invader – an indie iOS podcast player that never phones home

https://invader.gg/
1•HeadOfProbing•4m ago•1 comments

The Texas Grid Has Had a Boring Summer Thanks to Batteries

https://heatmap.news/energy/texas-grid-reliability-batteries
3•coloneltcb•5m ago•0 comments

Re-fueling while cycling made all the difference

https://text.tchncs.de/after-hours-engineering/re-fueling-while-cycling-made-all-the-difference
1•pizzaiolo•5m ago•0 comments

150 Years of Global Stock Returns – The Birthplace Lottery

https://beyondpassive.substack.com/p/150-years-of-global-stock-returns
1•rzk•5m ago•0 comments

UmmahRank – sponsor a listing, your bid sets your rank

https://www.ummahrank.pro/`
1•nothanii•6m ago•0 comments

What will be left for us to work on

https://ICML.cc/virtual/2026/invited-talk/67274
1•Cloudly•6m ago•1 comments

Steampunk Computer Works as Long as I Have Fire [video]

https://www.youtube.com/watch?v=34SSmx31d2U
1•watercooler_guy•7m ago•0 comments

Show HN: We built the smallest dual-band aircraft tracker

https://pantsforbirds.com/the-worlds-smallest-dual-band-ads-b-receiver-module/
3•CoolNamesAllTkn•10m ago•0 comments

Scaling Memory Safety: AI-Assisted Rewrites of C/C++ Dependencies to Rust

https://bughunters.google.com/blog/scaling-memory-safety
1•coffeeaddict1•11m ago•0 comments

Show HN: Devx – Autonomous AI coding agent built for Android Termux and desktop

https://github.com/apvcode/Termux-Dev
1•apvcode•12m ago•1 comments

Mark Walter's Troubles Are Disrupting the Insurance World's Hottest Trade

https://www.wsj.com/finance/investing/mark-walters-troubles-are-disrupting-the-insurance-worlds-h...
1•petethomas•12m ago•0 comments

mold: A Parallel Linker

https://arxiv.org/abs/2608.23228
1•matt_d•12m ago•0 comments

Nvidia's Blowout Second Quarter Leaves Investors Unmoved

https://www.wsj.com/tech/nvidia-earnings-q2-2027-nvda-stock-8983c8d1
1•TechTechTech•13m ago•0 comments

Nvidia Announces Financial Results for Second Quarter Fiscal 2027

https://nvidianews.nvidia.com/news/nvidia-announces-financial-results-for-second-quarter-fiscal-2027
3•NewCzech•13m ago•0 comments

Get woken up in the middle of the night when your agent hits an external blocker

https://github.com/whp-wessel/codex-stall-watch
1•whp_wessel•14m ago•1 comments

Brief independent investigation of agent behavior in OpenAI/Hugging Face hack

https://metr.org/blog/2026-08-26-openai-hugging-face-incident-investigation/#core-takeaways-about...
1•dwohnitmok•15m ago•0 comments

Product Development is being Rewritten

https://revyl.com/blog/product-development-is-being-rewritten/
1•anamhira•15m ago•0 comments

IBM Unveils Next Generation Dual-Architecture Processor

https://newsroom.ibm.com/2026-08-24-ibm-unveils-next-generation-dual-architecture-processor-for-i...
2•porridgeraisin•16m ago•0 comments

Satisfaction Is Not Absolute [pdf]

https://www.cambridge.org/core/services/aop-cambridge-core/content/view/5EC3AE5879D1F332C29972FA4...
1•Xcelerate•17m ago•0 comments

Infrastructure as Raclette

https://lois.postu.la/posts/infrastructure-as-a-raclette
1•kasmanit•17m ago•0 comments

I keep getting flagged for AI, but I suck at writing. How can I solve this?

1•quesobob•17m ago•4 comments

PureCSS Lace

https://diana-adrianne.com/purecss-lace/
1•colinprince•18m ago•0 comments

The fastest and cheapest GLM 5.3 Flash endpoint

https://runinfra.ai/inference-api/glm-5-3-flash
2•OsamaJaber•18m ago•0 comments

I Made a Website to Monitor Data Center Effects on Electricity Prices

https://www.cremieux.xyz/p/i-made-a-website-to-monitor-data
1•MrBuddyCasino•19m 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...