frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Built a Zero-Trust Resume Pipeline to Stop AI from Hallucinating

https://github.com/Gotili/EigenCV
1•g0tili•3m ago•0 comments

A24 Knows You're Mad About the Google AI Collab

https://www.wired.com/story/a24-knows-youre-mad-about-the-google-ai-collab/
2•nate•3m ago•1 comments

How We Securely Serve a Large Agent Fleet on a Small Infra Footprint

https://gluondb.com/blog/how-we-securely-serve-a-large-agent-fleet
3•slopranker•4m ago•0 comments

AI Browser Game Jam 3 submissions closed with 85 AI-assisted browser games

https://itch.io/jam/ai-game-jam-3/entries
1•KilledByAPixel•7m ago•1 comments

Micron stock jumps 12% as memory crunch lead to quadrupling of revenue

https://www.cnbc.com/2026/06/24/micron-mu-earnings-report-q3-2026.html
3•mgh2•7m ago•0 comments

PICO: Performance Insights for Collective Operations

https://ieeexplore.ieee.org/document/11520486
1•matt_d•9m ago•0 comments

My 75-Year-Old Dad Just Replaced Me with AI

https://suyuen.medium.com/my-75-year-old-dad-just-replaced-me-with-ai-bfd716157516
2•su_yuen•9m ago•1 comments

Obsidian-Inspired Social Network

https://aphant.dev
1•Aikaros•12m ago•0 comments

$7k Induction Cooktop Gets Smoking Hot in Two Seconds

https://www.nytimes.com/wirecutter/reviews/impulse-cooktop-review/
2•carabiner•12m ago•1 comments

Crimea's big cities in total blackout after Ukrainian drone strikes

https://www.ft.com/content/7107a1c1-8025-4237-947f-40fa39c9d2fe
2•JumpCrisscross•12m ago•0 comments

Elastic lays off 7% of employees

https://www.elastic.co/blog/ceo-ash-kulkarni-announcement-to-elastic-employees
1•dakrone•13m ago•0 comments

China moves forward with ethnic unity initiative

https://uk.news.yahoo.com/china-says-target-people-overseas-062038094.html
1•indoorfish•13m ago•0 comments

AI writes the code. Taskachu runs the project

https://taskachu.com
1•ndha•14m ago•0 comments

Is There a 'Vienna School of Agentic Coding'? [video]

https://www.youtube.com/watch?v=5mgde2Br4ik
1•raybb•16m ago•0 comments

How we built the fastest API for GLM-5.2

https://www.baseten.co/blog/how-we-built-the-worlds-fastest-api-for-glm-52/
2•Philpax•17m ago•0 comments

Same flaw, opposite verdict: what counts as a vulnerability in AI agents?

https://medium.com/@nikrig/same-flaw-opposite-verdict-ai-agents-cant-agree-what-counts-as-a-secur...
1•nrig•17m ago•0 comments

OmniHai: A Java framework for all major AI providers

https://omnihai.org/
1•henk53•21m ago•0 comments

Utah officials warn of 'unprecedented' water shortages as towns run dry

https://www.sltrib.com/news/environment/2026/06/24/unprecedented-water-cuts-hit-utah/
4•toomuchtodo•22m ago•1 comments

AI Data Center Power Requirements in 2026: The Complete Grid-to-Chip Guide

https://techplustrends.com/ai-data-center-power-requirements-2026-guide/
1•lopespm•25m ago•0 comments

The Forgotten Castles of the Garamantes

https://www.wildmanlife.com/the-forgotten-castles-of-the-garamantes/
3•bookofjoe•25m ago•0 comments

Gartner Says Data Center Electricity Consumption to Grow 26% in 2026

https://www.gartner.com/en/newsroom/press-releases/2026-06-10-gartner-says-data-center-electricit...
1•lopespm•26m ago•0 comments

After 20 years, scientists shrink a powerful laser onto a chip

https://www.sciencedaily.com/releases/2026/06/260604044240.htm
1•lopespm•26m ago•0 comments

University of Exeter to cut 150 academic staff

https://www.bbc.co.uk/news/articles/cx2djnz3y47o
2•sieste•28m ago•0 comments

Simple "Thank You" and "Please" Cost OpenAI Millions of Dollars Every Year

https://yipzap.com/how-simple-thank-you-and-please-cost-openai-millions-of-dollars-every-year/
1•noida•28m ago•4 comments

Long Island's Decommissioned Nuclear Power Plant

https://nickcarr.com/scouting-a-decommissioned-nuclear-power-plant/
2•mkmk•29m ago•0 comments

Number Form

https://en.wikipedia.org/wiki/Number_form
2•messe•29m ago•0 comments

Show HN: Moomacha – Zulip Native Agents Orchestrator

https://github.com/oxedom/moomacha
2•oxedom•31m ago•0 comments

I open sourced my DLES collection of 874 daily games

https://assets.dles.gg/#dles
2•trizoza•31m ago•0 comments

Blown Away by the Fear of Air – Draftofobia (2006)

https://www.spiegel.de/international/draftophobia-blown-away-by-the-fear-of-air-a-407764.html
2•nixass•32m ago•0 comments

When a scan becomes a searchable PDF

https://fairscan.org/blog/when-a-scan-becomes-a-searchable-pdf/
2•ericdanielski•38m 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...