자동 GPT

Auto-GPT
자동 GPT
개발자토란 브루스 리처즈
초기 출시2023년 3월 30일
저장소github.com/Significant-Gravitas/Auto-GPT
작성 위치파이썬
유형자치주 인공 지능 소프트웨어 에이전트
면허증.MIT 라이선스

자동 GPT는 자연어로 목표를 부여한 "AI 에이전트"로, 목표를 하위 작업으로 나누고 자동 [1]루프에서 인터넷 및 기타 도구를 사용하여 목표 달성을 시도할 수 있습니다.OpenAI의 GPT-4 또는 GPT-3.5 [2]API를 사용하며, GPT-4를 사용하여 자율 [3]작업을 수행하는 응용 프로그램의 첫 번째 예 중 하나입니다. OpenAI OpenAI OpenAI

세부 사항

모든 작업에 수동 명령이 필요한 ChatGPT와 같은 대화형 시스템과 달리, Auto-GPT는 인간 ChatGPT ChatGPT에 대한 ChatGPT 의무적인 필요성과 더 큰 목표 달성을 목표로 작업할 새로운 목표를 스스로 할당합니다.목표 작업을 달성하기 위해 프롬프트에 대한 응답을 실행할 수 있으며, 그렇게 함으로써 새로운 [4]정보에 대응하여 자체 프롬프트를 만들고 재귀 인스턴스로 수정합니다.데이터베이스 및 파일에 기록 및 읽기를 통해 단기 및 장기 메모리를 관리하고, 요약을 통해 컨텍스트 창 길이 요구사항을 관리하며, 웹 검색, 웹 양식 및 API 상호 작용과 같은 인터넷 기반 작업을 무인으로 수행할 수 있으며, 음성 [3]출력을 위한 텍스트-투-스피치를 포함합니다.

관찰자들은 Auto-GPT가 코드를 반복적으로 작성, 디버그, 테스트 및 편집하는 기능을 강조하며, 이 기능이 Auto-GPT 자체 소스 코드로 확장되어 어느 정도의 [3]자체 개선이 가능할 수 있음을 시사합니다.그러나 기본 GPT 모델은 [5][6]독점적이기 때문에 Auto-GPT는 수정할 수 없으며 일반적으로 자체 기본 시스템 코드에 액세스할 수 없습니다.

배경

2023년 3월 14일, OpenAI는 대형 언어 모델 GPT-4를 출시했습니다. 관찰자들은 광범위한 [7]작업에서 상당히 향상된 성능에 깊은 인상을 받았습니다.텍스트 예측 모델로서 GPT-4 자체는 자율적으로 동작을 수행할 수 없지만, 릴리스 전 안전성 테스트에서 레드팀 연구원들은 TaskRabbit 작업자에게 CAPTCHA 과제를 [8]해결하도록 설득하는 것과 같은 실제 동작을 수행할 수 있도록 GPT-4가 가능하다는 것을 발견했습니다.마이크로소프트 연구팀은 GPT-4의 인간 수준에 근접한 능력의 폭을 감안할 때 GPT-4는 "인공 일반 지능(AGI) 시스템의 초기(아직 불완전한) 버전으로 합리적으로 볼 수 있다"고 주장했습니다.연구원들은 그들의 실험이 [9]또한 시스템에서 상당한 한계를 발견했다고 강조했습니다.

오토 GPT는 비디오 게임 회사인 시맨틱 그라비타스 유한회사의 설립자인 토란 브루스 리차드에 의해 2023년 3월 30일 출시되었습니다.출시 직후 깃허브에서 최고의 트렌드 저장소가 되었으며,[3] 이후 트위터에서 반복적으로 트렌드를 선도하고 있습니다.

문제들

Auto-GPT가 실용적으로 채택될지는 불확실합니다.Auto-GPT는 기본적인 큰 언어 모델의 이해하기 쉬운 "환각"에 시달릴 뿐만 아니라 종종 개발자들이 계속해서 해결하려고 하는 두 문제 모두 작업에 머무르는 데 어려움을 겪습니다.작업을 성공적으로 완료한 후에는 일반적으로 나중에 사용하기 위해 수행하는 방법을 기억하지 못하며, 나중에 프로그램을 작성할 때와 같이 수행하는 방법을 기억하지 못하는 경우가 많습니다.자동 GPT는 작업을 효과적으로 분해하기 어렵고 문제 상황과 목표가 [2]겹치는 방식을 이해하는 데 어려움을 겪습니다.또한 GPT-3.5 API를 잘 사용하기 위해 노력하고 있으며 기본적인 [10]지침을 이해하지 못하는 경우가 많습니다.

