www.businessinsider.com
Open in
urlscan Pro
151.101.1.171
Public Scan
URL:
https://www.businessinsider.com/ai-builds-software-under-7-minutes-less-than-dollar-study-2023-9
Submission: On September 14 via manual from US — Scanned from DE
Submission: On September 14 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST javascript:void(0);
<form id="emailCapture" action="javascript:void(0);" method="POST" novalidate="">
<div class="flex-parent">
<div class="user-input-container">
<label id="focusedLabel" class="headline-regular" for="newsletter-module-email">Email address</label>
<input class="headline-regular" type="email" autocapitalize="off" name="newsletter-module-email" id="newsletter-module-input" placeholder="Email address" autocomplete="email" required="required">
</div>
<div class="mobile-error-msg error-msg headline-regular"></div>
<div class="submit-container headline-bold">
<input class="submit-btn headline-bold" external-event="inline-email-signup" type="submit" value="Sign up" id="NlSubmitButton" aria-label="Sign Up">
</div>
</div>
<div class="desktop-error-msg error-msg headline-regular"></div>
<div class="sign-up-tos headline-regular" id="nlTos"> By clicking ‘Sign up’, you agree to receive marketing emails from Insider as well as other partner offers and accept our
<a href="https://www.businessinsider.com/terms" target="_blank" data-analytics-post-depth="20">Terms of Service</a> and <a href="https://www.businessinsider.com/privacy-policy" target="_blank" data-analytics-post-depth="20">Privacy Policy</a>.
</div>
</form>
Text Content
Jump to 1. Main content 2. Search 3. Account Menu icon A vertical stack of three evenly spaced horizontal lines. Search icon A magnifying glass. It indicates, "Click to perform a search". Insider logo The word "Insider". Newsletters Account icon An icon in the shape of a person's head and shoulders. It often indicates a user profile. Log in Account icon An icon in the shape of a person's head and shoulders. It often indicates a user profile. Subscribe * Business * Tech * Finance * Markets * Strategy * Retail * Advertising * Healthcare * Premium * Life * Entertainment * Culture * Travel * Food * Health * Parenting * Beauty * Style * News * Politics * Military & Defense * Sports * Opinion * Reviews * Tech * Streaming * Home * Kitchen * Style * Beauty * Gifts * Deals * Pets * Parenting * Coupons * Health * Learning * Hobbies & Crafts * Travel * Video * All * A-Z * Advertising * Business * Careers * Coupons * DoorDash * Walmart * Dell * Staples * Under Armour * Culture * Design * Entertainment * Executive Lifestyle * Finance * Food * Health * Healthcare * Intelligence * Latest * Life * Markets Insider * Media * Military & Defense * News * Opinion * People * Personal Finance * Banking * Credit Cards * Insurance * Investing * Loans * Mortgages * Politics * Premium * Retail * Reviews * Science * Sports * Strategy * Tech * Transportation * Travel * Featured * Talent Insider * About * About * Advertise * Careers * Code of Ethics * Contact Us * Corporate * Corrections Policy * Follow * RSS * Sitemap * Facebook * Twitter * Instagram * YouTube * LinkedIn * Subscriptions * Intelligence * Premium US Markets Closed H M S In the news Dow Jones -0.2% Nasdaq +0.38% S&P 500 +0.12% META +0.07% TSLA +0.17% BABA -0.05% Close icon Two crossed lines that form an 'X'. It indicates a way to close an interaction, or dismiss a notification. Chevron icon It indicates an expandable section or menu, or sometimes previous / next navigation options. HOMEPAGE Newsletters Account icon An icon in the shape of a person's head and shoulders. It often indicates a user profile. Log in Subscribe Home Chevron icon It indicates an expandable section or menu, or sometimes previous / next navigation options. Tech AI CHATBOTS WERE TASKED TO RUN A TECH COMPANY. THEY BUILT SOFTWARE IN UNDER 7 MINUTES — FOR LESS THAN $1. Aaron Mok Sep 11, 2023, 11:01 AM GMT+2 Save Article Icon A bookmark Facebook Icon The letter F. Email icon An envelope. It indicates the ability to send an email. Share icon An curved arrow pointing right. Twitter icon A stylized bird with an open mouth, tweeting. Twitter LinkedIn icon The word "in". LinkedIn Fliboard icon A stylized letter F. Flipboard Facebook Icon The letter F. Facebook Email icon An envelope. It indicates the ability to send an email. Email Link icon An image of a chain link. It symobilizes a website link url. Copy Link Read in app A screenshot of the AI bots working for the hypothetical tech company ChatDev. Courtesy of researcher Chen Qian. Redeem now * Researchers in a new study tasked an AI-powered tech company with developing 70 different programs. * They found AI could develop software in under seven minutes for less than $1 in costs, on average. * AI bots were assigned roles and were able to talk, make logical decisions, and troubleshoot bugs. Get the inside scoop on today’s biggest stories in business, from Wall Street to Silicon Valley — delivered daily. Loading Something is loading. Thanks for signing up! Access your favorite topics in a personalized feed while you're on the go. download the app Email address By clicking ‘Sign up’, you agree to receive marketing emails from Insider as well as other partner offers and accept our Terms of Service and Privacy Policy. Advertisement Advertisement Artificial-intelligence chatbots such as OpenAI's ChatGPT can operate a software company in a quick, cost-effective manner with minimal human intervention, a new study indicates. The findings came after researchers published another study in which AI agents powered by large language models were able to run a virtual town on their own. In the recent paper, a team of researchers from Brown University and multiple Chinese universities conducted an experiment to see whether AI bots powered by a version of ChatGPT's 3.5 model could complete the software-development process without prior training. To test this, researchers created a hypothetical software-development company named ChatDev. Based on the waterfall model — a sequential approach to creating software — the company was broken down into four stages in chronological order: designing, coding, testing, and documenting. Advertisement Advertisement From there, researchers assigned AI bots specific roles by prompting each one with "vital details" that described the "designated task and roles, communication protocols, termination criteria, and constraints." Once the researchers gave the AI bots their roles, each bot was allocated to its respective stages. The "CEO" and "CTO" of ChatDev, for instance, worked in the "designing" stage, and the "programmer" and "art designer" performed in the "coding" stage. During each stage, the AI workers chatted with one another with minimal human input to complete specific parts of the software-development process — from deciding which programming language to use to identifying bugs in the code — until the software was complete. The researchers ran the experiment across different software scenarios and applied a series of analyses to them to see how long it took ChatDev to complete each type of software and how much each one would cost. Advertisement Advertisement Researchers, for example, tasked ChatDev to "design a basic Gomoku game," an abstract strategy board game also known as "Five in a Row." At the designing stage, the CEO asked the CTO to "propose a concrete programming language" that would "satisfy the new user's demand," to which the CTO responded with Python. In turn, the CEO said, "Great!" and explained that the programming language's "simplicity and readability make it a popular choice for beginners and experienced developers alike." After the CTO replied with, "Let's get started," ChatDev moved on to the coding stage, where the CTO asked the programmer to write a file, followed by the programmer asking the designer to give the software a "beautiful graphical user interface." The chat chain was repeated at each stage until the software was developed. After assigning ChatDev 70 tasks, the study found the AI-powered company was able to complete the full software-development process "in under seven minutes at a cost of less than one dollar," on average — all while identifying and troubleshooting "potential vulnerabilities" through its "memory" and "self-reflection" capabilities. Advertisement Advertisement The paper said about 86.66% of the generated software systems were "executed flawlessly." "Our experimental results demonstrate the efficiency and cost-effectiveness of the automated software development process driven by CHATDEV," the researchers wrote in the paper. The researchers didn't immediately respond to a request for comment from Insider before publication. The study's findings indicate one of the many ways powerful generative-AI technologies such as ChatGPT can perform specific job functions. Since the AI chatbot came out in November, workers across industries have used it on the job to save time and boost productivity. Advertisement Advertisement Coders, in particular, may find generative-AI tools beneficial to their personal and professional lives. Daniel Dippold, a coder in Berlin, used ChatGPT to develop a program that helped him find an apartment, and Amazon employees were found to use ChatGPT for software development. The study wasn't perfect, however: Researchers identified limitations, such as errors and biases in the language models, that could cause issues in the creation of software. Still, the researchers said the findings "may potentially help junior programmers or engineers in the real world" down the line. Sign up for notifications from Insider! Stay up to date with what you want to know. Subscribe to push notifications Read next WATCH: WHAT IS CHATGPT, AND SHOULD WE BE AFRAID OF AI CHATBOTS? Generative AI ChatGPT AI More... Advertisement Close icon Two crossed lines that form an 'X'. It indicates a way to close an interaction, or dismiss a notification. Advertisement Recommended video Advertisement Advertisement Advertisement Advertisement Follow us on: * * Copyright © 2023 Insider Inc. All rights reserved. Registration on or use of this site constitutes acceptance of our Terms of Service and Privacy Policy. * Contact Us * Masthead * Sitemap * Disclaimer * Accessibility * Commerce Policy * Advertising Policies * Coupons * Made in NYC * Jobs @ Insider * Stock quotes by finanzen.net * Reprints & Permissions Your Privacy Choices * International Editions: * United States US * International INTL * Asia AS * Deutschland & Österreich AT * Deutschland DE * España ES * India IN * Japan JP * México MX * Netherlands NL * Polska PL