> For the complete documentation index, see [llms.txt](https://metaverse-imagen.gitbook.io/ai-tools-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/programming-and-code/code-generators/chatgpt-gpt-3-4.md).

# ChatGPT (GPT-3/4)

#### [ChatGPT](https://openai.com/blog/chatgpt/) (GPT-3/4) <a href="#id-3-chatgpt-gpt-3-4" id="id-3-chatgpt-gpt-3-4"></a>

Created by OpenAI, the AI chatbot ChatGPT has become hugely popular, and finding different ways to use it has become a major trend. By taking advantage of transformers, ChatGPT can broaden its contextual awareness and sound very human-like. It has a wider scope of responses and can even generate code. But just like with any other AI tool, ChatGPT code might include bugs, be difficult to maintain, include security vulnerabilities, and so on. As already mentioned, AI code tools are still no replacement for human developers, even if they can be incredibly helpful in speeding up the process.

GPT-4, OpenAI's latest AI model, is a multimodal tool that [excels in programming tasks](https://www.youtube.com/watch?v=outcGtbnMuQ). It understands and explains code, writes new code, and outperforms existing models on Python coding tasks. Despite its ability to handle complex tasks, it has limitations like reasoning errors and potential security vulnerabilities in the code it produces.

![](/files/leyha4o6ditpCsQiLmi2)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/programming-and-code/code-generators/chatgpt-gpt-3-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
