frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Polsia: AI That Runs Your Company

https://polsia.com
1•seyz•44s ago•0 comments

The Peace Corps is recruiting volunteers to sell AI to developing nations

https://www.theverge.com/policy/884625/peace-corps-tech-promote-american-ai
1•toomuchtodo•1m ago•1 comments

Body Futurism

https://writing.tobyshorin.com/body-futurism/
1•firloop•1m ago•0 comments

Show HN: Can we simplify front end again? Meet DynamoJS

https://dynamojs.pages.dev/docs
1•novateg•1m ago•0 comments

Best unrestricted AI video tools?

https://unbound.video
1•gabrieln•4m ago•1 comments

Show HN: Naperville Library Spy

https://www.juandavidcampolargo.com/projects/naperlibspy
1•jdcampolargo•6m ago•0 comments

Yabai: A tiling window manager for macOS based on binary space partitioning

https://github.com/asmvik/yabai
1•fanf2•8m ago•0 comments

Diamond owl swoops in with new method to keep electronics cool

https://news.rice.edu/news/2026/diamond-owl-swoops-new-method-keep-electronics-cool
1•westurner•8m ago•1 comments

The cartography of reason

https://www.samrith.dev/blog/the-cartography-of-reason/
1•samrith•9m ago•0 comments

Show HN: Cosmos-Reason2-2B on Nano Super

https://huggingface.co/embedl/Cosmos-Reason2-2B-W4A16-Edge2
1•vottivott•10m ago•0 comments

Connect your AI agent to every chat platform

https://github.com/pantalk/pantalk
1•_pdp_•10m ago•0 comments

Software companies buying software: a story of ecosystems and vendors

https://erikbern.com/2026/02/25/software-companies-buying-software-from-software-companies.html
1•articsputnik•11m ago•0 comments

Engineering heat-tolerant, high-yield rice for a warming planet

https://phys.org/news/2026-02-tolerant-high-yield-rice-planet.html
3•PaulHoule•12m ago•0 comments

Kalshi suspends users for insider trading

https://www.axios.com/2026/2/25/kalshi-insider-trading-suspension
3•upmind•14m ago•1 comments

Hoot v0.8 released: new REPL enabling Scheme live coding in the browser

https://spritely.institute/news/hoot-0-8-0-released.html
2•latinodev•14m ago•0 comments

Trending Next.js Packages

https://www.stacktco.com/js/ecosystems/nextjs/trends
1•matwiemann•15m ago•0 comments

A Chinese official's use of ChatGPT revealed a global intimidation operation

https://www.cnn.com/2026/02/25/politics/chatgpt-china-intimidation-operation
5•breve•16m ago•1 comments

CSS is too powerful now [video]

https://www.youtube.com/watch?v=Y-3tPDZCk2o
2•rasso•18m ago•0 comments

It's Not Magic, It's Metapragmatic: Memetics Through the Lens of Semiotics

https://sublius.substack.com/p/its-not-magic-its-metapragmatic-memetics
1•spacebacon•20m ago•0 comments

Show HN: Opty – A Zig-based HDC that reduces token use by up to 90%

https://github.com/boj/opty
3•bojo•20m ago•1 comments

Was the initial Jewish resettlement of Palestine colonialism?

https://old.reddit.com/r/AskHistorians/comments/1rchlrc/comment/o6z005s/
4•mhb•22m ago•0 comments

Claude Cowork: Scheduled Tasks

https://twitter.com/claudeai/status/2026720870631354429
1•manveerc•23m ago•0 comments

Scam susceptibility is associated with accelerated onset of Alzheimer's dementia

https://alz-journals.onlinelibrary.wiley.com/doi/full/10.1002/alz.14544
2•randycupertino•23m ago•0 comments

Perplexity Computer

https://www.perplexity.ai/mk/hub/blog/introducing-perplexity-computer
2•upmind•23m ago•0 comments

Leaked Documents Show Meta Cracking Down on Access to Abortion Information

https://www.motherjones.com/politics/2026/02/meta-abortion-ai-chatbot-leak-teen-info-ban/
22•u1hcw9nx•24m ago•3 comments

Claude Code Remote control: continue local sessions on your phone

https://twitter.com/noahzweben/status/2026371260805271615
1•oscarfr•25m ago•1 comments

Perplexity Computer

https://www.perplexity.ai/products/computer
2•emersonmacro•26m ago•0 comments

Galaxy S26 Ultra's Privacy Display

https://9to5google.com/2026/02/25/samsung-galaxy-s26-ultra-privacy-display-demo-hands-on/
2•felipemesquita•29m ago•0 comments

New York sues video game developer Valve, says its 'loot boxes' are gambling

https://www.reuters.com/legal/government/new-york-sues-video-game-developer-valve-says-its-loot-b...
3•jsheard•31m ago•1 comments

Show HN: Context Mode – 315 KB of MCP output becomes 5.4 KB in Claude Code

1•mksglu•32m ago•0 comments
Open in hackernews

Show HN: Run automated ML experiments using Claude Code

https://github.com/killerstorm/claude-torch-template
1•killerstorm•9mo 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•9mo 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...