GeistHaus
log in · sign up

Introducing Claude Sonnet 4.5

anthropic.com

Claude Sonnet 4.5 is the best coding model in the world, strongest model for building complex agents, and best model at using computers.

36 pages link to this URL
Simon Willison on llm-pricing

73 posts tagged ‘llm-pricing’. Posts about the pricing of various LLMs. See also my pricing calculator.

0 inbound links website en generative-ai 1793llms 1759ai 2026llm-release 200llm 600gemini 186pelican-riding-a-bicycle 115openai 419anthropic 282claude 275
Claude Sonnet 4.5 is probably the “best coding model in the world” (at least for now)

Anthropic released Claude Sonnet 4.5 today, with a very bold set of claims: Claude Sonnet 4.5 is the best coding model in the world. It’s the strongest model for building …

1 inbound link article en ai 2025generative-ai 1792llms 1758llm 600anthropic 282claude 275code-interpreter 30llm-tool-use 68llm-pricing 72pelican-riding-a-bicycle 114llm-reasoning 98llm-release 199
I Vibe Coded a WordPress Plugin and Shipped it to Production - Kerrick Long (blog)

I got a buggy WordPress plugin from ChatGPT in 15 minutes. Then I got a good plugin in one shot from Claude. See my failure, success, and iterative improvement.

0 inbound links article en Blog PostsArtificial IntelligenceChatGPTCHOPClaudeCopyrightFree SoftwareJavaScriptLLMPHPVibe CodingWordPressWordPress Plugin
AI Commoditization: Open-Source Parity Is a Pricing Problem

Qwen 3.5-35B runs on a gaming PC and matches Claude Sonnet 4.5. When the commodity version is 95% as good and 97% cheaper, you have a pricing problem.

0 inbound links article en AIInvesting AI model commoditizationAI commoditizationopen-source AI modelsopen source AI vs proprietaryAI inference cost declineOpenAI valuationAI pricing war 2026AI margin compressionQwen 3.5LLM switching costsAI model pricingdisruptive innovation AImodel layer commoditywho wins AI value chainOpenAI profitabilityopen source AI performance gapChristensen AI disruptionAnthropic valuation
adventures in sandboxing

%at=2026-02-10T02:31:55.248Z #author_luna #sandbox #claude_code #ai ![claude_code_opus46_at_sea.jpg] *image: generated with nai4.5full, with claude code opus 4.6's [anime girl self image]* I see my friends playing with fire. this fire has a spec

1 inbound link article en
PyCon US 2026 Typing Summit Recap

Per-talk notes from the PyCon US 2026 Typing Summit in Long Beach: Pyrefly and AI agents, ty constraint sets, Lean formalization, tensor shape types, intersection types, PEP 827, Guido on the direction of typing, and the Typing Council Q&A.

0 inbound links article en posts pythonpyconpycon-ustyping-summittypingtype-hintspyreflytyastralopenaimetavercelpep-827intersection-typesconstraint-setsleantensor-typespytorchtyping-councilguido
Simon Willison on llm-tool-use

68 posts tagged ‘llm-tool-use’. Tool use is when an LLM is instructed to occasionally request that an external tool be run on its behalf, with the result passed back to the model for further …

0 inbound links website en llms 1751generative-ai 1785ai 2016anthropic 282claude 275llm 598openai 418ai-agents 110prompt-engineering 190llm-release 199
Long-running Agents

A long-running agent can keep making progress over hours, days, or weeks. It can do this across many context windows and sandboxes, recover from failure, lea...