frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Light Flip Phone

https://www.thelightphone.com/lightflip
1•agilek•2m ago•0 comments

Recent Modeling Systematically Underestimates Warming from IMO2020 Shipping Regs

https://egusphere.copernicus.org/preprints/2026/egusphere-2026-2654/
1•littlexsparkee•2m ago•0 comments

A DEX aggregator whose quotes are computed on-chain (free API, no key)

https://blazephoenix.xyz/
1•mitraxyz•2m ago•1 comments

Show HN: SQL service for tables with billions of rows or up to 1M columns

2•synsqlbythesea•5m ago•0 comments

When AI Attacks AI: Why Every System Needs a Guard

https://medium.com/@alanscottencinas/when-ai-attacks-ai-why-every-system-needs-a-guard-8ba46f904378
1•encinas88•5m ago•0 comments

Four takeaways from our investigation into a hidden gene-editing death

https://www.science.org/content/article/four-takeaways-our-investigation-hidden-gene-editing-death
1•sbulaev•7m ago•0 comments

Patreon Lays Off 20% of Employees as Part of 'Painful' Restructuring

https://variety.com/2026/biz/news/patreon-cuts-20-percent-of-employees-painful-restructuring-1236...
5•adamhowell•8m ago•0 comments

Stripe in talks to buy OpenRouter for about $10B

https://twitter.com/andrewcurran_/status/2080397684134007189
6•julien_c•10m ago•0 comments

Future euro banknote design proposals

https://www.ecb.europa.eu/euro/banknotes/future_banknotes/html/design-proposals.en.html
1•amarcheschi•12m ago•0 comments

Negative Resistance

https://lcamtuf.substack.com/p/negative-resistance
1•surprisetalk•14m ago•0 comments

MTTR is the wrong metric for Engineering Teams today

https://www.ito.ai/blog/mttr-wrong-metric-ai-engineering-teams
2•jevanish•14m ago•0 comments

Soccer/Wordle/Chess

https://tactkicks.com/
1•alfredmalmros•15m ago•0 comments

Nvidia Puts a 4B World Model on the Robot [Weekly Physical AI Roundup]

https://topicqueue.substack.com/p/nvidia-puts-a-4b-world-model-on-the
1•DISCURSIVE•16m ago•0 comments

A Minimal IR for RTL

https://miguel9554.github.io/blog/posts/a-minimal-ir-for-rtl/
1•fourier54•17m ago•0 comments

Codeberg gives vibe-coded projects the toss, promotes human FLOSS

https://www.theregister.com/ai-and-ml/2026/07/23/codeberg-gives-vibe-coded-projects-the-toss-prom...
3•jjgreen•22m ago•1 comments

A Taxonomy of Omnicidal Futures Involving Artificial Intelligence

https://arxiv.org/abs/2507.09369
4•amelius•23m ago•0 comments

How to Bungle a Heist

https://cinemasojourns.com/2026/07/23/how-to-bungle-a-heist/
1•jjgreen•24m ago•0 comments

Ground Robots Inherit the Kill Zone

https://spectrum.ieee.org/ukraine-ground-drones
1•sohkamyung•25m ago•0 comments

How to become a 10x ramble-coder

https://moekhalil.substack.com/p/how-to-become-a-10x-ramble-coder
2•mfkhalil•25m ago•0 comments

Toward Self-Improving Agents

https://www.salesforce.com/news/stories/toward-self-improving-agents/?bc=HL
2•crsn•29m ago•0 comments

Using a Landline Phone in 2025

https://n1ugk.com/2025/09/using-a-landline-phone-in-2025/
2•austinallegro•35m ago•0 comments

Ensoniq EPS-16 Plus VST3 Emulator

https://github.com/mardlib/Ensoniq-EPS-16-Plus/tree/vst3-prototype
2•dijksterhuis•36m ago•1 comments

Hedgehog (Weapon)

https://en.wikipedia.org/wiki/Hedgehog_(weapon)
1•petethomas•37m ago•0 comments

98.css

https://jdan.github.io/98.css/#status-bar
7•lopespm•44m ago•1 comments

Building watchable digital twins of 64 World Cup games

https://rogerdickey.com/building-watchable-digital-twins-of-64-world-cup-games/
3•rogerdickey•44m ago•0 comments

Show HN: Ohnrscript – A systems language and HTTP unikernel in JavaScript syntax

https://github.com/Ohnrshyp/Ohnrscript
2•focusjordan•45m ago•0 comments

Snailmail Club

https://sketchkids.com/
2•engraveprice•49m ago•0 comments

Government withdraws reporter subpoenas for NYT after admitting legal errors

https://apnews.com/article/usmediatimesair-force-one-42429e4d4da8accc42b6c3ddf3f4fed5
4•petethomas•49m ago•1 comments

Linux from Scratch Security Advisories

https://www.linuxfromscratch.org/advisories/
2•turtleyacht•50m ago•1 comments

Show HN: Run GLM-4.5-Air(110B)on a 16GBRAM consumer machine

https://github.com/FedericoTs/quantprobe
1•federicoTXTS•50m 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...