


I want to ask programmers, what is the most annoying time of the day?
It must be for debugging the written program. But now, this situation is about to be improved!
A foreign developer named BioBootloader launched a project called "Wolverine" based on GPT-4, which can self-repair Python scripts.
As you can tell from the name, this project focuses on "self-healing." Identify errors in the code through GPT and provide modifications until the program runs smoothly.
However, "Wolverine" can currently only be used on Python.
This project has collected 1.2k stars and 108 Forks on GitHub.
Wolverine? Wolverine!
BioBootloader said that if you run your program with "Wolverine", as soon as it crashes, GPT-4 will automatically edit it and give the reason for the error.
Even if programmers write a lot of bugs, it’s okay. "Wolverine" will be run repeatedly until all bugs are eliminated.
GPT-4 must be familiar to everyone. This is a multi-modal artificial intelligence language model developed by OpenAI.
BioBootloader's demonstration video on Twitter shows the specific use of "Wolverine".
In the video, the developer first wrote a simple four-arithmetic operation code, and then deliberately wrote some parts wrong .
(Correct)
For example Say, change the return result at the end to return res, but res is not defined, so an error occurs.
My brother also deleted the subtraction part of the code, which is the substract_numbers above. In this way, an error will definitely be reported in calculate below. Because subtract is not defined.
(wrong)
After Just run "Wolverine" directly, and the part generated by GPT will appear on the right.
It can be seen that "Wolverine" quickly identified the error and attached an explanation.
「subtract_numbers is not defined in the script.
The res variable is not defined and should be replaced by result.」
Not only gave suggestions, "Wolverine" also directly attached the modified code. Red is the part that should be deleted, and green is the part that should be added.
In fact, "Wolverine" is a wrapper. It is responsible for running the program, capturing error messages, and then sending these errors to GPT-4 to ask what went wrong with the GPT code. .
LLMs (large language models) like GPT-4 are "programmed" in natural language, and these instructions are considered prompts.
A large part of the functions implemented by "Wolverine" are due to carefully written prompts. Reading these prompts can better understand the entire process.
The project has been published on GitHub. The guy also thoughtfully gave me the setting requirements.
Not just Python
On GitHub, BioBootloader released its future plans, "King Kong The functions of "Wolf" will become more and more comprehensive and powerful.
"The current version is just a prototype that I spent a few hours on. There will be many possibilities in the future An extension, and everyone is welcome to develop it together."
- Add flags to customize usage, such as requiring user confirmation before running changed code.
- Further iteration of GPT’s editing format. Currently, GPT has a bit of difficulty with indentation, but I'm sure this can be improved.
- An example of a set of problematic files that we can prompt in the test above to ensure its reliability and measure improvements.
- Multiple files/repositories - Send all files that appear in the stack trace to GPT
- Better for large files processing, i.e. should we only send relevant classes/functions to GPT?
-Extended to programming languages other than Python
As can be seen from the simple example above, this script is still promising in the future.
After all, we can’t let coders who work in other languages be jealous looking at the “Wolverine” of smart Debug Python.
The above is the detailed content of GPT-4 developers develop AI system with unlimited self-healing capabilities. For more information, please follow other related articles on the PHP Chinese website!

一觉醒来,工作的方式被彻底改变。微软把AI神器GPT-4全面接入Office,这下ChatPPT、ChatWord、ChatExcel一家整整齐齐。CEO纳德拉在发布会上直接放话:今天,进入人机交互的新时代,重新发明生产力。新功能名叫Microsoft 365 Copilot(副驾驶),与改变了程序员的代码助手GitHub Copilot成为一个系列,继续改变更多人。现在AI不光能自动做PPT,而且能根据Word文档的内容一键做出精美排版。甚至连上台时对着每一页PPT应该讲什么话,都给一起安排

集成GPT-4的Github Copilot X还在小范围内测中,而集成GPT-4的Cursor已公开发行。Cursor是一个集成GPT-4的IDE,可以用自然语言编写代码,让编写代码和聊天一样简单。 GPT-4和GPT-3.5在处理和编写代码的能力上差别还是很大的。官网的一份测试报告。前两个是GPT-4,一个采用文本输入,一个采用图像输入;第三个是GPT3.5,可以看出GPT-4的代码能力相较于GPT-3.5有较大能力的提升。集成GPT-4的Github Copilot X还在小范围内测中,而

