frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jimmy Yu Nvidia executive and police officer emp Sanjay saikumar Emily yu

https://www.isdglobal.org/isd-explainer/gangstalking-and-targeted-individuals/
1•palermocagilari•48s ago•1 comments

Semantic Layer as Middleware Is Not Enough

https://blog.strata.do/p/semantic-layer-middleware-is-not
1•ajoski9•6m ago•0 comments

RustDuck: An In-Depth Analysis of a Two-Stage Botnet

https://blog.xlab.qianxin.com/rustduck-en/
1•uneven9434•6m ago•0 comments

Architecting Secure Prompt Caching

https://tinfoil.sh/blog/2026-07-14-secure-prompt-caching
1•FrasiertheLion•7m ago•0 comments

The Hard Parts

https://withinboredom.info/posts/the-hard-parts/
1•withinboredom•8m ago•0 comments

Show HN: Paste an X post URL, get a death metal song back

https://post2song.namo-overlay.com
1•toyoshi•10m ago•0 comments

Pocket YouTube: Streaming YouTube to a PSP over a USB Cable

https://pocketjs.dev/blog/pocket-youtube/
1•doodlewind•11m ago•0 comments

Wandr Benchmark: Evaluating Research Agents That Must Search Wide and Deep

https://research.perplexity.ai/articles/wandr-benchmark-evaluating-research-agents-that-must-sear...
1•tagawa•12m ago•1 comments

M 3.9 Experimental Explosion – 147 Km ENE of Ponce Inlet, Florida

https://earthquake.usgs.gov/earthquakes/eventpage/us7000t13l/executive
2•hnburnsy•13m ago•0 comments

Ask HN: I built it and nobody came. What got you your first users?

1•deadcatfound•20m ago•0 comments

Ask HN: How do you maintain context across your coding sessions?

1•reveriedev•21m ago•0 comments

The Problem Claude Cowork and ChatGPT Work Mode Doesn't Solve

https://medium.com/@vektormemory/the-problem-claude-cowork-chatgpt-work-mode-doesnt-solve-remote-...
1•vektormemory•21m ago•0 comments

From WS_FTP to instructions.md: thirty years of web development

https://www.knut.fyi/blog/2026-07-16/but-some-of-us-were-watching
1•kmelve•22m ago•0 comments

Writing Doom (on super artificial intelligence) [video]

https://www.youtube.com/watch?v=xfMQ7hzyFW4
1•Eddy_Viscosity2•25m ago•0 comments

Shanay-Timpishka, a boiling hot river 700km from the nearest active volcano

https://terradaily.com/anything-that-falls-into-a-four-kilometre-stretch-of-a-river-in-the-centra...
1•camtarn•26m ago•0 comments

Scientists Created a Wearable You Can Paint Directly onto Your Skin

https://gizmodo.com/scientists-created-a-wearable-you-can-paint-directly-onto-your-skin-2000784919
1•gmays•28m ago•0 comments

How HN: Slopfence – browser native DLP that stops secrets leaking to LLMs

https://slopfence.com
1•joshiabir•29m ago•0 comments

Kaggle Linter, notebook-wide Ruff and Flake8 linting for Kaggle

https://chromewebstore.google.com/detail/kaggle-linter/mmckiielmlncmbalaffggabchfbhdfoi
1•chater•31m ago•0 comments

Skillbench

https://skillbench.arcade.dev/browse
3•gnanagurusrgs•35m ago•0 comments

Show HN: Forall – Spec-driven AI coding with formal verification

https://github.com/astrio-labs/forall
7•Nolan_Lwin•36m ago•0 comments

Caseway and MiTAC Advance Technology Partner to Bring Trusted AI Intelligence

https://www.suasnews.com/2026/07/caseway-and-mitac-advance-technology-partner-to-bring-trusted-ai...
1•ClearwayLaw•36m ago•1 comments

The Mechanics of ARR Loans

https://lesbarclays.substack.com/p/the-mechanics-of-arr-loans
1•lesbarclays•36m ago•0 comments

DiffGI Differentiable Geometry Images for High-Fidelity Thin-Shell 3D Generation

https://ejshim.github.io/diffgi/
2•throwaway2027•37m ago•0 comments

The Human-in-the-Loop Is Tired

https://pydantic.dev/articles/the-human-in-the-loop-is-tired
3•haritha1313•37m ago•0 comments

Cerebras Built Its Enterprise Knowledge Base

https://www.cerebras.ai/blog/how-we-built-our-knowledge-base
1•haritha1313•38m ago•0 comments

Show HN: Justif – publication-grade text justification for the web

https://justif.lyall.co/
1•lyall•39m ago•0 comments

WTF are modular forms (2024)

https://graemephi.github.io/posts/modular-forms/
2•marysminefnuf•39m ago•0 comments

No Shark Is Safe: Shark Vacuums Are Vulnerable to RCE

https://tokay0.com/posts/millions-of-shark-vacuums-vulnerable-to-rce.html
2•dlgeek•39m ago•0 comments

'Rust makes coding fun again': Greg explains why Linux is moving away from C

https://www.zdnet.com/article/greg-kroah-hartman-linux-kernel-rust/
2•maxloh•45m ago•0 comments

Lingbot-map: A 3D foundation model for reconstructing scenes from streaming data

https://github.com/Robbyant/lingbot-map
3•olalonde•51m ago•1 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...