frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Notes and reading materials on finite topological spaces

https://math.uchicago.edu/~may/finite
1•gone35•3m ago•0 comments

I built a single endpoint that turns anything into LLM-ready data

https://ingesti.xyz
1•tenesedu•4m ago•0 comments

Boeing 737 cargo plane goes missing off Pakistan coast

https://www.theguardian.com/world/2026/jul/08/boeing-737-cargo-plane-missing-near-karachi
1•tosh•4m ago•0 comments

Fable Advisor

https://github.com/dannymac180/fable-advisor
2•handfuloflight•7m ago•0 comments

Show HN: Relis – Extract Bubble.io app architecture into migration-ready docs

https://relis.dev
2•bubblerme•12m ago•0 comments

Show HN: Codex-profiles – isolated Codex CLI/Desktop profiles

https://ducksss.github.io/codex-profiles/
3•chaipinzheng•12m ago•0 comments

How We Scale PgBouncer

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
1•samaysharma•19m ago•0 comments

The math that makes senior engineers look like a bad deal

https://blog.grandimam.com/posts/distorted-reality/
1•grandimam•22m ago•0 comments

Meta's Submission Re: State AGs Disgorgement Charts and Supporting Materials [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.cand.419868/gov.uscourts.cand.419868.455.0_1...
1•1vuio0pswjnm7•22m ago•0 comments

Metis by Arm: open-source agentic security harness

https://github.com/arm/metis
1•handfuloflight•26m ago•0 comments

Arthur Clarke in 1940s predicted satellites and the internet of 2000s [video]

https://www.youtube.com/watch?v=D1vQ_cB0f4w
1•simonebrunozzi•26m ago•0 comments

ProductSpec: Open standard for software intent before implementation

https://github.com/gokulrajaram/ProductSpec
1•handfuloflight•30m ago•0 comments

Can We Understand How Large Language Models Reason?

https://cacm.acm.org/news/can-we-understand-how-large-language-models-reason/
2•visha1v•31m ago•0 comments

Show HN: FlareDB – Apache Beam native streaming database for realtime analytics

3•ganeshsivakumar•33m ago•0 comments

The Atari Jaguar Runs Linux

https://hackaday.com/2026/07/07/the-atari-jaguar-runs-linux/
4•methuselah_in•36m ago•0 comments

Shotgun – Opensource Cofounder Framework for Claudecode

https://github.com/Krishnatejavepa/Shotgun
2•krishnatejavepa•42m ago•0 comments

Generative AI might end up being worthless

https://theconversation.com/generative-ai-might-end-up-being-worthless-and-that-could-be-a-good-t...
3•wannabeetle•45m ago•1 comments

The Toyota Prius Is the Best Apocalypse Vehicle (2020)

https://www.roadandtrack.com/car-culture/entertainment/a31820423/the-toyota-prius-is-the-best-apo...
3•TMWNN•51m ago•1 comments

Oregon approves PGE's 29.7% rate hike for data centers under landmark law

https://www.opb.org/article/2026/07/07/oregon-data-center-general-electric-rate-hikes/
3•Exoristos•51m ago•1 comments

Researchers Reveal the Power of 'Quantum Proofs'

https://www.quantamagazine.org/researchers-reveal-the-power-of-quantum-proofs-20260706/
2•anujbans•55m ago•0 comments

Review Board: Between Then and Now

https://chipx86.blog/2024/04/04/review-board-between-then-and-now/
3•ankitg12•59m ago•0 comments

Skill Retriever semantic skill discovery for AI agents via 10K-category taxonomy

https://github.com/ChonSong/skill-retriever
1•chonsong•59m ago•0 comments

Self-Hosting My Own LLMs

https://davidbarnhart.com/llm/local-llm-setup.html
3•dbator•1h ago•0 comments

NPM Agent Audit

https://www.npmjs.com/package/agent-security-scanner-mcp
2•dchitimalla1•1h ago•0 comments

Nemotron post training prompt atlas

https://huggingface.co/spaces/nvidia/nemotron-post-training-v3-prompt-atlas
1•kristianpaul•1h ago•0 comments

Selling my adtech startup for $1 no reserve

https://flippa.com/13420990-patent-backed-commerce-attribution-saas-with-identity-graph-ai-custom...
1•aaronatedge•1h ago•1 comments

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

https://noma.security/blog/gitlost-how-we-tricked-githubs-ai-agent-into-leaking-private-repos/
10•ColinEberhardt•1h ago•0 comments

Quilt: Replaces Docker and Kubernetes

https://www.quilt.sh/
2•handfuloflight•1h ago•0 comments

Wazuh Pain Points

https://zaferbalkan.com/2023/08/08/wazuh-pain-points.html
1•Grimburger•1h ago•0 comments

The Lindy Effect in Software

https://www.clemsau.com/posts/the-lindy-effect-in-software/
1•ankitg12•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...