frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Which Indian tech companies are planning IPO?

1•Sourabhkrgup•53s ago•0 comments

Safe Ways to Use AI Agents

https://blog.rnstlr.ch/safe-ways-to-use-ai-agents.html
1•rnestler•2m ago•0 comments

Show HN: OpenLyfta, a FOSS workout data collection service for the Lyfta app

https://github.com/kivirnz/OpenLyfta
1•kivir•10m ago•1 comments

HTMLButtonElement: Command Property

https://developer.mozilla.org/en-US/docs/Web/API/HTMLButtonElement/command
1•dsego•11m ago•0 comments

Hunting a 16-year-old SQLite bug with TLA+: is dqlite affected?

https://ubuntu.com//blog/hunting-a-16-year-old-sqlite-bug-with-tla-is-dqlite-affected
1•ilreb•11m ago•0 comments

Show HN: A voxel editor for decorating a home for a Tamagotchi-like creature

https://kamio.ai/studio
1•eric_khun•13m ago•0 comments

Why can't I type and scroll at the same time?

https://scrollpods.app/blog/why-cant-i-type-and-scroll-at-the-same-time
1•tippa123•14m ago•0 comments

Ask HN: What does your journaling framework look like?

1•herodoturtle•15m ago•0 comments

Show HN: Marmot, context layer for agents and humans

https://marmotdata.io/
9•bschaatsbergen•19m ago•1 comments

Grokipedia HackerNoon Entry

https://grokipedia.com/page/hackernoon
1•smooke•20m ago•0 comments

As AI costs rise, there is little evidence of major utility

https://www.gamesindustry.biz/as-ai-costs-rise-theres-little-evidence-of-major-utility-in-game-de...
1•dude250711•21m ago•0 comments

Why carbon capture and storage won't fix our climate crisis

https://projects.propublica.org/why-carbon-capture-cant-solve-climate-change/
2•world2vec•22m ago•0 comments

Pollen (CEO Negus-Fancey, CTO Wright) tried to remove article, and Google helped

https://blog.pragmaticengineer.com/pollen-tried-to-remove-my-article-about-callum-negus-fancey-an...
3•taubek•23m ago•0 comments

A Modern Inmarsat Decoder

https://github.com/SarahRoseLives/InmarScope
1•SarahRoseLives•26m ago•0 comments

A practical guide to defending your agent memory from attacks

https://medium.com/@vektormemory/a-practical-guide-to-defending-your-agent-memory-attacks-33b91c3...
1•vektormemory•28m ago•0 comments

Inside Consultants' Messy Shift from Hourly Billing

https://www.wsj.com/cfo-journal/inside-consultants-messy-shift-from-hourly-billing-7bd9b802
2•thm•29m ago•0 comments

Show HN: App to support reading foreign language books (on paper)

https://lexiglo.app
1•nikhaldi•32m ago•0 comments

Clever chemistry turns antibiotic-resistant bacteria's own defences against them

https://www.chemistryworld.com/news/clever-chemistry-turns-antibiotic-resistant-bacterias-own-def...
1•visha1v•32m ago•0 comments

The series of tubes filled with enormous amounts of mail, beneath our feet

https://buttondown.com/blog/pneumatic-email
2•maguay•33m ago•0 comments

Sustaining a Shared Reality: How Past Technology Waves Have Impacted Strategy

https://whitneyzim.medium.com/sustaining-a-shared-reality-how-past-technology-waves-have-impacted...
1•BerislavLopac•34m ago•0 comments

Is dbase dead? Customers cannot activate nor contact support

https://delphinightmares.substack.com/p/is-dbase-dead
1•deeaceofbase•35m ago•1 comments

Communicating the Value of Publicly Funded Science

https://cacm.acm.org/opinion/communicating-the-value-of-publicly-funded-science/
1•visha1v•36m ago•0 comments

The Hitchhiker's Guide to Agentic AI: From Foundations to Systems

https://arxiv.org/abs/2606.24937
1•tamnd•37m ago•0 comments

New European Search Engine

https://www.qmay.eu
1•Qmay_Dev•37m ago•0 comments

Anthropic CEO: Open-Source AI is getting dangerous

https://xcancel.com/coinbureau/status/2071330294452666695
5•therein•40m ago•4 comments

Berkshire Hathaway – It's essentially a pre-diversified empire

https://en.wikipedia.org/wiki/Berkshire_Hathaway
1•modinfo•43m ago•0 comments

Show HN: Sidequest is a better /btw for Pi

https://github.com/peterp/pi-sidequest
1•pistoriusp•45m ago•0 comments

LLM-free, layout-aware PDF chunker in pure Rust

https://github.com/matthiasnordwig/pdf-struct-chunker
1•MatthiasNordwig•45m ago•0 comments

Ukraine's newest strike weapon, Balloons

https://www.defensenews.com/global/europe/2026/06/25/ukraines-newest-strike-weapon-drifts-into-ru...
2•garyclarke27•45m ago•0 comments

SpecManager – a full agile team for founders, as a Claude Code plugin

https://github.com/joanseg/specmanager
1•joansg•52m 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...