frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trellis: Fractal Layouts for Web Apps

https://trellisui.com/
1•handfuloflight•4s ago•0 comments

The SaaSpocalypse was more like a RenaiSaaS

https://www.stripeeconomics.com/p/the-saaspocalypse-was-more-like-a
1•duck•44s ago•0 comments

I Found a $113,337 Af_alg Linux Local Privilege Escalation Before Copy Fail

https://idnsec.com/research/linux-local-privilege-escalation-with-af-alg/
1•thebitofmyheart•6m ago•0 comments

I expect AI replication incidents by 2027

https://www.lesswrong.com/posts/BhcymsLgyYazh6sme/why-i-expect-ai-replication-incidents-by-2027
2•joozio•6m ago•0 comments

The Boring Decision That Beats 95% of Stock Pickers

https://comuniq.xyz/Wealth/post?t=1706
1•01-_-•7m ago•0 comments

Show HN: Trail – new kind of logic game

https://trail.franzai.com/
1•franze•7m ago•0 comments

My Husband Left Me 6 Weeks Postpartum and All I Got Was This Pretty Cool Baby

https://viverricious.substack.com/p/my-husband-left-me-6-weeks-postpartum
1•barry-cotter•8m ago•0 comments

AI and Teams =?

https://mcastenfors.substack.com/p/ai-teams
1•mcastenfors•12m ago•0 comments

The New Copilot with Home, Code and Autopilot

https://blogs.microsoft.com/blog/2026/09/25/introducing-the-new-copilot-with-home-code-and-autopi...
3•quyleanh•15m ago•1 comments

Kidnapping kids remains legal in USA, this site has you experience it first-hand

https://elan.school/
2•bingowasthename•15m ago•0 comments

Scientists Detect Radio Signals from an Exoplanet for the First Time in History

https://www.wired.com/story/scientists-detect-radio-signals-from-exoplanet-for-first-time-in-hist...
1•thunderbong•18m ago•0 comments

Despite canning the Copilot+ brand, "most people love" its AI assistant

https://www.xda-developers.com/despite-canning-the-copilot-brand-most-people-love-its-ai-assistan...
2•01-_-•20m ago•0 comments

Teardown: Herdr

https://github.com/jimy-r/agent-workspace-architecture/blob/main/teardowns/2026-08-28-herdr.md
1•jimyr•20m ago•0 comments

Oppenheimer: A Noh play in English [video]

https://www.youtube.com/watch?v=lqfdoPAxiVk
1•nxobject•23m ago•0 comments

Liberals: You Don't Have to Choose

7•kshdbndm•25m ago•2 comments

How to Disable Nvidia Optimus Cards on NetBSD

https://www.unitedbsd.com/d/1690-how-to-disable-nvidia-optimus-cards-on-netbsd-a-guide
1•jaypatelani•30m ago•0 comments

Mahout – Tasker+AI+N8N

https://github.com/ankurCES/Mahout
1•ankurCES•33m ago•1 comments

List your SaaS in goodsaas directory

https://goodsaas.xyz/
1•agnes_realm•37m ago•0 comments

Llama.cpp banned him for accidentally tagging in a fork PR

https://github.com/jadidbourbaki/llama.cpp/pull/2
1•martianvoid•39m ago•1 comments

Every browser has a setting that by-passes network-wide DNS filtering

https://www.makeuseof.com/every-major-browser-has-setting-that-completely-punch-through-your-netw...
1•philonoist•42m ago•0 comments

Why parquet files are my preferred API for bulk open data (2023)

https://www.robinlinacre.com/parquet_api/
1•RobinL•45m ago•0 comments

Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts

1•nerdsutra•47m ago•1 comments

What the 'recent invention' of reading does to our brains

https://www.rnz.co.nz/life/books/what-the-recent-invention-of-reading-does-to-our-brains
3•billybuckwheat•47m ago•0 comments

AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX

https://aurionmail.github.io/docs/
5•rita_the_best•48m ago•0 comments

OpenAI Feared "Optics" of what might appear on Hacker News

https://authorsguild.org/news/ag-v-openai-top-execs-knew-mass-book-piracy-was-illegal/
6•papergirl•50m ago•1 comments

'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms

https://www.politico.com/news/magazine/2026/09/25/midterms-partisan-ai-chatbots-01092138
1•Tomte•53m ago•0 comments

What happens when you divide by zero on a mechanical calculator?

https://www.youtube.com/watch?v=s_hbvRTGcUI
1•plun9•57m ago•0 comments

A library of human reaction clips for app demos without filming yourself

https://ugcpeople.com
3•babacklindo•58m ago•2 comments

The Perfect Crime: LLM Agents Can Easily Tamper with Their Own Traces

https://perfect-crime.ai/
1•jonbaer•1h ago•0 comments

Self-replicating prompt injections exist

https://alignment.openai.com/misalignment-reports/self-replicating-prompt-injections-exist/
1•jonbaer•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...