Tag: development workflow

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

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

  • Hacker News: Show HN: Cocommit – A copilot for git commit

    Source URL: https://github.com/andrewromanenco/cocommit Source: Hacker News Title: Show HN: Cocommit – A copilot for git commit Feedly Summary: Comments AI Summary and Description: Yes Summary: Cocommit is a command-line tool designed to enhance the quality of Git commit messages using Large Language Models (LLMs). It streamlines the process of ensuring good commit practices by analyzing…