Tag: assisted programming
-
Simon Willison’s Weblog: Jules
Source URL: https://simonwillison.net/2025/May/19/jules/#atom-everything Source: Simon Willison’s Weblog Title: Jules Feedly Summary: Jules It seems like everyone is rolling out AI coding assistants that attach to your GitHub account and submit PRs for you right now. We had OpenAI Codex last week, today Microsoft announced GitHub Copilot coding agent (confusingly not the same thing as Copilot…
-
Simon Willison’s Weblog: OpenAI Codex
Source URL: https://simonwillison.net/2025/May/16/openai-codex/#atom-everything Source: Simon Willison’s Weblog Title: OpenAI Codex Feedly Summary: OpenAI Codex Announced today, here’s the documentation for OpenAI’s “cloud-based software engineering agent". It’s not yet available for us $20/month Plus customers ("coming soon") but if you’re a $200/month Pro user you can try it out today. At a high level, you specify…
-
Simon Willison’s Weblog: Quoting Contributing to Servo
Source URL: https://simonwillison.net/2025/May/12/contributing-to-servo/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Contributing to Servo Feedly Summary: Contributions must not include content generated by large language models or other probabilistic tools, including but not limited to Copilot or ChatGPT. This policy covers code, documentation, pull requests, issues, comments, and any other contributions to the Servo project. […] Our…
-
Simon Willison’s Weblog: llm-fragment-symbex
Source URL: https://simonwillison.net/2025/Apr/23/llm-fragment-symbex/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragment-symbex Feedly Summary: llm-fragment-symbex I released a new LLM fragment loader plugin that builds on top of my Symbex project. Symbex is a CLI tool I wrote that can run against a folder full of Python code and output functions, classes, methods or just their docstrings and…
-
Simon Willison’s Weblog: llm-fragments-github 0.2
Source URL: https://simonwillison.net/2025/Apr/20/llm-fragments-github/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-github 0.2 Feedly Summary: llm-fragments-github 0.2 I upgraded my llm-fragments-github plugin to add a new fragment type called issue. It lets you pull the entire content of a GitHub issue thread into your prompt as a concatenated Markdown file. (If you haven’t seen fragments before I introduced…
-
Simon Willison’s Weblog: Claude Code: Best practices for agentic coding
Source URL: https://simonwillison.net/2025/Apr/19/claude-code-best-practices/#atom-everything Source: Simon Willison’s Weblog Title: Claude Code: Best practices for agentic coding Feedly Summary: Claude Code: Best practices for agentic coding Extensive new documentation from Anthropic on how to get the best results out of their Claude Code CLI coding agent tool, which includes this fascinating tip: We recommend using the word…
-
Simon Willison’s Weblog: openai/codex
Source URL: https://simonwillison.net/2025/Apr/16/openai-codex/ Source: Simon Willison’s Weblog Title: openai/codex Feedly Summary: openai/codex Just released by OpenAI, a “lightweight coding agent that runs in your terminal". Looks like their version of Claude Code. Tags: ai-assisted-programming, generative-ai, ai-agents, openai, ai, llms AI Summary and Description: Yes Summary: OpenAI’s recently released lightweight coding agent, integrated into the terminal,…
-
Simon Willison’s Weblog: Quoting Hamel Husain
Source URL: https://simonwillison.net/2025/Apr/15/hamel-husain/ Source: Simon Willison’s Weblog Title: Quoting Hamel Husain Feedly Summary: The single most impactful investment I’ve seen AI teams make isn’t a fancy evaluation dashboard—it’s building a customized interface that lets anyone examine what their AI is actually doing. I emphasize customized because every domain has unique needs that off-the-shelf tools rarely…
-
Simon Willison’s Weblog: llm-fragments-rust
Source URL: https://simonwillison.net/2025/Apr/11/llm-fragments-rust/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-rust Feedly Summary: llm-fragments-rust Inspired by Filippo Valsorda’s llm-fragments-go, Francois Garillot created llm-fragments-rust, an LLM fragments plugin that lets you pull documentation for any Rust crate directly into a prompt to LLM. I really like this example, which uses two fragments to load documentation for two crates…
-
CSA: Secure Vibe Coding Guide
Source URL: https://cloudsecurityalliance.org/blog/2025/04/09/secure-vibe-coding-guide Source: CSA Title: Secure Vibe Coding Guide Feedly Summary: AI Summary and Description: Yes **Summary:** The text discusses “vibe coding,” an AI-assisted programming approach where users utilize natural language to generate code through large language models (LLMs). While this method promises greater accessibility to non-programmers, it brings critical security concerns as AI-generated…