Tag: llms

  • Simon Willison’s Weblog: Agentic Coding: The Future of Software Development with Agents

    Source URL: https://simonwillison.net/2025/Jun/29/agentic-coding/ Source: Simon Willison’s Weblog Title: Agentic Coding: The Future of Software Development with Agents Feedly Summary: Agentic Coding: The Future of Software Development with Agents Armin Ronacher delivers a 37 minute YouTube talk describing his adventures so far with Claude Code and agentic coding methods. I picked up a bunch of useful…

  • Simon Willison’s Weblog: How to Fix Your Context

    Source URL: https://simonwillison.net/2025/Jun/29/how-to-fix-your-context/#atom-everything Source: Simon Willison’s Weblog Title: How to Fix Your Context Feedly Summary: How to Fix Your Context Drew Breunig has been publishing some very detailed notes on context engineering recently. In How Long Contexts Fail he described four common patterns for context rot, which he summarizes like so: Context Poisoning: When a…

  • Simon Willison’s Weblog: Continuous AI

    Source URL: https://simonwillison.net/2025/Jun/27/continuous-ai/#atom-everything Source: Simon Willison’s Weblog Title: Continuous AI Feedly Summary: Continuous AI GitHub Next have coined the term “Continuous AI" to describe "all uses of automated AI to support software collaboration on any platform". It’s intended as an echo of Continuous Integration and Continuous Deployment: We’ve chosen the term "Continuous AI” to align…

  • The Register: More trouble for authors as Meta wins Llama drama AI scraping case

    Source URL: https://www.theregister.com/2025/06/27/meta_llama_author_lawsuit/ Source: The Register Title: More trouble for authors as Meta wins Llama drama AI scraping case Feedly Summary: Authors are having a hard time protecting their works from the maws of the LLM makers Californian courts have not been kind to authors this week, with a second ruling going against an unlucky…

  • Simon Willison’s Weblog: Introducing Gemma 3n: The developer guide

    Source URL: https://simonwillison.net/2025/Jun/26/gemma-3n/ Source: Simon Willison’s Weblog Title: Introducing Gemma 3n: The developer guide Feedly Summary: Introducing Gemma 3n: The developer guide Extremely consequential new open weights model release from Google today: Multimodal by design: Gemma 3n natively supports image, audio, video, and text inputs and text outputs. Optimized for on-device: Engineered with a focus…

  • Cisco Talos Blog: Getting a career in cybersecurity isn’t easy, but this can help

    Source URL: https://blog.talosintelligence.com/getting-a-career-in-cybersecurity-isnt-easy-but-this-can-help/ Source: Cisco Talos Blog Title: Getting a career in cybersecurity isn’t easy, but this can help Feedly Summary: This week, Joe reflects on his unique path into cybersecurity and shares honest advice for breaking into the field. Plus, learn how cybercriminals are abusing AI to launch more sophisticated attacks and what you…

  • Simon Willison’s Weblog: New sandboxes from Cloudflare and Vercel

    Source URL: https://simonwillison.net/2025/Jun/26/sandboxes/ Source: Simon Willison’s Weblog Title: New sandboxes from Cloudflare and Vercel Feedly Summary: Two interesting new products for running code in a sandbox today. Cloudflare launched their Containers product in open beta, and added a new Sandbox library for Cloudflare Workers that can run commands in a “secure, container-based environment": import {…