Tag: assisted
-
Cloud Blog: Going from requirements to prototype with Gemini Code Assist
Source URL: https://cloud.google.com/blog/topics/developers-practitioners/from-requirements-to-prototype-with-gemini-code-assist/ Source: Cloud Blog Title: Going from requirements to prototype with Gemini Code Assist Feedly Summary: Imagine this common scenario: you have a detailed product requirements document for your next project. Instead of reading the whole document and manually starting to code (or defining test cases or API specifications) to implement the required…
-
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: Quoting Ellie Huxtable
Source URL: https://simonwillison.net/2025/Apr/22/ellie-huxtable/ Source: Simon Willison’s Weblog Title: Quoting Ellie Huxtable Feedly Summary: I was against using AI for programming for a LONG time. It never felt effective. But with the latest models + tools, it finally feels like a real performance boost If you’re still holding out, do yourself a favor: spend a few…
-
Simon Willison’s Weblog: AI assisted search-based research actually works now
Source URL: https://simonwillison.net/2025/Apr/21/ai-assisted-search/#atom-everything Source: Simon Willison’s Weblog Title: AI assisted search-based research actually works now Feedly Summary: For the past two and a half years the feature I’ve most wanted from LLMs is the ability to take on search-based research tasks on my behalf. We saw the first glimpses of this back in early 2023,…
-
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: Image segmentation using Gemini 2.5
Source URL: https://simonwillison.net/2025/Apr/18/gemini-image-segmentation/ Source: Simon Willison’s Weblog Title: Image segmentation using Gemini 2.5 Feedly Summary: Max Woolf pointed out this new feature of the Gemini 2.5 series in a comment on Hacker News: One hidden note from Gemini 2.5 Flash when diving deep into the documentation: for image inputs, not only can the model be…
-
Cloud Blog: Cloud CISO Perspectives: 27 security announcements at Next ‘25
Source URL: https://cloud.google.com/blog/products/identity-security/cloud-ciso-perspectives-27-security-announcements-next-25/ Source: Cloud Blog Title: Cloud CISO Perspectives: 27 security announcements at Next ‘25 Feedly Summary: Welcome to the first Cloud CISO Perspectives for April 2025. Today, Google Cloud Security’s Peter Bailey reviews our top 27 security announcements from Next ‘25.As with all Cloud CISO Perspectives, the contents of this newsletter are posted…
-
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…