Close Menu
TechBrunchTechBrunch
  • Home
  • AI
  • Apps
  • Crypto
  • Security
  • Startups
  • TechCrunch
  • Venture

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

Beeper's all-in-one messaging app will restart on models and premium upgrades on devices

July 16, 2025

Call of Duty scammers complain after Activision launches a new wave of Mass-Bans

July 16, 2025

Google will deploy AI-powered Business Calling capabilities to bring Gemini 2.5 Pro to AI mode

July 16, 2025
Facebook X (Twitter) Instagram
TechBrunchTechBrunch
  • Home
  • AI

    OpenAI seeks to extend human lifespans with the help of longevity startups

    January 17, 2025

    Farewell to the $200 million woolly mammoth and TikTok

    January 17, 2025

    Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

    January 17, 2025

    Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

    January 16, 2025

    Apple suspends AI notification summaries for news after generating false alerts

    January 16, 2025
  • Apps

    Beeper's all-in-one messaging app will restart on models and premium upgrades on devices

    July 16, 2025

    Google will deploy AI-powered Business Calling capabilities to bring Gemini 2.5 Pro to AI mode

    July 16, 2025

    Google Discover adds AI summary and threatens publishers with more traffic

    July 15, 2025

    July 15, 2025

    NextDoor's redesign app with AI recommendations, local news, and real-time emergency alerts

    July 15, 2025
  • Crypto

    Bitcoin surpasses $118K at the second highest high in 24 hours

    July 11, 2025

    Vitalik Buterin reserves for Sam Altman's global project

    June 28, 2025

    Calci will close a $185 million round as rival Polymeruk reportedly seeks $200 million

    June 25, 2025

    Stablecoin Evangelist: Katie Haun's Battle of Digital Dollars

    June 22, 2025

    Hackers steal and destroy millions of Iran's biggest crypto exchanges

    June 18, 2025
  • Security

    Call of Duty scammers complain after Activision launches a new wave of Mass-Bans

    July 16, 2025

    UK retail giant cooperative confirms that hackers have stole all 6.5 million customer records

    July 16, 2025

    Chinese authorities are using new tools to hack seized phones and extract data

    July 16, 2025

    US Army soldier pleaded guilty to hacking and fearing carriers

    July 15, 2025

    Meta fixes a bug that lets users leak AI prompts and can generate content

    July 15, 2025
  • Startups

    7 days left: Founders and VCs save over $300 on all stage passes

    March 24, 2025

    AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

    March 24, 2025

    20 Hottest Open Source Startups of 2024

    March 22, 2025

    Andrill may build a weapons factory in the UK

    March 21, 2025

    Startup Weekly: Wiz bets paid off at M&A Rich Week

    March 21, 2025
  • TechCrunch

    OpenSea takes a long-term view with a focus on UX despite NFT sales remaining low

    February 8, 2024

    AI will save software companies' growth dreams

    February 8, 2024

    B2B and B2C are not about who buys, but how you sell

    February 5, 2024

    It's time for venture capital to break away from fast fashion

    February 3, 2024

    a16z's Chris Dixon believes it's time to focus on blockchain use cases rather than speculation

    February 2, 2024
  • Venture

    A comprehensive list of 2025 tech layoffs

    July 16, 2025

    Rex Salisbury's Cambrian Ventures gathers new funds and backs Fintech slowdowns

    July 16, 2025

    Chainsmokers' Mantis Ventures closes its third $100 million fund

    July 15, 2025

    Venture acquires a rare Native American-led fund at Betsy Fore's Velvetin venture

    July 15, 2025

    A comprehensive list of 2025 tech layoffs

    July 15, 2025
TechBrunchTechBrunch

Amazon CodeWhisperer is now called Q Developer and has expanded functionality

TechBrunchBy TechBrunchApril 30, 20245 Mins Read
Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest Telegram Email


Pour one into CodeWhisperer, Amazon's AI-powered assisted coding tool. As of today, it's kaput — in a way.

CodeWhisperer is now Q Developer and is part of Amazon's Q family of business-oriented generative AI chatbots, which also extends to the newly announced Q Business. Q Developer, available through AWS, like CodeWhisperer, helps developers with some of the tasks they do in their day-to-day work, such as debugging and upgrading apps, troubleshooting, and running security scans.

