Tag: code quality

  • Cloud Blog: A deep dive into code reviews with Gemini Code Assist in GitHub

    Source URL: https://cloud.google.com/blog/products/ai-machine-learning/gemini-code-assist-and-github-ai-code-reviews/ Source: Cloud Blog Title: A deep dive into code reviews with Gemini Code Assist in GitHub Feedly Summary: Imagine a code review process that doesn’t slow you down. Instead of a queue of pending pull requests, you have an intelligent assistant that provides a near-instant, comprehensive summary of every change. It flags…

  • Simon Willison’s Weblog: Quoting Steve Krouse

    Source URL: https://simonwillison.net/2025/Jul/30/steve-krouse/ Source: Simon Willison’s Weblog Title: Quoting Steve Krouse Feedly Summary: When you vibe code, you are incurring tech debt as fast as the LLM can spit it out. Which is why vibe coding is perfect for prototypes and throwaway projects: It’s only legacy code if you have to maintain it! […] The worst…

  • The Register: Cursor AI YOLO mode lets coding assistant run wild, security firm warns

    Source URL: https://www.theregister.com/2025/07/21/cursor_ai_safeguards_easily_bypassed/ Source: The Register Title: Cursor AI YOLO mode lets coding assistant run wild, security firm warns Feedly Summary: You only live once, but regret is forever Cursor’s AI coding agent will run automatically, in YOLO mode, if you let it. According to Backslash Security, you might want to think twice about doing…

  • Simon Willison’s Weblog: Coding with LLMs in the summer of 2025 (an update)

    Source URL: https://simonwillison.net/2025/Jul/21/coding-with-llms/#atom-everything Source: Simon Willison’s Weblog Title: Coding with LLMs in the summer of 2025 (an update) Feedly Summary: Coding with LLMs in the summer of 2025 (an update) Salvatore Sanfilippo describes his current AI-assisted development workflow. He’s all-in on LLMs for code review, exploratory prototyping, pair-design and writing “part of the code under…

  • Slashdot: Google Cloud Caused Outage By Ignoring Its Usual Code Quality Protections

    Source URL: https://tech.slashdot.org/story/25/06/16/2141250/google-cloud-caused-outage-by-ignoring-its-usual-code-quality-protections?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Google Cloud Caused Outage By Ignoring Its Usual Code Quality Protections Feedly Summary: AI Summary and Description: Yes Summary: The text details a major outage in Google Cloud caused by a flawed update to its Service Control system, highlighting critical issues related to error handling and the lack of…

  • Simon Willison’s Weblog: Agentic Coding Recommendations

    Source URL: https://simonwillison.net/2025/Jun/12/agentic-coding-recommendations/ Source: Simon Willison’s Weblog Title: Agentic Coding Recommendations Feedly Summary: Agentic Coding Recommendations There’s a ton of actionable advice on using Claude Code in this new piece from Armin Ronacher. He’s getting excellent results from Go, especially having invested a bunch of work in making the various tools (linters, tests, development servers…

  • The Register: Canva to job candidates: Thou shalt use AI during interviews

    Source URL: https://www.theregister.com/2025/06/11/canva_coding_assistant_job_interviews/ Source: The Register Title: Canva to job candidates: Thou shalt use AI during interviews Feedly Summary: Design software slinger warns it won’t hire devs who aren’t good at modern tools Australian SaaS-y graphic design service Canva now requires candidates for developer jobs to use AI coding assistants during the interview process.… AI…

  • Cloud Blog: Pluto AI: Revolutionizing AI accessibility and innovation at Magyar Telekom

    Source URL: https://cloud.google.com/blog/topics/telecommunications/revolutionizing-ai-accessibility-and-innovation-at-magyar-telekom/ Source: Cloud Blog Title: Pluto AI: Revolutionizing AI accessibility and innovation at Magyar Telekom Feedly Summary: In today’s rapidly evolving technological landscape, artificial intelligence (AI) stands as a transformative force, reshaping industries and redefining possibilities. Recognizing AI’s potential and leveraging its data landscape on Google Cloud, Magyar Telekom, Deutsche Telekom’s Hungarian operator, …

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