Sign up

davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.9.1.

An external list from lists.opml.org.
https://lists.opml.org/hackerNewsStars.xml

Simon Willison's Weblog Supports Webmention

Hypothesis is now thread-safe

Hypothesis is now thread-safe Hypothesis is a property-based testing library for Python. It lets you write tests like this one: from hypothesis import given, strategies as st @given(st.lists(st.integers())) def test_matches_builtin(ls): assert sorted(ls) == my_sort(ls) ...

Simon Willison's Weblog Supports Webmention

Quoting @pearlmania500

I have a toddler. My biggest concern is that he doesn't eat rocks off the ground and you're talking to me about ChatGPT psychosis? Why do we even have that? Why did we invent a new form of insanity and then they charge people for it?

@pearlmania500, on TikTok

Tags: ai-ethics, chatgpt, tiktok, ai

Krebs on Security
• BrianKrebs

KrebsOnSecurity in New ‘Most Wanted’ HBO Max Series

A new documentary series about cybercrime airing next month on HBO Max features interviews with Yours Truly. The four-part series follows the exploits of Julius Kivimäki, a prolific Finnish hacker recently convicted of leaking tens of thousands of patient records from an online psychotherapy practice while attempting to extort the clinic and its patients.

Simon Willison's Weblog Supports Webmention

Quoting Sam Altman

GPT-5 rollout updates: We are going to double GPT-5 rate limits for ChatGPT Plus users as we finish rollout. We will let Plus users choose to continue to use 4o. We will watch usage as we think about how long to offer legacy models for. GPT-5 will seem smarter starting tod...

Simon Willison's Weblog Supports Webmention

The surprise deprecation of GPT-4o for ChatGPT consumers

I've been dipping into the r/ChatGPT subreddit recently to see how people are reacting to the GPT-5 launch, and so far the vibes there are not good. This AMA thread with the OpenAI team is a great illustration of the single biggest complaint: a lot of people are very unhappy...

Jeff Geerling
• Jeff Geerling

Increasing the VRAM allocation on AMD AI APUs under Linux

