Tag: llms
-
Simon Willison’s Weblog: Quoting Simon Højberg
Source URL: https://simonwillison.net/2025/Oct/8/simon-hojberg/ Source: Simon Willison’s Weblog Title: Quoting Simon Højberg Feedly Summary: The cognitive debt of LLM-laden coding extends beyond disengagement of our craft. We’ve all heard the stories. Hyped up, vibed up, slop-jockeys with attention spans shorter than the framework-hopping JavaScript devs of the early 2010s, sling their sludge in pull requests and…
-
Docker: Unlocking Local AI on Any GPU: Docker Model Runner Now with Vulkan Support
Source URL: https://www.docker.com/blog/docker-model-runner-vulkan-gpu-support/ Source: Docker Title: Unlocking Local AI on Any GPU: Docker Model Runner Now with Vulkan Support Feedly Summary: Running large language models (LLMs) on your local machine is one of the most exciting frontiers in AI development. At Docker, our goal is to make this process as simple and accessible as possible.…
-
Cloud Blog: 150 of the latest AI use cases from leading startups and digital natives
Source URL: https://cloud.google.com/blog/topics/startups/150-ai-use-cases-leading-startups-and-digital-natives/ Source: Cloud Blog Title: 150 of the latest AI use cases from leading startups and digital natives Feedly Summary: We recently hosted our first-ever AI Builders Forum, where we gathered with hundreds of the top founders, VCs, advisors, researchers, and teams powering the startups who are building the future with AI. And…
-
Simon Willison’s Weblog: Gemini 2.5 Computer Use can solve Google’s own CAPTCHAs
Source URL: https://simonwillison.net/2025/Oct/7/gemini-25-computer-use-captchas/ Source: Simon Willison’s Weblog Title: Gemini 2.5 Computer Use can solve Google’s own CAPTCHAs Feedly Summary: Google just introduced a new Gemini 2.5 Computer Use model, specially designed to help operate a GUI interface by interacting with visible elements using a virtual mouse and keyboard. I just tried their demo… and watched…
-
Simon Willison’s Weblog: Vibe engineering
Source URL: https://simonwillison.net/2025/Oct/7/vibe-engineering/#atom-everything Source: Simon Willison’s Weblog Title: Vibe engineering Feedly Summary: I feel like vibe coding is pretty well established now as covering the fast, loose and irresponsible way of building software with AI – entirely prompt-driven, and with no attention paid to how the code actually works. This leaves us with a terminology…
-
Cisco Talos Blog: Too salty to handle: Exposing cases of CSS abuse for hidden text salting
Source URL: https://blog.talosintelligence.com/too-salty-to-handle-exposing-cases-of-css-abuse-for-hidden-text-salting/ Source: Cisco Talos Blog Title: Too salty to handle: Exposing cases of CSS abuse for hidden text salting Feedly Summary: A simple yet effective tactic, known as hidden text salting, is increasingly used by cybercriminals over the past few months to evade even the most advanced email security solutions, including those powered…
-
Simon Willison’s Weblog: Deloitte to pay money back to Albanese government after using AI in $440,000 report
Source URL: https://simonwillison.net/2025/Oct/6/deloitte-to-pay-money-back/#atom-everything Source: Simon Willison’s Weblog Title: Deloitte to pay money back to Albanese government after using AI in $440,000 report Feedly Summary: Deloitte to pay money back to Albanese government after using AI in $440,000 report Ouch: Deloitte will provide a partial refund to the federal government over a $440,000 report that contained…
-
Simon Willison’s Weblog: a system that can do work independently on behalf of the user
Source URL: https://simonwillison.net/2025/Oct/6/work-independently/ Source: Simon Willison’s Weblog Title: a system that can do work independently on behalf of the user Feedly Summary: I’ve settled on agents as meaning “LLMs calling tools in a loop to achieve a goal" but OpenAI continue to muddy the waters with much more vague definitions. Swyx spotted this one in…
-
Simon Willison’s Weblog: GPT-5 pro
Source URL: https://simonwillison.net/2025/Oct/6/gpt-5-pro/ Source: Simon Willison’s Weblog Title: GPT-5 pro Feedly Summary: GPT-5 pro Here’s OpenAI’s model documentation for their GPT-5 pro model, released to their API today at their DevDay event. It has similar base characteristics to GPT-5: both share a September 30, 2024 knowledge cutoff and 400,000 context limit. GPT-5 pro has maximum…
-
Simon Willison’s Weblog: Embracing the parallel coding agent lifestyle
Source URL: https://simonwillison.net/2025/Oct/5/parallel-coding-agents/ Source: Simon Willison’s Weblog Title: Embracing the parallel coding agent lifestyle Feedly Summary: For a while now I’ve been hearing from engineers who run multiple coding agents at once – firing up several Claude Code or Codex CLI instances at the same time, sometimes in the same repo, sometimes against multiple checkouts…