This AI-assisted bug bash is offering serious prizes for squashing nasty code

This AI-assisted bug bash is offering serious prizes for squashing nasty code

While every developer loves a good story about discovering and fixing a gnarly bug, not everyone enjoys the work of finding those bugs. Most folks would prefer to be writing business logic and solving new problems. But those input validation errors and resource leaks won’t solve themselves.

Or will they?

AWS Bug Bust is a global competition launched with the goal of finding and fixing one million bugs in codebases around the world. It takes the traditional bug bash and turns it into a competition that anyone can enter. Got a repo or two that you’ve been meaning to clean up? Enter the Bug Bust and start squashing.

This competition awards points to organizations, as well as individuals within an organization, for every bug that they fix in their own repos. A little friendly competition can motivate developers to fix more bugs in order to move up the leaderboards. How do you think we built Stack Overflow? Fake internet points are very important around here. With the Bug Bust competition, it’s not just fake internet points and personal glory; top bug squashers—overall and within top organizations—can win all expense paid trips to re:Invent 2021.

In a traditional bug bust, someone has to find the bugs, file tickets on all of them, then collect them for squashing. In the Bug Bust, Amazon has managed to automate that part of the process. That’s because the Bug Bust is built on their AI-powered code review and profiling tool, CodeGuru.

CodeGuru uses static analysis and machine learning with some additional automated reasoning to find bugs in code; everything from best practices to concurrency issues, resource leaks, security problems, and more. AI isn’t here to take your jobs, it’s here to automated away the tedious stuff. Developers get to harness the power of artificial intelligence in their everyday lives.

Concurrency and resource leak issues tend to drain the soul out of the developers. You could spend all day trying to optimize and close those. CodeGuru includes a function profiler that looks for a codebase’s most expensive calls. It’s a lightweight agent actively running and looking for ways to reduce the cost of the running application.

These bugs, along with security issues and AWS API calls, are the ones that earn the most points. But all bugs earn their bashers points; CodeGuru spots code inefficiencies, duplications, and general code quality detectors, and performs input validation. The model behind this is pretrained on years of Amazon bug hunting experience. The system does learn from you as to what is a good bug in your codebase, but it’s not training on your code. It’s your feedback that makes CodeGuru a better bug hunter.

If you have Java and Python code in a GitHub, GitHub Enterprise, Bitbucket, or AWS CodeCommit repository, you can jump into the competition. Sign up with your email and you get 30 days to run as many Bug Busts as you want for free. The top ten individual bug busters get VIP treatment at the 2021 re:Invent conference (and an all-expense-paid trip there), which is being held in person this year. Top participating organizations get a ticket to give to one of their developers as well. For those bashers outside of the top ten, you can still earn some sweet swag by passing some point milestones.

The contest to win the trip to re:Invent 2021 runs through September, but you can still automate your bug bashes and get swag anytime. Want to get started? Head over to the AWS Bug Bust site now.

See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

Avsnitt(864)

Off with your CMS’s head! Composability and security in headless CMS

Off with your CMS’s head! Composability and security in headless CMS

Ryan welcomes Sebastian Gierlinger, VP of Engineering at Storyblok, to talk about how headless content management systems (CMS) fit into an increasingly componentized software landscape. They run through the differences between headless and traditional CMS systems (and databases), prototyping and security concerns, and how a team building distributed systems can get that precious velocity by decoupling their content from its rendering. Episode notes:Storyblok provides a headless CMS they say is made for humans but built for the AI-driven era. Want to learn more about CMS design? Check out other pieces we’ve done with CMS providers Drupal and Builder.io. Connect with Sebastian on LinkedIn or Twitter. Congrats to Populist badge winner Răzvan Flavius Panda for dropping an amazing answer on How do I change the maintenance database for Postgres?.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

19 Sep 23min

What an MCP implementation looks like at a CRM company

What an MCP implementation looks like at a CRM company

Ryan chats with  Karen Ng, EVP of Product at HubSpot, to chat about Model Context Protocol (MCP) and how they implemented it for their server for their CRM product. They chat the emergence of this as the standard for agentic interactions, the challenges of implementing the server and integrating it with their ecosystem, and how agentic AI has affected work at Hubspot. Episode notes:Hubspot is a customer-relationship management (CRM) platform that aims to help businesses grow. MCP is an open-source protocol for connecting AI agents to external systems, originally developers at Anthropic. Connect with Karen on LinkedIn. Virtual hi-five to Rob Truxal for asking What is the purpose of "pip install --user ..."? and garnering themselves a Stellar Question badge. See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

16 Sep 24min

Planning to Arm mobile devices with chips that handle AI

Planning to Arm mobile devices with chips that handle AI

