this post was submitted on 12 Sep 2023
-23 points (17.1% liked)

Technology

59390 readers
2518 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

AI chatbots were tasked to run a tech company. They built software in under 7 minutes — for less than $1.::A recent study found that AI-bots could talk to each other, reflect, and identify software bugs.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 25 points 1 year ago (3 children)

Wow they really try to bury the part where all it did was make a really simple, straightforward game that’s been made thousands of times before and probably existed in the training corpus (and it still manages to fuck that up 12% of the time). More AI “research” blowing smoke up people’s ass.

[–] [email protected] 10 points 1 year ago

It’s literally only able to predict what would the code would be based on its training code. It’s amazing that people expect this thing to run anything when it can’t reason. It’s basically an advanced template engine.

[–] [email protected] 7 points 1 year ago

You hear that?

That's the AI Bubble getting bigger and bigger and bigger and when it finally bursts all these same companies that have been over-hyping it are going to claim "how could we have known it was all BS?".

[–] [email protected] 7 points 1 year ago

Its probably using someone elses code from github.

[–] [email protected] 7 points 1 year ago

The other day I tested chatgpt (which I'm using with an extention on vscode), asked it to write a script that identifies where a cat's nose is and places a mustache on the image.

It looked good for skeleton code but it didn't work and I had to do some tweaks to make it do so. It has potential, but I doubt it would, out of the box, be able to handle support for a website. There is no need to eliminate the human in the chain. In fact, if you keep the human, you are less likely to run your website into the ground.

[–] [email protected] 4 points 1 year ago

This is the best summary I could come up with:


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.

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.

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.

"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 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.


The original article contains 638 words, the summary contains 175 words. Saved 73%. I'm a bot and I'm open source!