frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Alphabet hikes 2026 capex spend to $195B-$205B

https://www.cnbc.com/2026/07/22/google-earnings-q2-goog-live-updates.html
1•mfiguiere•1m ago•0 comments

Cursor, Codex, Gemini CLI, Antigravity hit by sandbox escapes

https://www.bleepingcomputer.com/news/security/cursor-codex-gemini-cli-antigravity-hit-by-sandbox...
1•PhilippGille•2m ago•0 comments

Capra, Cribl's Design System

https://cribl.io/blog/introducing-capra-cribls-design-system/
1•ilreb•2m ago•0 comments

Star Axis

https://en.wikipedia.org/wiki/Star_Axis
1•Thevet•5m ago•0 comments

Malleable Computing, Emacs, and You

http://yummymelon.com/devnull/malleable-computing-emacs-and-you.html
4•kickingvegas•5m ago•0 comments

Show HN: What's one random memory from your childhood that you'll never forget?

https://mil.now
1•untitled-now•8m ago•0 comments

OAuth DPoP

https://fusionauth.io/docs/lifecycle/authenticate-users/oauth/dpop
1•mooreds•8m ago•0 comments

SIMD for Collision

https://box2d.org/posts/2026/07/simd-for-collision/
1•birdculture•11m ago•0 comments

Q2 2026 earnings call: Remarks from Alphabet CEO

https://blog.google/company-news/inside-google/message-ceo/alphabet-earnings-q2-2026/
2•ilreb•12m ago•1 comments

OpenAI Model Hacks into HuggingFace During Cybersecurity Evaluation

https://thezvi.substack.com/p/openai-model-hacks-into-huggingface
2•nedruod•12m ago•0 comments

Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust

https://github.com/garyhtou/grecian-computer
1•garyhtou•13m ago•0 comments

Drawn Apart: Remote GPU Fingerprinting

https://orenlab.cis.bgu.ac.il/p/DrawnApart-TOPS
1•matt_d•14m ago•0 comments

Google beats quarterly revenue expectations off of enterprise AI surge

https://www.reuters.com/business/google-quarterly-cloud-revenue-growth-beats-expectations-2026-07...
1•kaycebasques•14m ago•2 comments

Show HN: Autograd-Free LLM Guiding with 0MB VRAM (Alternative Pathways)

https://github.com/PJHkorea/Continuous_Wave_Field_LLM_Brain
1•PJHkorea•16m ago•1 comments

Obliterate, Don't Automate

https://blog.usv.com/obliterate
1•wslh•16m ago•0 comments

From knowledge-based inference to presence-based verification

https://discuss.huggingface.co/t/if-unsure-ask-never-guess-ai-agent-pre-execution-checklist/176632
1•offaxis•17m ago•0 comments

Show HN: Focus on approving agent actions and managing team MCP access

https://gettrustloop.app
1•ducnguyen67201•17m ago•0 comments

Alphabet Quadruples Profit to Nearly $120B, Fueled by A.I. Investments

https://www.nytimes.com/2026/07/22/technology/alphabet-google-earnings-profit.html
1•xnx•20m ago•1 comments

Safari Technology Preview 248 Released

https://webkit.org/blog/18162/release-notes-for-safari-technology-preview-248/
9•Erenay09•20m ago•0 comments

Show HN: LiquidBrain – Unlimited Tokens. Unlimited Context. One Fixed Price

https://liquidbrain.ai/
1•salsta1•21m ago•0 comments

Daniel Radcliffe to Narrate Comedian Kyle Gordon's Third Album

https://variety.com/2026/music/news/daniel-radcliffe-narrate-kyle-gordon-album-1236812133/
1•firasd•24m ago•0 comments

How we verify Cleric’s production fixes

https://cleric.ai/blog/verifying-fixes
1•willempienaar•26m ago•0 comments

Character.ai: The Technical Story of What Keeps Users Hooked

https://manish.sh/writings/ai-tools/inside-character-ai-the-technical-story-of-what-keeps-users-h...
1•ms7892•26m ago•0 comments

Framework downgrades RAM configurations on pre-orders due to price hikes

https://old.reddit.com/r/framework/comments/1v3ntus/framework_memory_configurations_updated/
2•john-titor•26m ago•1 comments

Flare Redact – zero-dependency secret and PII redaction for Node.js

https://github.com/umudhasanli/flare-redact
1•umudhasanli•27m ago•0 comments

Show HN: The Daily FM – Turn any source into a daily podcast

https://thedaily.fm/
2•carimura•30m ago•1 comments

How Philly took a starring role in the 1983 holiday comedy 'Trading Places'

https://www.phillyvoice.com/trading-places-philadelphia-production-christmas-holiday-movies/
2•austinallegro•32m ago•1 comments

MG risks their cars becoming a rolling pirate copy

https://table.media/en/china/talk-of-the-town/software-licenses-mg-risks-becoming-a-rolling-pirat...
2•fh973•33m ago•1 comments

Why 'narcissistic' bosses don't want you working from home

https://www.rte.ie/brainstorm/2026/0722/1584510-narcissistic-self-centred-bosses-working-from-hom...
3•austinallegro•36m ago•2 comments

ICFP Programming Contest 2026

https://icfpcontest2026.com/
2•matt_d•36m 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...