In an interview with TechCrunch, Doug Seven, general manager and director of AI developer experience at AWS, hinted that CodeWhisperer is a bit of a failure on branding. Third-party metrics are reflected as wellEven with the free tier, CodeWhisperer struggled to match the momentum of its biggest rival GitHub Copilot, which has more than 1.8 million paid individual users and tens of thousands of enterprise customers. (Poor early impressions certainly didn't help.)

“CodeWhisperer is our starting point [with code generation]But we really wanted to have a brand and a name that fit a broader range of use cases,” Seven said. “You can think of Q Developer as a broader evolution of CodeWhisperer.”

To that end, Q Developer can not only generate code containing SQL, a programming language commonly used to create and manage databases, but also test that code and generate new code conceived from developer queries. We assist in the conversion and implementation of

Similar to Copilot, customers can tweak Q Developer with an internal codebase to improve the relevance of the tool's programming recommendations. (CodeWhisperer, which is now deprecated, also offered this option.) Thanks to a feature called agents, Q Developer also allows you to implement features, document and refactor (i.e. rebuild) your code, and more. tasks can be performed autonomously.

When you make a request to Q Developer, such as “Create an 'Add to Favorites' button in your app,” Q Developer analyzes your app's code, generates new code if necessary, and provides a step-by-step plan. Create and complete testing. Modify your code before implementing the suggested changes. Developers can review and iterate on their plans, connect steps, and apply updates across required files, code blocks, and test suites before Q implements the plan.

“What happens behind the scenes is Q Developer actually launches the development environment and processes the code,” Seven said. “So for feature development, Q Developer takes the entire code repository, creates a branch of that repository, analyzes the repository, performs the requested work, and returns the code changes to the developer. ”

Amazon Q Developer

Image credit: Amazon

According to Amazon, the agent can also automate and manage the code upgrade process, and currently offers Java transformations (specifically from Java 8 and 11 to Java version 17 built using Apache Maven). .NET conversion will be available soon. “Q Developer analyzes your code, looks for what needs to be upgraded, makes all the changes, and then hands the code back to the developer to review and commit,” he added. Ta.

To me, agents are a lot like GitHub's Copilot Workspace, which similarly generates and implements plans for software bug fixes and new features. And like Workspace, I'm not entirely convinced that this more autonomous approach will solve the problems surrounding AI-powered coding assistants.

GitClear analyzed more than 150 million lines of code committed to project repositories over the past few years and found that Copilot is pushing more incorrect code into codebases. Elsewhere, security researchers have warned that Copilot and similar tools can amplify existing bugs and security issues in software projects.

This is not surprising. The AI-powered coding assistant is impressive. But they are trained on existing code, and their suggestions reflect patterns of other programmers' work, work that may have serious flaws. The assistant's assumptions lead to bugs that are often difficult to spot, especially when developers who employ large numbers of AI coding assistants don't follow the assistant's decisions.

In less risky areas outside of coding, Q Developer can help businesses manage their cloud infrastructure on AWS. Or at least get the information you need to manage it yourself.

Q Developer can fulfill requests such as “list all Lambda functions” or “list resources that exist in other AWS Regions.” This bot, currently in preview, generates (but cannot execute) AWS Command Line Interface commands and his AWS costs, such as “What were the top 3 most expensive services in Q1?” You can also answer related questions.

Amazon Q Developer

Image credit: Amazon

So, how much do these useful generative AIs cost?

Q Developer is available for free in IDEs such as the AWS console, Slack, Visual Studio Code, GitLab Duo, and JetBrains, but with limitations. The free version does not allow for tweaking custom libraries, packages, or APIs, and users choose a data collection scheme by default. You are also subject to monthly limits, including up to 5 agent tasks (e.g. feature implementations) per month and 25 queries per month for AWS account resources. (It's baffling to me that Amazon would limit the questions you can ask about its services, but it's true.)

The premium version of Q Developer, Q Developer Pro, costs $19 per user per month and adds higher usage limits, tools to manage users and policies, single sign-on, and perhaps most importantly, IP coverage.

Amazon Q Developer

Image credit: Amazon

The models behind code generation services such as Q Developer are often trained on copyrighted code or under restrictive licenses. Vendors argue that fair use protects them if a model is knowingly or unknowingly developed using copyrighted code, but not everyone agrees. GitHub and OpenAI are being sued in a class action lawsuit alleging that Copilot infringed on copyright by recirculating licensed code snippets without providing credit.

Amazon will defend Q Developer Pro customers against claims that the service infringes third party intellectual property rights, as long as the customers let AWS control the defense and settle it “as AWS deems appropriate.” It says.





Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

OpenAI seeks to extend human lifespans with the help of longevity startups

January 17, 2025

Farewell to the $200 million woolly mammoth and TikTok

January 17, 2025

Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

January 17, 2025

Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

January 16, 2025

Apple suspends AI notification summaries for news after generating false alerts

January 16, 2025

Nvidia releases more tools and guardrails to help enterprises adopt AI agents

January 16, 2025

Leave A Reply Cancel Reply

Top Reviews
Editors Picks

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025
About Us
About Us

Welcome to Tech Brunch, your go-to destination for cutting-edge insights, news, and analysis in the fields of Artificial Intelligence (AI), Cryptocurrency, Technology, and Startups. At Tech Brunch, we are passionate about exploring the latest trends, innovations, and developments shaping the future of these dynamic industries.

Our Picks

Beeper's all-in-one messaging app will restart on models and premium upgrades on devices

July 16, 2025

Call of Duty scammers complain after Activision launches a new wave of Mass-Bans

July 16, 2025

Google will deploy AI-powered Business Calling capabilities to bring Gemini 2.5 Pro to AI mode

July 16, 2025

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

© 2025 TechBrunch. Designed by TechBrunch.
  • Home
  • About Tech Brunch
  • Advertise with Tech Brunch
  • Contact us
  • DMCA Notice
  • Privacy Policy
  • Terms of Use

Type above and press Enter to search. Press Esc to cancel.