作者 | 云昭3月9日,微软德国CTO Andreas Braun在AI kickoff会议上带来了一个期待已久的消息:“我们将于下周推出GPT-4,届时我们将推出多模式模式,提供完全不同的可能性——例如视频。”言语之中,他将大型语言模型(LLM)比作“游戏改变者”,因为他们教机器理解自然语言,然后机器以统计的方式理解以前只能由人类阅读和理解的东西。与此同时,这项技术已经发展到“适用于所有语言”:你可以用德语提问,也可以用意大利语回答。借助多模态,微软(-OpenAI)将“使模型变得全面”。那

近段时间,人工智能聊天机器人ChatGPT刷爆网络,网友们争先恐后去领略它的超高情商和巨大威力。参加高考、修改代码、构思小说……它在广大网友的“鞭策”下不断突破自我,甚至可以用一整段程序,为你拼接出一只小狗。而这些技能只是基于GPT-3.5开发而来,在3月15日,AI世界再次更新,最新版本的GPT-4也被OpenAI发布了出来。与之前相比,GPT-4不仅展现了更加强大的语言理解能力,还能够处理图像内容,在考试中的得分甚至能超越90%的人类。那么,如此“逆天”的GPT-4还具有哪些能力?它又是如何

当红炸子鸡ChatGPT,也成为数学天才陶哲轩的研究工具了。近日,他在网上称自己发现了一些ChatGPT的小用例。首先,它很擅长解析代码格式的文档(在这种情况下是#arXiv搜索的API),然后返回一个正确格式的代码查询(后来它还提供了一些工作的python代码,以我要求的方式调用这个API,尽管我不得不手动安装一个包来使它运行)。其次,我让它想出一些,聪明的学生在本科线性代数课上可能会问的问题(为此我提供了一些样本题目),它给出了一些很好的例子,让我对课程可能方向,以及潜在的作业问题有所启发。

GPT-4 的思考方式,越来越像人了。 人类在做错事时,会反思自己的行为,避免再次出错,如果让 GPT-4 这类大型语言模型也具备反思能力,性能不知道要提高多少了。众所周知,大型语言模型 (LLM) 在各种任务上已经表现出前所未有的性能。然而,这些 SOTA 方法通常需要对已定义的状态空间进行模型微调、策略优化等操作。由于缺乏高质量的训练数据、定义良好的状态空间,优化模型实现起来还是比较难的。此外,模型还不具备人类决策过程所固有的某些品质,特别是从错误中学习的能力。不过现在好了,在最近的一篇论文

人工智能在过去几十年里发展势头强劲,像GPT-4这样的大型语言模型引起了用户的更多兴趣,他们想知道GPT-4如何支持数字化转型。根据行业媒体的预测,到2024年,GPT-4所基于的ChatGPT深度学习堆栈将产生10亿美元的收入。GPT-4的普及是由于人工智能技术的力量,以及高用户可访问性和广泛的通用性。科技行业的许多不同领域都可以利用GPT-4来自动化和个性化许多任务,使企业员工能够专注于更复杂的任务。以下是GPT-4在几个不同领域促进数字化转型的一些例子。1、个性化员工培训像GPT-4这样的

3 月 15 日消息,今天 OpenAI 发布了全新的 GPT-4 大型语言模型,随后微软官方宣布,Bing Chat 此前已经升级使用 OpenAI 的 GPT-4 技术。微软公司副总裁兼消费者首席营销官 Yusuf Mehdi 确认 Bing Chat 聊天机器人 AI 已经在 GPT-4 上运行,ChatGPT 基于最新版本 GPT-4,由 OpenAI 开发 。微软 Bing 博客网站上的一篇帖子进一步证实了这一消息。微软表示,如果用户在过去五周内的任何时间使用过新的 Bing 预览版,


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
