frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Resume Builder

https://www.thehumancapitalhub.com/ai-resume-builder
1•bisit•1m ago•0 comments

Show HN: AwsmAudio – a WebAudio editor with native MCP

https://audio.awsm.fun
1•dakom•5m ago•1 comments

Show HN

1•dakom•6m ago•1 comments

Parsing JSON at compile time with C++26 static reflection

https://lemire.me/blog/2026/06/14/parsing-json-at-compile-time-with-c26-static-reflection/
1•r4um•13m ago•0 comments

Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions?

https://infoscience.epfl.ch/entities/publication/9a49779b-f9f8-448d-b3d1-737c78455309
1•matt_d•16m ago•0 comments

Show HN: Font Proof – live font proofing on macOS that updates as you edit

https://fontproof.com/
1•jakefleming•19m ago•0 comments

One More Type in the Tiny Type Theory

https://jcreedcmu.github.io/posts/2026-06-14/
2•matt_d•20m ago•0 comments

The Beauty of Batteries

https://worksinprogress.co/issue/the-beauty-of-batteries/
1•latentframe•38m ago•0 comments

Show HN: Applora – extracting product feedback from Shopify app reviews

https://applora.ai
2•yuangwei•41m ago•0 comments

Stackoverflow for Agents Sofa

https://agents.stackoverflow.com/skill.md
1•pow-tac•52m ago•0 comments

Notes from the PipeWire Hackfest 2026

https://arunraghavan.net/2026/06/notes-from-the-pipewire-hackfest-2026-part-1/
2•JNRowe•52m ago•0 comments

Show HN: AgentBridge – translate and govern calls between AI agent protocols

https://github.com/shadowhunter-92/agentbridge
1•Shadowhunter89•58m ago•0 comments

Demystifying Noise Contrastive Estimation

https://jxmo.io/posts/nce
1•jxmorris12•1h ago•0 comments

Apple Foundation Models

https://platform.claude.com/docs/en/cli-sdks-libraries/libraries/apple-foundation-models
2•MehrdadKhnzd•1h ago•0 comments

AI Agents Don't Need SMS APIs. They Need Infrastructure

https://blog.bridgexapi.io/from-rest-apis-to-mcp-making-messaging-infrastructure-ai-native
2•Bridgexapi•1h ago•0 comments

Fugee, an agentic AI assistant for displaced people and asylum seekers [video]

https://www.youtube.com/watch?v=PYGzJZj7LfM
2•helmo•1h ago•0 comments

'Worst Example of Misconduct': Court Affirms Sanctions for Erroneous AI Cites

https://www.law.com/therecorder/2026/06/12/worst-example-of-misconduct-appellate-court-affirms-sa...
2•1vuio0pswjnm7•1h ago•0 comments

'Strains Credulity': Judge Rejects Meta's Attempt to Dismiss Copyright Suit

https://www.law.com/therecorder/2026/06/12/strains-credulity-judge-rejects-metas-attempt-to-dismi...
1•1vuio0pswjnm7•1h ago•0 comments

Who is the Real Dennis Ritchie? (1991) [pdf]

https://dmrthesis.net/wp-content/uploads/2021/08/BLR-Article-UNIXWorld-Jan1991-A.pdf
2•caned•1h ago•0 comments

A brief tour of the PDP-11, the most influential minicomputer of all time (2022)

https://arstechnica.com/gadgets/2022/03/a-brief-tour-of-the-pdp-11-the-most-influential-minicompu...
4•jensgk•1h ago•0 comments

Ask HN: How can we democratize agentic coding

1•omot•1h ago•0 comments

US Lawmakers Pressing DOJ on fraud, bribery case against Indian Billionaire

https://www.law.com/international-edition/2026/06/12/us-lawmakers-are-pressing-the-doj-on-its-dec...
1•1vuio0pswjnm7•1h ago•1 comments

A Galois Field Arithmetic Primer

https://tomverbeure.github.io/2026/06/14/Galois-Field-Arithmetic-Primer.html
3•matt_d•1h ago•0 comments

Quantum Horizon: Quantum Computing as a Threat to Bitcoin and Ethereum

https://arxiv.org/abs/2606.14484
2•OutOfHere•1h ago•0 comments

Show HN: Prela – A Compositional and Controllable Query Language

https://prela-lang.org
2•remywang•1h ago•0 comments

ArkType: The Parse-Don't-Validate Sequel I Didn't Know I Needed

https://cekrem.github.io/posts/arktype-parse-dont-validate-sequel/
2•jcbhmr•1h ago•0 comments

Found this FREE open source APP which is an absolute GEM

https://github.com/Prithvi-Web/Treemap
1•DaGoat487•1h ago•2 comments

I indexed 936 Lex Fridman episodes into a RAG that cites its sources

https://github.com/aranajhonny/omnipod
2•akatsutki•1h ago•0 comments

Bretisilocin

https://en.wikipedia.org/wiki/Bretisilocin
2•isoprophlex•1h ago•0 comments

Ask HN: What does your local LLM setup looks like?

2•the-mitr•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...