Talk:AutoGPT: Difference between revisions
StereoFolic (talk | contribs) →Self improvement: Reply |
→Self improvement: reply |
||
Line 12: | Line 12: | ||
:I would go a bit further and state that at present there are no examples of it understanding or changing those 4000 lines of Python, and it can't in any meaningful way. Those files aren't available unless manually copied into its workspace. That is why I changed "rewrite" to "write". What is meant, and what the ''Toronto Sun'' headline and narrative in that and other sources actually mean, is that it can write, store, and reuse programs from scratch, and debug them when they don't work correctly. An example which works is "Write a program to print the first N prime numbers. Modify that program to only print odd prime numbers. Then use the modified program to print the first 20 odd primes." I agree we should add a sentence clarifying the meaning of "its own code" as not including the Auto-GPT base system or anything having to do with the GPT LLMs. [[User:Sandizer|<span style="font-family:Garamond;">'''''Sandizer'''''</span>]] ([[User talk:Sandizer|talk]]) 18:14, 17 April 2023 (UTC) |
:I would go a bit further and state that at present there are no examples of it understanding or changing those 4000 lines of Python, and it can't in any meaningful way. Those files aren't available unless manually copied into its workspace. That is why I changed "rewrite" to "write". What is meant, and what the ''Toronto Sun'' headline and narrative in that and other sources actually mean, is that it can write, store, and reuse programs from scratch, and debug them when they don't work correctly. An example which works is "Write a program to print the first N prime numbers. Modify that program to only print odd prime numbers. Then use the modified program to print the first 20 odd primes." I agree we should add a sentence clarifying the meaning of "its own code" as not including the Auto-GPT base system or anything having to do with the GPT LLMs. [[User:Sandizer|<span style="font-family:Garamond;">'''''Sandizer'''''</span>]] ([[User talk:Sandizer|talk]]) 18:14, 17 April 2023 (UTC) |
||
::I see the confusion now around the phrase "its own". At least the Toronto Sun article seems to mean "its own" as Auto-GPT itself: "Perhaps most significant, the program boasts the ability to rewrite and improve on its own code, allowing it to “recursively debug, develop and self-improve,” according to Significant Gravitas. How effective these '''self-updates''' are remains to be seen." (emphasis mine). At least that's how I read it. I'll take a crack at clarifying these distinctions later if you don't beat me to it. Thank you! [[User:StereoFolic|StereoFolic]] ([[User talk:StereoFolic|talk]]) 18:19, 17 April 2023 (UTC) |
::I see the confusion now around the phrase "its own". At least the Toronto Sun article seems to mean "its own" as Auto-GPT itself: "Perhaps most significant, the program boasts the ability to rewrite and improve on its own code, allowing it to “recursively debug, develop and self-improve,” according to Significant Gravitas. How effective these '''self-updates''' are remains to be seen." (emphasis mine). At least that's how I read it. I'll take a crack at clarifying these distinctions later if you don't beat me to it. Thank you! [[User:StereoFolic|StereoFolic]] ([[User talk:StereoFolic|talk]]) 18:19, 17 April 2023 (UTC) |
||
:::I added [https://en.wikipedia.org/enwiki/w/index.php?title=Auto-GPT&diff=prev&oldid=1150358212&diffmode=source this sentence] which is a bit clunky and certainly welcome any further improvements. I am not entirely sure that there are no examples so far of it submitting any pull requests to its own repository, but on the other hand I am sure that someone will eventually manage that as a worthy challenging exercise. I will try to see whether there are any such PRs so far and report back if I find them. [[User:Sandizer|<span style="font-family:Garamond;">'''''Sandizer'''''</span>]] ([[User talk:Sandizer|talk]]) 18:23, 17 April 2023 (UTC) |
Revision as of 18:23, 17 April 2023
This article has not yet been rated on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
|
Did you know nomination
- The following is an archived discussion of the DYK nomination of the article below. Please do not modify this page. Subsequent comments should be made on the appropriate discussion page (such as this nomination's talk page, the article's talk page or Wikipedia talk:Did you know), unless there is consensus to re-open the discussion at this page. No further edits should be made to this page.
The result was: promoted by BorgQueen (talk) 02:10, 19 April 2023 (UTC)
- ... that Auto-GPT, an autonomous AI software agent, was used to create "ChaosGPT," which has not yet achieved its goal of destroying humanity? Source: Harrison, Maggie (2023-04-15). "AI Tasked With Destroying Humanity Now Trying New Tactic". Futurism: "ChaosGPT's first go at ending our species didn't quite work out."
- Reviewed:
Created by Sandizer (talk). Self-nominated at 21:06, 16 April 2023 (UTC). Post-promotion hook changes for this nom will be logged at Template talk:Did you know nominations/Auto-GPT; consider watching this nomination, if it is successful, until the hook appears on the Main Page.
- Currently reviewing this one... 28bytes (talk) 12:31, 17 April 2023 (UTC)
General: Article is new enough and long enough |
---|
Policy: Article is sourced, neutral, and free of copyright problems |
---|
|
Hook: Hook has been verified by provided inline citation |
---|
|
QPQ: None required. |
Self improvement
Sandizer - we've gone back and forth on this a couple times so maybe it's better to discuss here. I don't believe the sources support the unqualified claim that AutoGPT can meaningfully improve itself. If I'm missing something from the sources I apologize, though perhaps that warrants a more in-depth explanation with citations. My main concern with describing the self-improvement is that it can be misunderstood as suggesting AutoGPT is capable of a singularity-style self-improvement cycle. While I'm sure AutoGPT can non-trivially edit its Python harness code, it certainly cannot update the GPT model that provides all the seriously non-trivial power of the program. For context (I know this is original research), Auto-GPT is about 4000 lines of Python code, compared to presumably several terabytes behind the GPT model. Self-improvement to the python code is a very different thing than self-improvement to the model. StereoFolic (talk) 18:00, 17 April 2023 (UTC)
- I would go a bit further and state that at present there are no examples of it understanding or changing those 4000 lines of Python, and it can't in any meaningful way. Those files aren't available unless manually copied into its workspace. That is why I changed "rewrite" to "write". What is meant, and what the Toronto Sun headline and narrative in that and other sources actually mean, is that it can write, store, and reuse programs from scratch, and debug them when they don't work correctly. An example which works is "Write a program to print the first N prime numbers. Modify that program to only print odd prime numbers. Then use the modified program to print the first 20 odd primes." I agree we should add a sentence clarifying the meaning of "its own code" as not including the Auto-GPT base system or anything having to do with the GPT LLMs. Sandizer (talk) 18:14, 17 April 2023 (UTC)
- I see the confusion now around the phrase "its own". At least the Toronto Sun article seems to mean "its own" as Auto-GPT itself: "Perhaps most significant, the program boasts the ability to rewrite and improve on its own code, allowing it to “recursively debug, develop and self-improve,” according to Significant Gravitas. How effective these self-updates are remains to be seen." (emphasis mine). At least that's how I read it. I'll take a crack at clarifying these distinctions later if you don't beat me to it. Thank you! StereoFolic (talk) 18:19, 17 April 2023 (UTC)
- I added this sentence which is a bit clunky and certainly welcome any further improvements. I am not entirely sure that there are no examples so far of it submitting any pull requests to its own repository, but on the other hand I am sure that someone will eventually manage that as a worthy challenging exercise. I will try to see whether there are any such PRs so far and report back if I find them. Sandizer (talk) 18:23, 17 April 2023 (UTC)
- I see the confusion now around the phrase "its own". At least the Toronto Sun article seems to mean "its own" as Auto-GPT itself: "Perhaps most significant, the program boasts the ability to rewrite and improve on its own code, allowing it to “recursively debug, develop and self-improve,” according to Significant Gravitas. How effective these self-updates are remains to be seen." (emphasis mine). At least that's how I read it. I'll take a crack at clarifying these distinctions later if you don't beat me to it. Thank you! StereoFolic (talk) 18:19, 17 April 2023 (UTC)
- WikiProject Artificial Intelligence articles
- Start-Class Computing articles
- Mid-importance Computing articles
- Start-Class software articles
- Low-importance software articles
- Start-Class software articles of Low-importance
- All Software articles
- Start-Class Computer science articles
- Low-importance Computer science articles
- All Computing articles
- Start-Class Technology articles
- WikiProject Technology articles