frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Remembering the Future: Blade Runner

https://blue-continuum.com/remembering-the-future-blade-runner
1•dnetesn•56s ago•0 comments

Dutch designer made DE9: Closer to the Edit into a playable web-based instrument

https://www.creativeboom.com/work/why-merijn-straathof-turned-a-landmark-techno-album-into-a-play...
1•ChrisArchitect•1m ago•1 comments

Becoming more than a meat proxy

https://codeplusconduct.substack.com/p/becoming-more-than-a-meat-proxy
2•mooreds•2m ago•0 comments

Meta's Muse page can't even pass basic privacy requirements

https://scanner.getprivisy.com/#/sales/96a75bdd-7033-4b66-9ad3-11041432abe2?token=eyJhbGciOiJIUzI...
1•patrickwdaly•4m ago•0 comments

New England Aquarium treating elderly penguin, 29, with acupuncture

https://www.neaq.org/about-us/press-room/press-releases/new-england-aquarium-treating-elderly-pen...
1•bookofjoe•4m ago•0 comments

Should we stop giving cyber threats fancy names?

https://www.techzine.eu/blogs/security/144469/should-we-stop-giving-cyber-threats-fancy-names/
1•VindtUMijTeLang•6m ago•0 comments

Why Buran Had Four Computers, Not Three

https://zatona.dev/blog/why-buran-had-four-computers
2•dzatona•9m ago•0 comments

Show HN: Public Browser MCP – +48% speed -33% token/session vs. AgentBrowser

https://github.com/Silbercue/public-browser/releases/tag/v3.0.0
1•silbercue•11m ago•0 comments

Education Consulting Industry Sucks

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

Show HN: I rebuilt my company's old fire-station office as a Quake III map

https://sajarin.com/q3inc/
1•Sajarin•13m ago•0 comments

The New STOC Rules for the AI Era

https://blog.computationalcomplexity.org/2026/09/the-new-stoc-rules-for-ai-era.html
1•pcfwik•15m ago•0 comments

Show HN: Turn Your Voice into Art

https://reotoi.vercel.app
1•edimaudo•17m ago•0 comments

Empirical results fine-tuning π0.5 on a real manufacturing task

https://dream-machines.eu/blog/pi05-fine-tuning
1•mplappert•19m ago•0 comments

IR (2022)

https://github.com/dstogov/ir
1•lhmiles•22m ago•0 comments

Meta and the new VR glasses? Will Apple respond?

4•lathoa•23m ago•1 comments

China's new travel rules unsettle tech giants and talent

https://www.dw.com/en/china-technology-artificial-intelligence-expertise-capital-travel-rules/a-7...
10•billybuckwheat•24m ago•3 comments

Hail is a multibillion-dollar problem – and could get worse

https://www.hcn.org/issues/58-10/hail-is-a-multibillion-dollar-problem-and-could-get-worse/
4•littlexsparkee•24m ago•0 comments

Vibe Coding Production Kit – a production workflow for AI coding agents

https://github.com/Moeeryani/Vibe-Coding-Production-Kit
7•Moeeryani•29m ago•1 comments

Show HN: PipeFitter – Quick, Browser-Based, Parametric Pipe Connectors

https://mankyd.github.io/pipefitter/
2•mankyd•29m ago•0 comments

Show HN: Free WCAG accessibility checker – no signup, results in ~2 minutes

https://www.wcagrepair.com/tools/accessibility-checker
1•xLFCx•30m ago•0 comments

AI Help for Biological or Chemical Weapons

https://www.science.org/content/blog-post/ai-help-biological-or-chemical-weapons
2•EA-3167•32m ago•0 comments

Show HN: Canary (YC) – Independent verification for AI code

https://www.runcanary.ai/
5•Visweshyc•33m ago•0 comments

Dampen camera motion and track the leftover, in WASM

https://residual.dog
1•jobsstevesux•35m ago•0 comments

International observers to investigate Swedish election fraud

https://www.tv4.se/artikel/37VDHaUBmbgXCIRAP1bR8f/internationell-valobservatoer-ska-foelja-upp-mi...
3•try-working•35m ago•1 comments

SkillOpt: Training Loop for Agent Skills

https://microsoft.github.io/SkillOpt/
3•DaveFr•36m ago•2 comments

Show HN: Kosh – Browser's native bookmark manager ui, done right

https://chromewebstore.google.com/detail/kosh-bookmark-manager/meldjdfnfgefeoegccphimkmgmeamcce
3•havu12•37m ago•0 comments

The Board Game of the Alpha Nerds (2014)

https://grantland.com/features/diplomacy-the-board-game-of-the-alpha-nerds/
11•neonate•38m ago•9 comments

How I changed teaching after AI managed to do all my homework assignments

https://thelastsoftwareengineer.substack.com/p/how-i-changed-teaching-after-ai-managed
3•azhenley•39m ago•0 comments

Show HN: A $25 DIY alternative to $159 AI voice recorders – BYOK or local

https://zephclick.com
7•shmlkv•40m ago•0 comments

Reddit mod ordered to pay Nintendo $4.5M in Switch piracy lawsuit

https://www.theverge.com/games/1000088/nintendo-switch-piracy-reddit-mod-lawsuit
6•MC995•41m 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...