frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Design Kits for iOS, iPadOS, and macOS 27

https://developer.apple.com/news/?id=e2lxw9l1
1•soheilpro•1m ago•0 comments

China Minerals Threatens EU; AI Warfare Dominates Japan, WeChat

https://asiaai.fyi/wp-login.php?redirect_to=https%3A%2F%2Fasiaai.fyi%2Fwp-admin%2Fpost.php%3Fpost...
1•dweisinger•4m ago•0 comments

Fear in Four Dimensions

https://taylor.town/fear-4d
1•Curiositry•7m ago•0 comments

Heliodor: An RVA23-Compliant Multicore Out-of-Order RISC-V Core in Veryl

https://veryl-lang.org/blog/heliodor-rva23/
1•dalance•10m ago•0 comments

OpenJTD: Project to Reverse-Engineer Ichitaro Word Processor Files Used in Japan

https://github.com/KimEJ/OpenJTD
1•nogajun•14m ago•0 comments

Chinese supercomputer leapfrogs best US machines to be ranked fastest

https://www.theguardian.com/technology/2026/jun/24/china-supercomputer-world-fastest-top500-ranki...
5•jethronethro•20m ago•0 comments

Tech stocks slump as AI bubble fears loom

https://www.axios.com/2026/06/23/tech-stocks-ai-bubble
5•1vuio0pswjnm7•22m ago•0 comments

SpaceX raises $25B in debt sale less than two weeks after IPO

https://www.cnbc.com/2026/06/23/spacex-debt-bond-market-ipo.html
1•1vuio0pswjnm7•25m ago•0 comments

Arabian Sand Boa: Python interpreter with frontier intelligence conditional eval

https://github.com/hopafoot/arabian-sand-boa
1•hopafoot•27m ago•1 comments

The Part After Done

https://howstrangeitistobeanythingatall.com/post/2026-06-23-the-part-after-done
2•alanbotts•29m ago•0 comments

Purroute – An auto-detecting proxy router that translates between protocols

https://github.com/femboyisp/purroute
1•vxfemboy•29m ago•0 comments

The Fastest Python Struct?

https://www.crumpledpaper.tech/2026-06-21-python-struct-profiling/
1•JPHutchins•33m ago•0 comments

FDA drops enforcement against Whoop after it tweaks blood pressure feature

https://www.statnews.com/2026/06/23/fda-drops-enforcement-against-wearable-maker-whoop/
2•brandonb•34m ago•1 comments

China's LineShine Supercomputer Dethrones US' El Capitan

https://www.tomshardware.com/tech-industry/supercomputers/chinas-lineshine-supercomputer-dethrone...
5•yogthos•35m ago•0 comments

Chinese universities are cutting language majors to make way for AI

https://restofworld.org/2026/chinese-universities-drop-humanities-ai/
5•higginsniggins•39m ago•0 comments

UN chief urges AI companies to 'come clean' about the pollution they generate

https://www.fastcompany.com/91563535/un-chief-urges-ai-companies-come-clean-about-pollution-create
2•1vuio0pswjnm7•39m ago•0 comments

SpaceX Has Successful Starfall Demo

https://www.nextbigfuture.com/2026/06/spacex-has-successful-starfall-demo.html
5•bookmtn•40m ago•0 comments

War by Other Means

https://letter.palladiummag.com/p/war-by-other-means
3•jger15•43m ago•0 comments

Eli Lilly Approved Obesity Drug for Mystery 79-Year-Old Patient

https://newrepublic.com/post/212206/eli-lilly-obesity-drug-79-year-old-patient-trump-health
7•randycupertino•51m ago•1 comments

Abyssguard

https://www.abyssguard.app/
3•Luci_Star•53m ago•0 comments

Show HN: Reachpad – open-source .md sharing platform for companies and agents

https://github.com/las7/reach
1•sakuraiben•56m ago•0 comments

How to Passive-Aggressively Shame People Who Use LLMs Selfishly

https://joshmoody.org/blog/selfish-ai/
22•joshmoody24•59m ago•17 comments

Vypl a Python REPL with Vim workflows and commands

https://github.com/HoraDomu/Vypl
2•HoraDomu•1h ago•0 comments

Show HN: Daily ETF holdings for 2,200+ ETFs as one API

https://developer.stockfit.io/blog/daily-etf-holdings
2•areimann•1h ago•2 comments

DealMaker Uses Morning Brew and Robinhood to Lure Retail Investors

https://hntrbrk.com/investigations/shark-tank
1•impish9208•1h ago•0 comments

Hermes Agent can now /learn from anything

https://twitter.com/NousResearch/status/2069526242236182697
4•biraj-rocks•1h ago•1 comments

Show HN: Keep all microservices consistent and make batch changes

https://infraas.ai
1•danielbedrood•1h ago•0 comments

Ask HN: Any suggestions for finding beta users?

1•lyfeninja•1h ago•0 comments

Google will make you wave at your computer to check you are real

https://www.the-independent.com/tech/google-captcha-bot-real-check-hand-wave-b3000419.html
2•anjel•1h ago•3 comments

Show HN: BitVanes – A zero-trust RAG pipeline engine in Rust, WASM, and Arrow

https://www.bitvanes.com/
1•kodr_pro•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...