Ryan welcomes Geraint North, AI and developer platforms fellow at Arm, to dive into the impact of GenAI on chip design, Arm’s approach to designing flexible CPU architectures, and the challenges of optimizing large language models at the chip level for edge devices. Episode notes: Arm is a global compute platform that allows the world’s leading technology companies to innovate and deliver AI experiences.Arm just announced their Lumex CSS Platform, which provides a complete compute subsystem platform for mobile and desktop providers to enable efficient AI workloads. Connect with Geraint on LinkedIn.Congrats to Lifejacket badge winner I.sh., who won the badge for answering How to take screenshot on failure.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

12 Sep 32min

How AI is reshaping developer teams and the future of software development

How AI is reshaping developer teams and the future of software development

In this two-part episode of Leaders of Code, Peter O’Connor, Director of Platform Engineering, welcomes Ryan J. Salva, Senior Director of Product at Google, Developer Experiences, for a deep dive into the future of software development. They explore how AI-assisted tools are reshaping the developer experience, going far beyond just writing code. From breaking down deployment bottlenecks to streamlining operations and transforming how teams collaborate, this conversation unpacks where developer tooling is headed and how AI is changing the game at every stage of the software lifecycle.The discussion also:Addresses how AI is transforming team structures, enabling engineering teams to operate effectively with just a few people, reducing collaboration overhead and accelerating decision-making.Highlights the future of platform engineering and DevOps, where AI will assist with standardization and dynamically create and manage deployment pipelines in real time.Episode notes:Connect with Peter O’Connor and Ryan J Salva.Check out Google’s open source repository, Gemini-CLI, on GitHub.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

11 Sep 31min

We built stackoverflow.ai with the community and for the community

We built stackoverflow.ai with the community and for the community

Ryan is joined by our very own Ash Zade, Product Manager, and Alex Warren, Staff Software Engineer, to discuss our newly released stackoverflow.ai, how it’s enhancing user experience by combining human-validated answers with AI, and our future plans for deeper personalization and community integration. Episode notes: stackoverflow.ai is helping you get the technical answers you need with less friction, all powered by our 16 years of community knowledge.Connect with Ash on LinkedIn.Connect with Alex on LinkedIn.This week we’re shouting out user Ketan Ramani for winning a Populist badge for their answer to How to go about formatting 1200 to 1.2k in Android studio.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

9 Sep 33min

Kotlin is more than just the Android house language

Kotlin is more than just the Android house language

Ryan welcomes Jeffrey van Gogh, Director of Engineering, Android Developer Experience, at Google and board member of the Kotlin Foundation. They discuss the evolution of the Kotlin language from JVM to multiplatform, how their governance board works with the community to stop breaking changes, and the intricacies of Kotlin’s multiplatform capabilities beyond just Android.Episode notes: The Kotlin Foundation’s mission is to protect, promote, and advance the development of the Kotlin programming language.Over half of respondents in this year’s Annual Developer Survey reported that they want to start using Kotlin in the next year. Connect with Jeffrey on LinkedIn or email him at jvg@google.com.Congrats to user BMac on winning a Populist badge for answering the question How to convert UPPERCASE text to Title Case using CSS.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

5 Sep 30min

Building AI for consumer applications isn’t all fun and games

Building AI for consumer applications isn’t all fun and games

Kylan Gibbs, CEO of Inworld, joins the show to discuss the technical challenges of creating interactive AI for virtual worlds and games, the significance of user experience, and the importance of accessibility and cost-efficiency in deploying AI models.Episode notes: Inworld provides solutions for AI applications that allow teams to build and deploy workloads, spend less time on maintenance, and accelerate iteration speed.Connect with Kylan on LinkedIn.Today we’re shouting out the winner of an Illuminator badge, user MrWhite, who edited and answered 500 questions, both actions within 12 hours.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

2 Sep 29min

Open-source is for the people, by the people

Open-source is for the people, by the people

Travis Oliphant, creator of NumPy and SciPy, joins Ryan to explore the development of Python as a data science tool, the evolution of these foundational libraries, and the importance of community and collaboration in open-source projects, including Travis’ current work to support sustainable open-source through the OpenTeams Incubator. Episode notes: NumPy and SciPy are the fundamental packages and algorithms for scientific computing with Python. NumPy 2.3.0 and SciPy 1.16.0 are out now. The OpenTeams Incubator helps start, grow, and sustain open-source software communities.Quansight is a data, science, and engineering firm rooted in the work of the Python Data, Science, and AI/ML open-source communities.Connect with Travis on LinkedIn or email him at travis@OTincubator.comToday we’re shouting out user RobinFrcd for answering pytest-asyncio has a closed event loop, but only when running all tests and winning a Populist badge.See Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

29 Aug 38min

Populärt inom Business & ekonomi

framgangspodden
varvet
badfluence
svd-ledarredaktionen
rss-borsens-finest
avanzapodden
uppgang-och-fall
lastbilspodden
rss-dagen-med-di
fill-or-kill
borsmorgon
affarsvarlden
rss-kort-lang-analyspodden-fran-di
rss-inga-dumma-fragor-om-pengar
24fragor
tabberaset
kapitalet-en-podd-om-ekonomi
rikatillsammans-om-privatekonomi-rikedom-i-livet
dynastin
montrosepodden