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

Apple's latest iPhone security features have made life even more difficult for spyware makers

September 11, 2025

Founders of 01A share their playbook in 2025

September 11, 2025

France says Apple has notified victims of a new spyware attack

September 11, 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

    Google brings Pixel 6 and new devices to Material3 Expressive, along with other features, to the Pixel 6 and new devices

    September 3, 2025

    Google's NoteBookLM now allows you to customize the tone of your AI podcasts

    September 3, 2025

    Roblox expands the use of age estimation techniques and introduces standardized assessments

    September 3, 2025

    Instagram finally launches the iPad app

    September 3, 2025

    Complete the 2025 Confusion Builder Stage Agenda with the Maximum Scaling Voice

    September 3, 2025
  • Crypto

    Stripe will showcase who WHO including Humanity, Openai and Paradigm to build a new blockchain

    September 4, 2025

    Coinbase CEO explains why he fired an engineer who didn't try AI right away

    August 22, 2025

    Your next customer is destroying the 2025 Expo floor

    August 19, 2025

    Crypto Company Gemini File for Winklevoss Twins IPO

    August 16, 2025

    North Korean spies pretending to be remote workers have invaded hundreds of businesses, CloudStrike says

    August 4, 2025
  • Security

    Apple's latest iPhone security features have made life even more difficult for spyware makers

    September 11, 2025

    France says Apple has notified victims of a new spyware attack

    September 11, 2025

    British children dare and hack their school for infamousness

    September 11, 2025

    Vibe coding? Meet the security atmospheric

    September 10, 2025

    Jaguar Land Rover says data was stolen in a destructive cyber attack

    September 10, 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

    Founders of 01A share their playbook in 2025

    September 11, 2025

    Perplexity reportedly raised $200 million at a $200 billion valuation

    September 11, 2025

    Klarna's IPO Pop raises $1.4 billion, with Sequoia being garnered as the biggest winner

    September 10, 2025

    Confuses 2025: First complete agenda reveals in new release phase

    September 10, 2025

    Learn what to confuse 2025 and make a bitchland

    September 10, 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

Apple's latest iPhone security features have made life even more difficult for spyware makers

September 11, 2025

Founders of 01A share their playbook in 2025

September 11, 2025

France says Apple has notified victims of a new spyware attack

September 11, 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.