frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Could AIs Become Conscious?

https://economist.com/leaders/2026/08/20/could-ais-become-conscious
1•andsoitis•1m ago•0 comments

State of SaaSpocalypse

https://app.agentgrid.io/artifacts/BSSoRuFsywQAyzxDAsbmUg
1•avishic•2m ago•1 comments

One human. Agents. 3,913 merged PRs in 30 days

https://github.com/kungfu-systems/site-libkungfu-dev/blob/main/docs/research/parallel-runtime-pat...
1•ungfu•4m ago•0 comments

Spec4j makes your REST APIs YAMLless

https://github.com/marketplace/actions/spec4j
2•enismustafaj•5m ago•1 comments

Help to Improve Numax's Website?

https://github.com/GianIac/numax/issues/111
1•gianiac•6m ago•1 comments

Instant (Instantdb.com) Sunsetting

https://discord.com/channels/1031957483243188235/1148279464132890714/1540001948596445324
1•ibejoeb•7m ago•1 comments

Polchinski's Paradox

https://www.futilitycloset.com/2026/08/12/polchinskis-paradox/
1•surprisetalk•8m ago•0 comments

We trained small language models specifically for voice-to-text transformation

https://superwhisper.com/blog/s1
2•bpjzy•8m ago•1 comments

Code Factories Without Quality: The AI Development Blind Spot

https://www.qawolf.com/blog/code-factories-without-quality
1•BinRoo•9m ago•0 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
3•tinyprojects•9m ago•1 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
3•knaught•9m ago•0 comments

I Finally Got Discouraged By DevTo

https://thibaultduponchelle.github.io/I-finally-got-discouraged-by-devto
1•reeeese•10m ago•0 comments

Stealing Blame

https://avivbenyosef.com/stealing-blame/
1•avivby•10m ago•0 comments

Show HN: Ullis – Local Ternary Moe-Kan Training and Inference Engine in Rust

https://github.com/Vladislav-Kalinkin/ullis
1•vlad_kalinkin•11m ago•0 comments

Just Fucking Use Neovim

https://www.justfuckinguseneovim.com/
2•hacb•11m ago•0 comments

Silencing the Second Hand of a Second-Hand Bird Clock

https://www.kyleniewiada.org/blog/2026/08/silencing-bird-clock-tick-tock/
1•speckx•11m ago•0 comments

Is Claude Code a bad harness?

https://generray.substack.com/p/is-claude-code-a-bad-harness
2•wsun19•11m ago•1 comments

ProgramBench Vetted: Reverse Engineering from a Runnable Binary

https://vetto.ai/companies/programbench-vetted.html
7•rigelbm•13m ago•0 comments

Apple leaked many features in a release, will it not be a flop? [video]

https://www.youtube.com/watch?v=q8Zd1dMK1uA
2•ltononro•13m ago•0 comments

Grok.bot – the epic domain lottery ticket

https://grok.bot/
2•bogdiyan•14m ago•0 comments

The "Kerry Cow" Wasn't a Cow at All–and It Upends Stone Age Irish History

https://nautil.us/the-kerry-cow-wasnt-a-cow-at-all-and-it-upends-stone-age-irish-history-1283999
2•Brajeshwar•15m ago•0 comments

mRNA cancer vaccine is getting there

https://arstechnica.com/health/2026/08/mrna-cancer-vaccine-succeeded-in-phase-3-melanoma-trial-mo...
4•ltononro•18m ago•1 comments

Citizens of France had their fiscal info leaked by the gov

https://www.franceinfo.fr/internet/securite-sur-internet/cyberattaques/piratage-du-fisc-quels-son...
3•mabios•18m ago•0 comments

The app blocker I made because I kept cheating on Screen Time

https://didac.dev/blog/the-app-blocker-i-made-because-i-kept-cheating-on-screen-time
2•sabatesduran•18m ago•0 comments

Show HN: A faithful port of Quake to the browser

https://willeastcott.github.io/playcanvas-quake/
2•ovenchips•19m ago•1 comments

Show HN: Clean, an agent skill that clears dev junk (freed 5.3 GB on first run)

https://github.com/andalabx/skills/tree/main/clean
2•Andassyn•19m ago•0 comments

I reduced Sony raws by 50% (lossless)

http://arwc.colorplane.com/
2•octacat•20m ago•1 comments

OpenAI retired O3 this month – here's my migration log

https://zlvox.com/blog/openai-o3-retirement-migration-guidehttps://zlvox.com/blog/openai-o3-retir...
2•mraadikhokhar•20m ago•0 comments

When Was the Last Time You Lost It with Everyone in a Movie Theater?

https://blog.mrcroxx.com/posts/when-was-the-last-time-you-lost-it-with-everyone-in-a-movie-theater/
2•MrCroxx•20m ago•0 comments

I built AI tool to find the right VCs and it saved me weeks

https://seedstr.app
2•Brainologist•20m ago•1 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...