frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

https://ariya.io/2026/03/local-cpu-friendly-high-quality-tts-text-to-speech-with-kokoro/
1•speckx•52s ago•0 comments

Ukrainian drones hit Russia's refinery Zelenskyy says Siberia now 'within reach'

https://www.cnbc.com/2026/07/07/ukraine-russia-omsk-oil-refinery-putin-nato.html
1•tcp_handshaker•3m ago•0 comments

TRCR – Time tracking, projects, CRM and invoicing in one tool

https://trcr.pro
1•mihailshumilov•3m ago•0 comments

Midtown NYC building 'shifting' and in danger of 'localized collapse'

https://nypost.com/2026/07/07/us-news/midtown-nyc-building-shifting-and-in-danger-of-localized-co...
1•appreciatorBus•4m ago•0 comments

No Effort

https://tomreinert.de/no-effort/
1•tom2948329494•4m ago•0 comments

Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens

https://github.com/kklimuk/docx-cli
1•kirillklimuk•6m ago•1 comments

PL/Ruby: Ruby as a procedural language for PostgreSQL (functions, triggers, SPI)

https://github.com/commandprompt/plruby
2•thunderbong•6m ago•0 comments

Show HN: How AI-generated is this website?

https://slopcop.adriankrebs.ch
1•hubraumhugo•6m ago•0 comments

Show HN: Fork – Let users build features on top of existing applications

https://withfork.co/
1•realdjpaulyd•7m ago•0 comments

Former Facebook insiders sketch a low-cost AI endgame on Threads for Meta

https://runtimewire.com/article/former-facebook-insiders-sketch-meta-s-low-cost-ai-endgame-on-thr...
1•ryanmerket•8m ago•0 comments

Rich Guy Quote Journalism

https://stringinamaze.net/p/rich-guy-quote-journalism
1•i4i•9m ago•1 comments

We learned to trust our AI code reviewer at DoorDash

https://careersatdoordash.com/blog/how-we-learned-to-trust-our-ai-code-reviewer-at-doordash/
1•luispa•9m ago•0 comments

Notes on Software Quality

https://anthonyhobday.com/blog/20260410
1•speckx•10m ago•0 comments

Show HN: OpenSpeech – Compare open-source TTS models side-by-side

https://www.openspeech.dev
1•ushercakes•10m ago•0 comments

FOMO-Driven Development

https://estuary.dev/blog/fomo-driven-development/
1•danthelion•10m ago•0 comments

AI needs the best-of-breed data stack: Postgres and ClickHouse

https://clickhouse.com/blog/ai-best-of-breed-data-stack
1•saisrirampur•11m ago•0 comments

Show HN: Cfswitch – Switch between multiple Cloudflare accounts in Wrangler

https://github.com/dukeeagle/cfswitch
1•lukeigel•12m ago•0 comments

Abusing the Sandbox for a Critical Cross-Tenant Vulnerability in Writer AI

https://www.sandsecurity.ai/blog/writeout-writer-ai-cross-tenant
1•talhof8•14m ago•0 comments

Every night trillions of tiny creatures rise from the ocean depths

https://www.bbc.com/future/article/20260706-the-deep-sea-creatures-that-rise-every-night
1•saikatsg•15m ago•0 comments

A new runtime for k and q: l

https://lv1.sh/
2•skruger•16m ago•0 comments

The MFA Rollout Disaster

https://stuartdotson.substack.com/p/the-wetness-humaning-multiplier
1•sdotson•16m ago•0 comments

Tech jobs market in 2026, part 3: hiring managers and job seekers

https://newsletter.pragmaticengineer.com/p/tech-jobs-market-in-2026-part-3-hiring
2•nedruod•19m ago•0 comments

Opbox: Real-time sync for plaintext files

https://www.opbox.dev/
1•shikhar•20m ago•0 comments

Who's doing what on AI security in the US government?

https://horizonlaunchpad.substack.com/p/whos-doing-what-on-ai-security
1•paulpauper•22m ago•0 comments

Why the West stopped making land

https://worksinprogress.co/issue/why-the-west-stopped-making-land/
2•paulpauper•22m ago•0 comments

Tell HN: Fable 5 promotion extended through July 12, 2026 at 11:59:59 PM PT

6•theanonymousone•22m ago•0 comments

Wiesbaden Notes

https://marginalrevolution.com/marginalrevolution/2026/07/wiesbaden-notes.html
1•paulpauper•23m ago•0 comments

Visual Studio Code Learn

https://code.visualstudio.com/learn
1•saikatsg•24m ago•0 comments

Show HN: An agentic CRM, built for AI agents to drive over plain HTTP

https://github.com/crmkit/crmkit
1•_pdp_•24m ago•0 comments

We will happily disempower ourselves: Go edition

https://blog.jcx.au/posts/we-will-happily-disempower-ourselves-go-edition
1•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...