Tag: assisted programming

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

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