Papers › Sparks of Artificial General Intelligence: Early experiments with GPT-4

Sparks of Artificial General Intelligence: Early experiments with GPT-4

22 Mar 2023arXiv:2303.12712archive 2025-07-28

Sébastien Bubeck, Varun Chandrasekaran, Ronen Eldan, Johannes Gehrke, Eric Horvitz, Ece Kamar, Peter Lee, Yin Tat Lee, Yuanzhi Li, Scott Lundberg, Harsha Nori, Hamid Palangi, Marco Tulio Ribeiro, Yi Zhang

Artificial intelligence (AI) researchers have been developing and refining large language models (LLMs) that exhibit remarkable capabilities across a variety of domains and tasks, challenging our understanding of learning and cognition. The latest model developed by OpenAI, GPT-4, was trained using an unprecedented scale of compute and data. In this paper, we report on our investigation of an early version of GPT-4, when it was still in active development by OpenAI. We contend that (this early version of) GPT-4 is part of a new cohort of LLMs (along with ChatGPT and Google's PaLM for example) that exhibit more general intelligence than previous AI models. We discuss the rising capabilities and implications of these models. We demonstrate that, beyond its mastery of language, GPT-4 can solve novel and difficult tasks that span mathematics, coding, vision, medicine, law, psychology and more, without needing any special prompting. Moreover, in all of these tasks, GPT-4's performance is strikingly close to human-level performance, and often vastly surpasses prior models such as ChatGPT. Given the breadth and depth of GPT-4's capabilities, we believe that it could reasonably be viewed as an early (yet still incomplete) version of an artificial general intelligence (AGI) system. In our exploration of GPT-4, we put special emphasis on discovering its limitations, and we discuss the challenges ahead for advancing towards deeper and more comprehensive versions of AGI, including the possible need for pursuing a new paradigm that moves beyond next-word prediction. We conclude with reflections on societal influences of the recent technological leap and future research directions.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.12712")

Code

Syntology Ran 9 of 10 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: community (archive-listed): 10 samples from 2 repositories, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

emrgnt-cmplxty/zero-shot-replication mentioned on GitHubpytorchApache-2.0 report
gammatauai/leetcode-hard-gym mentioned on GitHub report
microsoft/guidance mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 9 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

9ran
1unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bytes_from microsoft/guidance/guidance/_utils.py community (archive-listed) ran MIT (permissive) · 033556b7164ece93 · report
is_equiv emrgnt-cmplxty/zero-shot-replication/zero_shot_replication/core/math_helpers.py community (archive-listed) ran Apache-2.0 (permissive) · 19df601915034cc3 · report
last_boxed_only_string emrgnt-cmplxty/zero-shot-replication/zero_shot_replication/core/math_helpers.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · a6e611557b1300a9 · report
load_existing_jsonl emrgnt-cmplxty/zero-shot-replication/zero_shot_replication/core/utils.py community (archive-listed) ran Apache-2.0 (permissive) · 5879bc7b4f586cba · report
load_file_or_raise emrgnt-cmplxty/zero-shot-replication/zero_shot_replication/core/utils.py community (archive-listed) ran Apache-2.0 (permissive) · b77de9c88ce55e2d · report
load_template_class microsoft/guidance/guidance/chat.py community (archive-listed) ran MIT (permissive) · c46a047369ef391b · report
make_weak_bound_method microsoft/guidance/guidance/_utils.py community (archive-listed) ran MIT (permissive) · a57daecf6c38000d · report
prep_for_file_path emrgnt-cmplxty/zero-shot-replication/zero_shot_replication/core/utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 6db67b8a56ad1b07 · report
remove_boxed emrgnt-cmplxty/zero-shot-replication/zero_shot_replication/core/math_helpers.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 7ef45e32b9ecc76b · report
strip_multiline_string_indents microsoft/guidance/guidance/_utils.py community (archive-listed) unverified MIT (permissive) · 7229c1c8ee90348f · report

Tasks

Arithmetic ReasoningMath Word Problem SolvingMathematical Reasoning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Arithmetic Reasoning GSM8K GPT-4 Accuracy 87.1 #37 of 164 Archive leaderboard report
Math Word Problem Solving MATH GPT-4 Accuracy 42.5 #75 of 135 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPaLMPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections