frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Are We Thinking Correctly About AI Intelligence?

https://www.quantamagazine.org/are-we-thinking-correctly-about-ai-intelligence-20260820/
1•gmays•20s ago•0 comments

Climber Recounts Rescue from 6-Inch Ledge Atop California Mountain

https://www.nytimes.com/2026/08/30/us/sierra-nevada-climber-rescued-mountains.html
1•bookofjoe•1m ago•1 comments

Gemini Agentic Video Analysis Cuts Token Usage Up to 88%

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-agentic-video...
2•WarmWash•2m ago•0 comments

How AI Is Weaponizing India's Voter Data for Mass Surveillance

https://www.medianama.com/2026/09/223-sir-electorion-commission-data-privacy/
2•twapi•2m ago•0 comments

Models may behave differently in graded episode

https://www.lesswrong.com/posts/AfoGGrJfuNzofpzWL/models-may-behave-differently-in-graded-episode...
2•ddp26•4m ago•0 comments

Show HN: Flawd is mutation testing for the AI era

https://fixture.dev/flawd
2•fohara•6m ago•0 comments

Exit the Cave

https://turtlespace.blog/p/exit-the-cave
2•akkartik•6m ago•0 comments

Security Caveat: Locked out of my server while traveling

https://joshtronic.com/2026/08/30/security-caveat-locked-out-server-travel/
2•speckx•7m ago•0 comments

Hungary Plans Wealth Tax on Assets Exceeding $3.1M

https://www.bloomberg.com/news/articles/2026-09-02/hungary-plans-wealth-tax-on-assets-exceeding-3...
3•robtherobber•8m ago•0 comments

Show HN: Edgy – Ambient edge lighting for macOS

https://getedgy.app
3•renatoworks•8m ago•0 comments

Content Credentials: a nutrition label for digital content

https://contentcredentials.org/
2•nateb2022•9m ago•0 comments

Show HN: ZSvirt – A lightweight, scalable open source virtualization platform

https://github.com/ZSvirt/zsvirt
2•czhou25•10m ago•0 comments

Just bury your trash: What if everything we know about recycling is wrong?

https://worksinprogress.co/issue/just-bury-your-trash/
4•magoghm•12m ago•0 comments

No Jibber Jabber – Mr. T–themed skill to cut AI preamble

https://github.com/o3-cloud/no-jibber-jabber
2•ozanzal•12m ago•0 comments

Inadvertent Actions Such as Using Easy Passwords: Beginners Cybersecurity Guide

https://cyberupdates365.com/inadvertent-actions-easy-passwords/
2•sysadmin_diarie•12m ago•0 comments

Apple Maps Follows Google, Changes Name of Lake Ontario to 'Lake America'

https://www.cbc.ca/lite/story/9.7328843
2•DeepLogin•13m ago•0 comments

Goodbye Bitcoin, Hello AI Data Center

https://americanbuildout.com/goodbye-bitcoin-hello-ai-data-center/
3•newyorkinfra•13m ago•0 comments

Show HN: asciiQuake

https://asciiquake.wtf/
3•apresmoi•15m ago•0 comments

Why I run Claude on a remote server

https://rabea.sh/posts/why-i-run-claude-code-on-a-server
2•sommaq•17m ago•0 comments

What the Hale?

https://hale-lang.org/articles/what-the-hale/
2•rrook•17m ago•1 comments

Graphics editor without toolbar: Breaking 50yr UX tradition, surprising effect

https://squaresight.io/en/sketch/notes/no-toolbar.html
3•SquareSight•18m ago•1 comments

Cursor-based sync vs. Change Data Capture: what you're missing

https://www.erathos.com/en/blog/cursor-based-sync-vs-change-data-capture
2•gpaulbagetti•18m ago•0 comments

Show HN: Freefund – Reduce no shows at free/RSVP events

https://www.ticketfairy.com/guides/reduce-no-shows-at-free-rsvp-events
2•riteshpatel•18m ago•0 comments

Join FETCH May Not Save You: checking seven JPA N+1 beliefs against the SQL

https://exobench.ai/blog/join-fetch-may-not-save-you
2•exobench•19m ago•0 comments

WebLLM: high-performance in-browser LLM inference engine

https://github.com/mlc-ai/web-llm
3•saikatsg•20m ago•0 comments

The Telegram Scam That Steals Your Account with One Code

https://brothke.medium.com/the-telegram-scam-that-steals-your-account-with-one-code-322ef438b4e2
3•benrothke•20m ago•0 comments

PgDog vs. RDS Proxy

https://pgdog.dev/blog/pgdog-vs-rds-proxy
2•levkk•21m ago•0 comments

GrapheneOS says Pixel 11 has MTE support after all

https://grapheneos.social/@GrapheneOS/117194007157499435
17•user_7832•22m ago•5 comments

Three sites made 215,128 "best software" pages for AI. Perplexity cites them

https://trellner.com/reports/manufactured-sources-behind-ai-recommendations/
24•jakobgreenfeld•23m ago•9 comments

When the Shell Breaks Your Arrow Keys

https://emmajuettner.com/posts/when-the-shell-breaks-your-arrow-keys/
2•speckx•24m 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...