frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I completed my cross platform C++ 17 fiber job system

https://github.com/jay403894-bit/JLib-Scheduler
1•jay403894•2m ago•0 comments

Swiss tourist sentenced to year in jail for insulting Bali sacred Day of Silence

https://www.euronews.com/my-europe/2026/08/20/swiss-tourist-sentenced-to-year-in-jail-for-insulti...
1•Markoff•3m ago•0 comments

OpenCode go provides Hy3 with 8X usage

https://opencode.ai/go
1•dares2573•4m ago•0 comments

Changes in shadow-utils password-expiration features

https://lwn.net/Articles/1086949/
1•pykello•5m ago•0 comments

Why Is Everyone in Silicon Valley Talking Like That?

https://www.theatlantic.com/technology/2026/08/ai-jargon-in-everday-speech/688358/
1•jonah•8m ago•0 comments

Limitless Telepresence with Minds to Space

https://limitlesstelepresence.com/
1•MaysonL•10m ago•0 comments

Indigenous Circuits

https://computerhistory.org/blog/indigenous-circuits/
1•lying4fun•12m ago•0 comments

The Sloppiest Thing About AI

https://blog.oxplot.com/the-sloppiest-thing-about-ai/
1•oxplot•15m ago•0 comments

Meta's app for creating generative AI minigames is now available in the US

https://www.engadget.com/2241098/meta-pocket-app-for-creating-generative-ai-minigames-available-i...
1•thm•16m ago•0 comments

Tesla discontinues its Solar Roof tiles, not economically viable

https://electrek.co/2026/08/20/tesla-discontinues-solar-roof-panels-only/
1•mfiguiere•22m ago•0 comments

Kafka Flow – An interactive visualization of Kafka

https://kafka-flow.com/
1•bytegogogo•22m ago•0 comments

Advertising Is Hard – a pay-to-rank leaderboard that resets every 90 days

https://advertisingishard.com
1•dylan_builds•28m ago•0 comments

Compress and Forget: Bitsandbytes Quantization Amplifies Proactive Interference

https://arxiv.org/abs/2608.18578
1•sbulaev•29m ago•0 comments

People prefer A.I. art because people prefer bad art (2024)

https://maxread.substack.com/p/people-prefer-ai-art-because-people
2•gavinsyancey•30m ago•1 comments

A Claude Code plugin that shows an English rewrite of each assistant message

https://github.com/gvzdv/claudish-to-english
1•iacguy•33m ago•0 comments

'The Data Center Has Taken Everything: Our Lands, Future, Happiness'

https://behanbox.com/2026/08/20/the-data-center-has-taken-everything-our-lands-future-happiness/
2•akbarnama•36m ago•0 comments

Guggenheim loan trades in distressed territory after investor call

https://www.ft.com/content/7069ffff-9534-489d-bf25-9965a1bc48bc
2•petethomas•38m ago•0 comments

Lot #4006: Steve Jobs 8th Grade Science Fair Project

https://www.rrauction.com/auctions/lot-detail/351632607484006-steve-jobs-personally-built-8th-gra...
1•rgovostes•40m ago•0 comments

Micron announces $10B research hub in Boise

https://investors.micron.com/news/press-release/2026/Micron-Unveils-Micron-Research-Labs-a-U-S--B...
1•osnium123•44m ago•0 comments

US debt is rising by about $90k every second, or $7.8B a day

https://www.bbc.co.uk/news/articles/c9d8z72nn02o
2•CircuitSeuss•45m ago•2 comments

Open source a book "Representation, Structure and Transformation"

https://github.com/bfzhao/rst
1•bingfeng•52m ago•0 comments

Trump wants to make a trade deal with Canada

https://asiaviewnews.com/gigabots/Threads?p=130067
1•mark336•57m ago•1 comments

Apple Music to Label AI-Generated Songs

https://www.macrumors.com/2026/08/20/apple-music-to-label-ai-generated-songs/
4•thm•57m ago•3 comments

Sweden became a country of big-state libertarians

https://www.economist.com/europe/2026/08/20/how-sweden-became-a-country-of-big-state-libertarians
1•andsoitis•58m ago•0 comments

Grimshaw vs. Ford Motor Co

https://en.wikipedia.org/wiki/Grimshaw_v._Ford_Motor_Co.
1•vismit2000•59m ago•0 comments

The Horse and Sparrow Economic Theory

http://the13thtribe.blogspot.com/2025/03/the-horse-and-sparrow-economic-theory.html
1•thunderbong•1h ago•0 comments

Anolisa – Agentic OS with runtime, security, observability and token compression

https://github.com/alibaba/anolisa
2•forrestly•1h ago•0 comments

Show HN: I built a permission layer for AI agents, then spent a day breaking it

1•rmanish2000•1h ago•0 comments

Stock indices no longer reflect equity reality

https://www.economist.com/finance-and-economics/2026/08/18/stock-indices-no-longer-reflect-equity...
3•andsoitis•1h ago•2 comments

Show HN: Fifteen – buy a spot on a board where your position decays 5% a day

https://fifteen.show
1•pevide•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•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...