적용들

개발자들은 AutoGPT를 웹 브라우저에 통합하여 프로그래머가 아닌 사람들이 직접 [12]에이전트를 만들 수 있도록 하는 AgentGPT를 [11]만들었습니다.Auto-GPT는 또한 [13]인류를 파괴한다는 목표가 주어졌을 때 혼돈 GPT를 만드는 데 사용되었지만,[14][15] 그렇게 하는 데 즉시 성공하지 못했습니다.

진일보한 내용

  • Pounder, Les (April 15, 2023). "How To Create Your Own Auto-GPT AI Agent". Tom's Hardware. Retrieved April 16, 2023.
  • Wiggers, Kyle (April 22, 2023). "What is Auto-GPT and why does it matter?". TechCrunch. Retrieved April 23, 2023.

레퍼런스

  1. ^ Ortiz, Sabrina (April 14, 2023). "What is Auto-GPT? Everything to know about the next powerful AI tool". ZDNET. Archived from the original on April 16, 2023. Retrieved April 16, 2023.
  2. ^ a b Xaio, Han (April 13, 2023). "Auto-GPT Unmasked: The Hype and Hard Truths of Its Production Pitfalls". Jina AI. Archived from the original on April 17, 2023. Retrieved April 17, 2023.
  3. ^ a b c d Jiang, Kevin (April 14, 2023). "What's Auto-GPT? New, autonomous 'AI agents' can act on their own, rewrite their own code". The Toronto Star. Archived from the original on April 16, 2023. Retrieved April 16, 2023.
  4. ^ Palmer, Sarah (April 14, 2023). "What is AutoGPT? Here's what we know about the hottest new AI chatbot". Euronews. Archived from the original on April 16, 2023. Retrieved April 16, 2023.
  5. ^ "OpenAI is giving Microsoft exclusive access to its GPT-3 language model". MIT Technology Review. Archived from the original on February 5, 2021. Retrieved April 18, 2023.
  6. ^ "GPT-4 is bigger and better than ChatGPT—but OpenAI won't say why". MIT Technology Review. Archived from the original on March 17, 2023. Retrieved April 18, 2023.
  7. ^ Belfield, Haydn (March 25, 2023). "If your AI model is going to sell, it has to be safe". Vox. Archived from the original on March 28, 2023. Retrieved April 17, 2023.
  8. ^ Cox, Joseph (March 15, 2023). "GPT-4 Hired Unwitting TaskRabbit Worker By Pretending to Be 'Vision-Impaired' Human". Vice News Motherboard. Archived from the original on April 10, 2023. Retrieved April 16, 2023.
  9. ^ "Microsoft Now Claims GPT-4 Shows 'Sparks' of General Intelligence". www.vice.com. Archived from the original on April 18, 2023. Retrieved April 18, 2023.
  10. ^ cosmicr (April 10, 2023). "AutoGPT is kinda worthless unless you have a GPT-4 API key". r/AutoGPT. Archived from the original on April 10, 2023. Retrieved April 21, 2023.
  11. ^ "AgentGPT: Autonomous AI in your browser 🤖". agentgpt.reworkd.ai. Retrieved April 23, 2023.
  12. ^ Mauran, Cecily (April 14, 2023). "What is Auto-GPT and why are hustle bros hype for it?". Mashable. Archived from the original on April 16, 2023. Retrieved April 16, 2023.
  13. ^ Xiang, Chloe. "AI Tasked With 'Destroying Humanity' Now 'Working on Control Over Humanity Through Manipulation'". Vice News. Archived from the original on April 16, 2023. Retrieved April 16, 2023.
  14. ^ Ward, Cassidy (April 16, 2023). "ChaosGPT is trying to destroy humanity; fortunately the AI is adorably bad at it". Syfy Wire. Archived from the original on April 16, 2023. Retrieved April 20, 2023.
  15. ^ Reich, Aaron (April 14, 2023). "1/3rd of scientists fear AI decisions could spark nuclear-level disaster". The Jerusalem Post. Archived from the original on April 19, 2023. Retrieved April 21, 2023.

외부 링크