frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Browser HTTP Leak Test

https://raw.githubusercontent.com/cure53/HTTPLeaks/main/leak.html
1•1vuio0pswjnm7•37s ago•0 comments

What if websites were callable like APIs?

https://github.com/weekend-project-space/openwalk
1•zhugeyangyang•51s ago•0 comments

We're Building Neal Stephenson's Primer

https://github.com/hherb/primer
1•hherb•3m ago•1 comments

Mullvad exit IPs are surprisingly identifying

https://tmctmt.com/posts/mullvad-exit-ips-as-a-fingerprinting-vector/
1•RGBCube•6m ago•0 comments

Explore every PPP loan on an interactive map

https://www.ppploanmap.com/
2•zarie•7m ago•0 comments

Laid-off Oracle workers tried to negotiate better severance. Oracle said no

https://techcrunch.com/2026/05/08/laid-off-oracle-workers-tried-to-negotiate-better-severance-ora...
1•dskrvk•7m ago•0 comments

Switch to Codex

https://chatgpt.com/codex/switch-to-codex/
5•dragonsenseiguy•11m ago•1 comments

AI co-mathematician: Accelerating mathematicians with agentic AI

https://arxiv.org/abs/2605.06651
1•aoki•19m ago•0 comments

The Efficiency Moat: Why China Is Beating the U.S. on AI and Everything Else

https://www.thebignewsletter.com/p/the-efficiency-moat-why-china-is
2•connor11528•25m ago•0 comments

AI music generator so YouTubers never get copyright strikes

https://dmitrithegamer.github.io/soundcraft/
1•soundcraftai•30m ago•0 comments

LLMs can't read PDFs in 2026?

https://musings-mr.net/post/where-state-of-the-art-fails
1•mrkiouak•32m ago•1 comments

WordPress Lost 19% of the Internet to AI [video]

https://www.youtube.com/watch?v=0tFRdZWmGdc
1•mgh2•36m ago•0 comments

Agentic Search Models

https://softwaredoug.com/blog/2026/05/11/the-new-agentic-search-models.html
1•gmays•37m ago•0 comments

Gargoyle, a Decade Later

https://lospino.so/blog/gargoyle-a-decade-later/
1•jalospinoso•38m ago•0 comments

Big Shot On The East Coast: The History of the Zoo York Mixtape

https://daily.redbullmusicacademy.com/2013/07/zoo-york-mixtape-feature/
1•marysminefnuf•39m ago•0 comments

Monero's Biggest Privacy Upgrade Is Almost Here: Justin Berman on FCMP Stressnet

https://youtube.com/M2rbsjTSFt8?t=52
1•Cider9986•41m ago•1 comments

GPT convinced me there was a bug in my code before a freeze

https://www.droppedasbaby.com/posts/2602-02/
1•offbyone42•41m ago•0 comments

I resurrected the web from the past and it got weird

https://slopcities.com/
2•ZenBlender•41m ago•1 comments

Bumble Is Removing the Swipe Feature, Will Use AI in New Launch

https://www.eonline.com/news/1431973/bumble-removing-swipe-feature-will-use-ai-in-new-launch
1•mgh2•43m ago•0 comments

Find vendors used by any company

https://sub-processors.com/subprocessor/elasticsearch
2•chatmasta•46m ago•0 comments

Ask HN: When will you be concerned on layoffs?

3•piratesAndSons•46m ago•0 comments

Restartable Sequences, TCMalloc, and Hyrum's Law

https://lwn.net/Articles/1070072/
1•signa11•52m ago•0 comments

Caltrans Explores High-Speed Bus Network to Complement Rail System

https://www.kqed.org/news/12083467/caltrans-explores-high-speed-buses-as-alternative-to-rail-in-c...
2•rawgabbit•54m ago•1 comments

Popular node-ipc NPM Package Infected with Credential Stealer

https://socket.dev/blog/node-ipc-package-compromised
1•csmantle•55m ago•0 comments

Show HN: Latencies and BEIR – Typesense, Meilisearch, Elasticsearch, Amgix Now

https://amgix.io/blog/2026/05/14/release-now-v0.1.1/
2•kvasserman•57m ago•1 comments

Kill Canvas. Now

https://www.chronicle.com/article/kill-canvas-now
3•incomplete•1h ago•1 comments

We Tested DeepSeek V4 Pro and Flash Against Claude Opus 4.7 and Kimi K2.6

https://blog.kilo.ai/p/we-tested-deepseek-v4-pro-and-flash
1•nl•1h ago•0 comments

Temper – A programming language for libraries translated to all the others

https://temperlang.dev/
1•nikolay•1h ago•1 comments

Codex Harness in OpenClaw

https://openclaw.ai/blog/openai-models-in-openclaw-done-right
3•sjf•1h ago•0 comments

AI Slopification and Writing

https://ordinaryintelligence.substack.com/p/ai-slopification
2•mldev_exe•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•11mo 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•11mo 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...