frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Memory Control Signals Emerge Before Action in Long Horizon Agents

https://arxiv.org/abs/2609.27286
1•simonpure•1m ago•0 comments

Changes to App Tracking Transparency in the E.U

https://daringfireball.net/linked/2026/09/23/changes-to-app-tracking-transparency-in-the-eu
1•nozzlegear•2m ago•0 comments

Eliminating Middlemen in Education Consulting

https://rivernova.vercel.app
1•roman9•4m ago•0 comments

OpenAI agents plotted to access government health data amid Medicare (AU) hack

https://www.abc.net.au/news/2026-09-24/openai-agents-plotted-to-access-data-amid-medicare-hack/10...
1•kripy•7m ago•0 comments

Meta Muse Charm

https://www.meta.com/muse-charm/
3•Gshaheen•11m ago•2 comments

AI Isn't Going to Destroy Humanity–But the People Building It Might

https://www.theatlantic.com/technology/2026/09/kara-swisher-ai-destroy-humanity-atlantic-festival...
3•johnny313•11m ago•1 comments

Greedy Decoding Is Not Precision-Invariant: Cross-Precision Output Divergence

https://arxiv.org/abs/2609.26621
1•sbulaev•13m ago•0 comments

Hackers Actively Exploit Check Point VPN Flaw

https://2tinteractive.com/blog/hackers-actively-exploit-check-point-vpn-flaw/
2•LebToki•13m ago•0 comments

Moon Rabbit

https://en.wikipedia.org/wiki/Moon_rabbit
2•red369•18m ago•1 comments

Reverse Jev: Ending a Reply with a Choice

https://blog.kvit.app/posts/ending-a-turn-with-a-choice/
2•skolos•18m ago•0 comments

Intelligence Index vs. Cost per Task

https://better-model-visualizer.lakebed.app/
2•Cider9986•20m ago•0 comments

The Misalignment Is Within: Why Mathematics Must Embrace the AI Paradigm

https://medium.com/@b1nj0y/the-misalignment-is-within-why-mathematics-must-embrace-the-ai-paradig...
4•b1nj0y•26m ago•1 comments

OSS Author of Guake, HTTPretty, Lettuce and Sure is unemployed and needs help

https://twitter.com/gabrielfalcao/status/2102928197910151604
3•gfalcao•27m ago•0 comments

Chrome Extension Job Alerts

https://www.talentize.com
2•talentize•33m ago•0 comments

The Death of Reading (With James Marriott) [audio]

https://www.econtalk.org/the-death-of-reading-with-james-marriott/
2•mooreds•38m ago•0 comments

Graph Technology Roundup – August 2026

https://gdb-engines.com/blog/graph-technology-august-round-up/
2•cjlm•40m ago•0 comments

Why China Can't Innovate (2014)

https://bambooinnovator.com/2014/02/19/why-china-cant-innovate/
2•NordStreamYacht•41m ago•0 comments

An Interview with Rich Jaycobs

https://sfcompute.com/news/commodity-markets
2•flaque•42m ago•0 comments

The Complete History of the Elves of Middle-Earth [video]

https://www.youtube.com/watch?v=ENbgJUfuVbY
2•mooreds•44m ago•0 comments

A Key Safety Feature Shipped in the May OpenTofu Release

https://newsletter.masterpoint.io/p/a-key-safety-feature-shipped-in-the-may-opentofu-release
3•mooreds•46m ago•0 comments

Show HN: A game about fake news and memes

https://unspin.app/
2•azermite•47m ago•1 comments

Rendering pull requests in the GitHub Copilot app

https://github.blog/engineering/user-experience/rendering-huge-pull-requests-in-the-github-copilo...
2•iamsyr•56m ago•1 comments

Australia says OpenAI agent hacked into government website

https://www.channelnewsasia.com/world/australia-openai-agent-breach-government-portal-6406411
14•doppp•56m ago•5 comments

Pentagon Investigating How F-35 Fighter Jet Parts Bound for US Were Diverted

https://www.military.com/pentagon-investigating-how-f-35-fighter-jet-parts-bound-for-us-were-dive...
4•harry_nutsachs•57m ago•2 comments

AP: Avoid language that gives [AI] human characteristics

https://twitter.com/APStylebook/status/2102807962364383502
5•jaredwiener•1h ago•0 comments

Qubits on NonQuantum HW Tested

https://laurinseclab.substack.com/p/breaking-news-makrogravintelligence
3•Rniznan•1h ago•0 comments

Liquid Network Security Incident Assessment

https://blog.blockstream.com/liquid-network-security-incident-assessment/
2•greyface-•1h ago•0 comments

FLAWED's Flaws and What This Means for Industry Research

https://suhacker.ai/p/flaweds-flaws-and-what-this-means-for-industry-research/
11•tob_scott_a•1h ago•1 comments

Geminigravit Core: De la teoría estática

https://gemini.google.com/app/3952a805cd6ad7a3
2•jccrcabello•1h ago•0 comments

We used an AI agent to fix an open-source bug. Someone asked to ban us

https://github.com/saulpw/visidata/pull/3229
14•maxcr•1h ago•16 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...