frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GrapheneOS accuses Google of gatekeeping Android 17 features and security fixes

https://www.androidauthority.com/grapheneos-android-17-qpr1-security-patches-comments-3712218/
1•vilasa•2m ago•0 comments

Apprentice: A Slim, Extensible Coding Harness (Written in Common Lisp)

https://github.com/skarnati20/apprentice
1•skarnati20•3m ago•1 comments

Getting Outbound Email to Work on DigitalOcean

https://mailfully.com/blog/digitalocean-blocks-smtp-ports-ses-2587
1•mailfully•5m ago•0 comments

Anthropic says Claude now leads a quarter of work building its next AI models

https://www.businesstimes.com.sg/companies-markets/telcos-media-tech/anthropic-says-claude-now-le...
1•dr_scully•5m ago•0 comments

Mini-Jev – typesafe's Jev implemented on top of an LLM locally

https://github.com/r-ms/mini-jev
1•phyrex•6m ago•0 comments

Inside Microsoft and OpenAI, Worry About Damaging the Publishing Industry

https://www.nytimes.com/2026/09/17/technology/microsoft-openai-publishing-industry.html
1•0in•9m ago•0 comments

Richard Feynman – The World from another point of view [video]

https://www.youtube.com/watch?v=GNhlNSLQAFE
1•binyu•11m ago•0 comments

Talk to JEV

https://jev-grug-chat.mkotlikov.chatgpt.site
2•mkotlikov•11m ago•0 comments

Muse for macOS

https://ai.meta.com/muse/download/
2•mfiguiere•11m ago•0 comments

Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash

https://cactuscompute.com/needle
2•HenryNdubuaku•16m ago•0 comments

Where Awareness Is Not the Problem

https://medium.com/@gurvinder372/article-20-where-awareness-is-not-the-problem-5b9d03c925f2
1•gps372•16m ago•0 comments

Microsoft exec called AI scraping 'the largest theft of labor in human

https://techcrunch.com/2026/09/17/microsoft-exec-called-ai-scraping-the-largest-theft-of-labor-in...
3•sbulaev•21m ago•1 comments

NASA satellite discovers a new crater on the moon bigger than the Colosseum

https://www.cbc.ca/news/science/new-crater-moon-9.7348242
1•BiraIgnacio•26m ago•0 comments

Forget doomsday: The AI hacking crisis is here

https://www.axios.com/2026/09/17/ai-cyber-doomsday-hacking-threats
1•1vuio0pswjnm7•27m ago•1 comments

Base's B20 Bet Is Growing – Could the Next Billion-Dollar Project Be Built Here?

https://predx-article.fika.bar/base-s-b20-bet-is-getting-bigger-could-the-next-billion-do-01M2PW9...
1•joeymabia1•34m ago•0 comments

The FAA's plan to fix air traffic? $875M worth of AI

https://techcrunch.com/2026/09/17/the-faas-plan-to-fix-air-traffic-875-million-worth-of-ai/
4•danso•38m ago•0 comments

Red and Blue America Have Found Something to Agree On: Flock Cameras Must Go

https://www.wsj.com/us-news/red-and-blue-america-have-found-something-to-agree-on-flock-cameras-m...
5•johncole•38m ago•0 comments

LawConnect

https://lawconnect.com/en-au
1•oliviajameslaw•44m ago•1 comments

Email marketing from Grok Bot official integration

https://twitter.com/Migma_AI/status/2100617616704295197
1•AdamMigma•46m ago•0 comments

OSU's Bag Man - What was his bag, man?

https://oregonstater.org/osus-bag-man/
1•pseudolus•47m ago•0 comments

Mistral Hacked

https://frenchbreaches.com/blog/mistral-ai-de-nouveau-piratee-un-hacker-revendique-la-totalite-de...
3•orixilus•48m ago•0 comments

Dear developers, we are open‑sourcing our dictation app, Blurt

https://www.assemblyai.com/blurt
1•iharnoor•51m ago•0 comments

Can an AI chatbot save lives by answering texts about pregnancy?

https://www.npr.org/2026/09/17/nx-s1-5962840/artificial-intelligence-ai-chatbot-pregnancy-materna...
2•robglick•51m ago•0 comments

Publishers block the robots.txt path their own affiliate redirects live on

https://disclosed.info/the-index/
1•nchzingo•53m ago•0 comments

Productivity Effects Across Generations of AI Coding Tools

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6843118
1•fzliu•53m ago•1 comments

Talk to JEV

https://github.com/mkotlikov/jev-grug
1•mkotlikov•54m ago•0 comments

Typing Python, Gradually [video]

https://www.youtube.com/watch?v=eZbLUgy522s
1•matt_d•1h ago•0 comments

PPPlayer – An open-source music player built with Flutter

https://ppplayer.com
1•lucasveneno•1h ago•0 comments

We Need to Rewild the Internet (2024)

https://www.noemamag.com/we-need-to-rewild-the-internet/
2•jcbhmr•1h ago•0 comments

Egglog and Equality Saturation in a Production Tensor Compiler

https://egraphs.org/meeting/2026-09-17-luminal
1•matt_d•1h 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...