frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: You can continue a Claude session in Codex, and vice versa

https://github.com/theoriclabs/agent-convert
2•hargup•3m ago•2 comments

Extracts of Polypore Mushroom Mycelia Reduce Viruses in Honey Bees

https://www.nature.com/articles/s41598-018-32194-8
1•tomaytotomato•4m ago•0 comments

Monarchies of Malaysia

https://en.wikipedia.org/wiki/Monarchies_of_Malaysia
1•thunderbong•5m ago•0 comments

Show HN:Getting GLM 5.2 running on my slow computer

1•vforno•5m ago•0 comments

CEO and Creator of Ethos Engine for AI

1•frajaro•9m ago•0 comments

Etcd v3.7.0

https://etcd.io/blog/2026/announcing-etcd-3.7/
1•enz•10m ago•0 comments

Timeline Studio – browser AI voiceover editor running ONNX locally

https://video-editor.ai-creator.top/
2•martindelophy•11m ago•0 comments

The robotaxi law that could ban Tesla

https://www.theverge.com/transportation/962309/new-jersey-robotaxi-bill-lidar-tesla
2•baranul•11m ago•0 comments

Before AI Ships Code, Show Me the Receipts

https://www.pagerduty.com/eng/before-ai-ships-code-show-me-the-receipts/
1•mlashcorp•13m ago•0 comments

The AI didn't get smarter about my project. My notes did

https://www.syncpen.io/blog/your-ai-doesn-t-get-better-your-workspace-does
1•airbuzz•15m ago•0 comments

LingBot-World 2.0: Interactive world generation from image, text, and actions

https://github.com/Robbyant/lingbot-world-v2
1•jallenjia•15m ago•0 comments

International timekeepers to vote on changing the leap second to a leap hour

https://www.scientificamerican.com/article/international-timekeepers-to-vote-on-changing-the-leap...
3•beardyw•19m ago•0 comments

$130M Series A to Build the Open Superintelligence Stack

https://www.primeintellect.ai/blog/series-a
1•ronfriedhaber•21m ago•0 comments

Quantum Pairs Stitch Space-Time (2015)

https://www.quantamagazine.org/tensor-networks-and-entanglement-20150428/
1•throwaway81523•22m ago•0 comments

World Tour Finals 2026 Algorithm: Human vs. AI Exhibition Match

https://atcoder.jp/login?continue=https%3A%2F%2Fatcoder.jp%2Fcontests%2Fawtf2026algo%2Fstandings%...
1•limoce•24m ago•0 comments

A certain kind of talk around LLMs that I find increasingly puzzling

https://twitter.com/esrtweet/status/2074889702381953222
2•tosh•24m ago•0 comments

The Web's HTTP Header Junk Drawer

https://jonlu.ca/posts/http-headers-top-1000
2•luu•24m ago•0 comments

Another German state heads down the open source sovereignty road

https://www.theregister.com/software/2026/07/08/another-german-state-heads-down-the-open-source-s...
1•baranul•26m ago•0 comments

Stride Game Engine

https://www.stride3d.net/
1•notRobot•31m ago•0 comments

I built a $10M run rate AI Startup in 150 days [video]

https://www.youtube.com/watch?v=VMyHC7qUrhI
1•zetamax•38m ago•0 comments

SanDisk has highest unrealized losses

https://old.reddit.com/r/StockMarket/comments/1uqmktf/sandisk_has_highest_unrealized_losses/
1•mgh2•39m ago•0 comments

The potential role of iron fuel in Europe's clean energy transition

https://www.cell.com/chem-circularity/fulltext/S3051-2948(26)00043-5?_returnURL=https%3A%2F%2Flin...
1•Tomte•42m ago•1 comments

Why new €3 customs charge tells a bigger story about global trade

https://www.rte.ie/brainstorm/2026/0709/1582146-3-euro-customs-charge-online-shopping-global-trad...
2•austinallegro•45m ago•0 comments

The 4th Amendment Moves to the Cloud: Chatrie and the Future of Digital Privacy

https://www.wilmerhale.com/en/insights/client-alerts/20260702-the-fourth-amendment-moves-to-the-c...
1•greyface-•47m ago•0 comments

Show HN: PandaPage – host an HTML page with one curl, no signup, auto-expires

https://pandapage.clawshop.sh
1•itskritix•47m ago•0 comments

Local codereview tool for handing structured review to agent

https://github.com/rosenbjerg/local-review
1•mrosenbjerg•52m ago•1 comments

Probelock – lockfile for LLM tool calling

https://github.com/kelkalot/probelock
1•rar101x•53m ago•0 comments

Show HN: Reddit-opportunities – See who is asking for you in Reddit

https://karmybot.com/reddit-opportunities
1•dhante•54m ago•0 comments

New Horizons Pluto probe just woke itself up after 321 days of hibernation

https://www.theregister.com/science/2026/07/09/new-horizons-pluto-probe-just-woke-itself-up-after...
3•jnord•56m ago•0 comments

Show HN: Facebook Videos Downloader

https://chromewebstore.google.com/detail/video-downloader/depedcledfjjdoikcjfbdjlncjfbpjjg
1•qwikhost•58m 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...