Tag: coding agent

  • Simon Willison’s Weblog: Coding with LLMs in the summer of 2025 (an update)

    Source URL: https://simonwillison.net/2025/Jul/21/coding-with-llms/#atom-everything Source: Simon Willison’s Weblog Title: Coding with LLMs in the summer of 2025 (an update) Feedly Summary: Coding with LLMs in the summer of 2025 (an update) Salvatore Sanfilippo describes his current AI-assisted development workflow. He’s all-in on LLMs for code review, exploratory prototyping, pair-design and writing “part of the code under…

  • Slashdot: AI Coding Agents Are Already Commoditized

    Source URL: https://developers.slashdot.org/story/25/07/04/191224/ai-coding-agents-are-already-commoditized?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: AI Coding Agents Are Already Commoditized Feedly Summary: AI Summary and Description: Yes Summary: The text discusses the commoditization of AI coding agents, arguing that recent advancements in AI models have leveled the playing field, making powerful coding agents accessible without unique technical advantages. Sean Goedecke emphasizes that the…

  • Simon Willison’s Weblog: microsoft/vscode-copilot-chat

    Source URL: https://simonwillison.net/2025/Jun/30/vscode-copilot-chat/#atom-everything Source: Simon Willison’s Weblog Title: microsoft/vscode-copilot-chat Feedly Summary: microsoft/vscode-copilot-chat As promised at Build 2025 in May, Microsoft have released the GitHub Copilot Chat client for VS Code under an open source (MIT) license. So far this is just the extension that provides the chat component of Copilot, but the launch announcement promises…

  • Simon Willison’s Weblog: llvm: InstCombine: improve optimizations for ceiling division with no overflow – a PR by Alex Gaynor and Claude Code

    Source URL: https://simonwillison.net/2025/Jun/30/llvm/ Source: Simon Willison’s Weblog Title: llvm: InstCombine: improve optimizations for ceiling division with no overflow – a PR by Alex Gaynor and Claude Code Feedly Summary: llvm: InstCombine: improve optimizations for ceiling division with no overflow – a PR by Alex Gaynor and Claude Code Alex Gaynor maintains rust-asn1, and recently spotted…

  • 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…