Tag: development work

  • Cloud Blog: 50% faster merge and 50% fewer bugs: How CodeRabbit built its AI code review agent with Google Cloud Run

    Source URL: https://cloud.google.com/blog/products/ai-machine-learning/how-coderabbit-built-its-ai-code-review-agent-with-google-cloud-run/ Source: Cloud Blog Title: 50% faster merge and 50% fewer bugs: How CodeRabbit built its AI code review agent with Google Cloud Run Feedly Summary: CodeRabbit, a rapidly growing AI code review tool, is leveraging Google Cloud Run to cut code review time and bugs in half by safely and efficiently executing…

  • 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: Quoting Ted Sanders, OpenAI

    Source URL: https://simonwillison.net/2025/Apr/17/ted-sanders/ Source: Simon Willison’s Weblog Title: Quoting Ted Sanders, OpenAI Feedly Summary: Our hypothesis is that o4-mini is a much better model, but we’ll wait to hear feedback from developers. Evals only tell part of the story, and we wouldn’t want to prematurely deprecate a model that developers continue to find value in.…

  • Simon Willison’s Weblog: llm-fragments-go

    Source URL: https://simonwillison.net/2025/Apr/10/llm-fragments-go/#atom-everything Source: Simon Willison’s Weblog Title: llm-fragments-go Feedly Summary: llm-fragments-go Filippo Valsorda released the first plugin by someone other than me that uses LLM’s new register_fragment_loaders() plugin hook I announced the other day. Install with llm install llm-fragments-go and then: You can feed the docs of a Go package into LLM using the…

  • Docker: Introducing Docker Model Runner: A Better Way to Build and Run GenAI Models Locally

    Source URL: https://www.docker.com/blog/introducing-docker-model-runner/ Source: Docker Title: Introducing Docker Model Runner: A Better Way to Build and Run GenAI Models Locally Feedly Summary: Docker Model Runner is a faster, simpler way to run and test AI models locally, right from your existing workflow. AI Summary and Description: Yes Summary: The text discusses the launch of Docker…

  • Simon Willison’s Weblog: Quoting Nolan Lawson

    Source URL: https://simonwillison.net/2025/Apr/3/nolan-lawson/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Nolan Lawson Feedly Summary: I started using Claude and Claude Code a bit in my regular workflow. I’ll skip the suspense and just say that the tool is way more capable than I would ever have expected. The way I can use it to interrogate a…

  • Rekt: SIR Trading – Rekt

    Source URL: https://www.rekt.news/sirtrading-rekt Source: Rekt Title: SIR Trading – Rekt Feedly Summary: An attacker exploited a transient storage collision to drain $355K from SIR Trading in a flawless mathematical heist. A single audit couldn’t prevent the hack, where a vanity address bypassed security checks and wiped out four years of development in one swift transaction.…

  • Scott Logic: Making Sense of the AI Developer Tools Ecosystem

    Source URL: https://blog.scottlogic.com/2025/04/01/making-sense-of-the-ai-developer-tools-ecosystem.html Source: Scott Logic Title: Making Sense of the AI Developer Tools Ecosystem Feedly Summary: The AI developer tooling landscape has rapidly expanded from simple autocomplete to a complex ecosystem of assistants, agents, and AI-first environments. In this post, I propose a practical classification based on how AI is positioned within your workflow—from…

  • Anchore: Generating SBOMs for JavaScript Projects: A Developer’s Guide

    Source URL: https://anchore.com/blog/javascript-sbom-generation/ Source: Anchore Title: Generating SBOMs for JavaScript Projects: A Developer’s Guide Feedly Summary: Let’s be honest: modern JavaScript projects can feel like a tangled web of packages. Knowing exactly what’s in your final build is crucial, especially with rising security concerns. That’s where a Software Bill of Materials (SBOM) comes in handy…