Increasing the VRAM allocation on AMD AI APUs under Linux Since I saw some posts calling out the old (now deprecated) way to increase GTT memory allocations for the iGPU on AMD APUs (like the AI Max+ 395 / Strix Halo I am testing in the Framework Mainboard AI C...

Rakhim's blog

AI is impressive because we’ve failed at semantic web and personal computing

Unless someone wrote an article about that exact thing, a plain full-text search engine cannot answer a question like this: What animal is featured on a flag of a country where the first small British colony was established in the same year that Sweden's King Gustav IV Adol...

the website of jyn
• jyn

an engineer's perspective on hiring

hiring in tech is broken and everyone knows it. what can we do better?

Simon Willison's Weblog Supports Webmention

Previewing GPT-5 at OpenAI's office

A couple of weeks ago I was invited to OpenAI's headquarters for a "preview event", for which I had to sign both an NDA and a video release waiver. I suspected it might relate to either GPT-5 or the OpenAI open weight models... and GPT-5 it was!

OpenAI had invited five developers: Claire Vo, Theo Browne, Ben Hylak, Shawn @swyx Wang, and myself. We were all given early access to the new models and asked to spend a couple of hours (of paid time) experimenting with them, while being filmed by a professional camera crew.

The resulting video is now up on YouTube. Unsurprisingly most of my edits related to SVGs of pelicans.

Tags: youtube, gpt-5, generative-ai, openai, pelican-riding-a-bicycle, ai, llms

Simon Willison's Weblog Supports Webmention

GPT-5: Key characteristics, pricing and model card

I've had preview access to the new GPT-5 model family for the past two weeks, and have been using GPT-5 as my daily-driver. It's my new favorite model. It's still an LLM - it's not a dramatic departure from what we've had before - but it rarely screws up and generally feels ...

DYNOMIGHT Valid
• dynomight

So you think you can heritable?

What heritability actually means

Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow

Pluralistic: Good ideas are popular (07 Aug 2025)

Today's links Good ideas are popular: But they're impolitic. Hey look at this: Delights to delectate. Object permanence: Slinky treadmill; Ovipositors; Peter Thiel was right. Upcoming appearances: Where to find me. Recent appearances: Where I've been. Latest books: You keep r...

Jeff Geerling
• Jeff Geerling

I clustered four Framework Mainboards to test huge LLMs

I clustered four Framework Mainboards to test huge LLMs

Framework Mainboard mini rack cluster on desk

Framework casually mentioned they were testing a mini-rack AI cluster in their Framework Desktop presentation back in March.

Imagine my surprise when Nirav Patel, Framework's founder and CEO, was at Open Sauce a couple weeks ago, and wanted to talk! He said they had seen my Project Mini Rack posts earlier this year and thought it was the perfect application to try out their new AMD Ryzen AI Max+ 395-powered Mainboard, as it's mini ITX dimensions fit inside a 10" rack.

Jeff Geerling

Keygen Blog

Burnout

On the dark and chaotic road to understanding burnout

Jim Nielsen’s Blog Valid

Writing: Blog Posts and Songs

I was listening to a podcast interview with the Jackson Browne (American singer/songwriter, political activist, and inductee into the Rock and Roll Hall of Fame) and the interviewer asks him how he approaches writing songs with social commentaries and critiques — something a...

Simon Willison's Weblog Supports Webmention

Jules, our asynchronous coding agent, is now available for everyone

Jules, our asynchronous coding agent, is now available for everyone

I wrote about the Jules beta back in May. Google's version of the OpenAI Codex PR-submitting hosted coding tool graduated from beta today.

I'm mainly linking to this now because I like the new term they are using in this blog entry: Asynchronous coding agent. I like it so much I gave it a tag.

I continue to avoid the term "agent" as infuriatingly vague, but I can grudgingly accept it when accompanied by a prefix that clarifies the type of agent we are talking about. "Asynchronous coding agent" feels just about obvious enough to me to be useful.

Via Hacker News

Tags: google, ai, generative-ai, llms, ai-assisted-programming, gemini, agent-definitions, asynchronous-coding-agents

Simon Willison's Weblog Supports Webmention

Tom MacWright: Observable Notebooks 2.0

Tom MacWright: Observable Notebooks 2.0 Observable announced Observable Notebooks 2.0 last week - the latest take on their JavaScript notebook technology, this time with an open file format and a brand new macOS desktop app. Tom MacWright worked at Observable during their fi...

Simon Willison's Weblog Supports Webmention

Qwen3-4B Instruct and Thinking

Qwen3-4B Instruct and Thinking

Yet another interesting model from Qwen—these are tiny compared to their other recent releases (just 4B parameters, 7.5GB on Hugging Face and even smaller when quantized) but with a 262,144 context length, which Qwen suggest is essential for all of those thinking tokens.

The new model somehow beats the significantly larger Qwen3-30B-A3B Thinking on the AIME25 and HMMT25 benchmarks, according to Qwen’s self-reported scores.

The easiest way to try it on a Mac is via LM Studio, who already have their own MLX quantized versions out in

Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow

Pluralistic: Which jobs can be replaced with AI? (06 Aug 2025)

Today's links Which jobs can be replaced with AI?: Jobs that have already be degraded to the point of uselessness. Hey look at this: Delights to delectate. Object permanence: Circular batteries; Prison for file-sharing, Satanic abortions. Upcoming appearances: Where to find m...

Simon Willison's Weblog Supports Webmention

Quoting Artificial Analysis

gpt-oss-120b is the most intelligent American open weights model, comes behind DeepSeek R1 and Qwen3 235B in intelligence but offers efficiency benefits [...]

We’re seeing the 120B beat o3-mini but come in behind o4-mini and o3. The 120B is the most intelligent model that can be run on a single H100 and the 20B is the most intelligent model that can be run on a consumer GPU. [...]

While the larger gpt-oss-120b does not come in above DeepSeek R1 0528’s score of 59 or Qwen3 235B 2507s score of 64, it is notable that it is significantly smaller in both total and active parameters than both of those models.

Artificial Analysis, see also their updated leaderboard

Tags: evals, openai, deepseek, ai, qwen, llms, gpt-oss, generative-ai