Tag: programming

  • AWS News Blog: Introducing AWS API models and publicly available resources for AWS API definitions

    Source URL: https://aws.amazon.com/blogs/aws/introducing-aws-api-models-and-publicly-available-resources-for-aws-api-definitions/ Source: AWS News Blog Title: Introducing AWS API models and publicly available resources for AWS API definitions Feedly Summary: AWS now provides daily updates of Smithy API models on GitHub, enabling developers to build custom SDK clients, understand AWS API behaviors, and create developer tools for better AWS service integration. AI Summary…

  • Tomasz Tunguz: Stuck in the Middle of AI Workflows

    Source URL: https://www.tomtunguz.com/agentic-workflows/ Source: Tomasz Tunguz Title: Stuck in the Middle of AI Workflows Feedly Summary: Whenever I hear about a new startup, I pull out my research playbook. First, I understand the pitch, then find backgrounds of the team, & tally the total raised.1 Over the weekend, I decided to migrate this workflow to…

  • Slashdot: Morgan Stanley Says Its AI Tool Processed 9 Million Lines of Legacy Code This Year And Saved 280,000 Developer Hours

    Source URL: https://developers.slashdot.org/story/25/06/04/1233253/morgan-stanley-says-its-ai-tool-processed-9-million-lines-of-legacy-code-this-year-and-saved-280000-developer-hours?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Morgan Stanley Says Its AI Tool Processed 9 Million Lines of Legacy Code This Year And Saved 280,000 Developer Hours Feedly Summary: AI Summary and Description: Yes Summary: Morgan Stanley’s deployment of its in-house AI tool, DevGen.AI, exemplifies significant advancements in the modernization of legacy code, especially within financial…

  • Slashdot: AI Startups Revolutionize Coding Industry, Leading To Sky-High Valuations

    Source URL: https://developers.slashdot.org/story/25/06/04/0820246/ai-startups-revolutionize-coding-industry-leading-to-sky-high-valuations?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: AI Startups Revolutionize Coding Industry, Leading To Sky-High Valuations Feedly Summary: AI Summary and Description: Yes Summary: The text discusses the rapid growth and investment in code generation startups following the launch of ChatGPT, highlighting their innovative approach to software development through natural language. It notes a significant shift…

  • Simon Willison’s Weblog: Quoting Kenton Varda

    Source URL: https://simonwillison.net/2025/Jun/2/kenton-varda/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Kenton Varda Feedly Summary: It took me a few days to build the library [cloudflare/workers-oauth-provider] with AI. I estimate it would have taken a few weeks, maybe months to write by hand. That said, this is a pretty ideal use case: implementing a well-known standard on…

  • Simon Willison’s Weblog: claude-trace

    Source URL: https://simonwillison.net/2025/Jun/2/claude-trace/ Source: Simon Willison’s Weblog Title: claude-trace Feedly Summary: claude-trace I’ve been thinking for a while it would be interesting to run some kind of HTTP proxy against the Claude Code CLI app and take a peek at how it works. Mario Zechner just published a really nice version of that. It works…

  • Slashdot: Does Anthropic’s Success Prove Businesses are Ready to Adopt AI?

    Source URL: https://slashdot.org/story/25/05/31/0344221/does-anthropics-success-prove-businesses-are-ready-to-adopt-ai?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Does Anthropic’s Success Prove Businesses are Ready to Adopt AI? Feedly Summary: AI Summary and Description: Yes **Summary:** Anthropic, an AI company focused on code generation, has seen extraordinary revenue growth to $3 billion annually, illustrating a significant market shift towards generative AI. Their success serves as a validation…

  • Simon Willison’s Weblog: llm-mistral 0.14

    Source URL: https://simonwillison.net/2025/May/29/llm-mistral-014/#atom-everything Source: Simon Willison’s Weblog Title: llm-mistral 0.14 Feedly Summary: llm-mistral 0.14 I added tool-support to my plugin for accessing the Mistral API from LLM today, plus support for Mistral’s new Codestral Embed embedding model. An interesting challenge here is that I’m not using an official client library for llm-mistral – I rolled…

  • Simon Willison’s Weblog: AI-assisted development needs automated tests

    Source URL: https://simonwillison.net/2025/May/28/automated-tests/ Source: Simon Willison’s Weblog Title: AI-assisted development needs automated tests Feedly Summary: I wonder if one of the reasons I’m finding LLMs so much more useful for coding than a lot of people that I see in online discussions is that effectively all of the code I work on has automated tests.…