whatisgithub

What is nex-n2?

nex-agi/nex-n2 — explained in plain English

Analysis updated 2026-05-18

32Audience · developerComplexity · 5/5Setup · hard

In one sentence

An open-source pair of agentic AI models (Nex-N2-Pro and Nex-N2-mini) built on Qwen3.5 that plan, code, browse, and iterate on multi-step tasks in a single loop.

Mindmap

mindmap
  root((repo))
    What it does
      Agentic AI model
      Codes and browses
      Iterates on tasks
    Tech stack
      Qwen3.5
      sglang
      Docker
    Variants
      Nex-N2-Pro
      Nex-N2-mini
    Audience
      AI developers
      ML engineers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Deploy Nex-N2-Pro or Nex-N2-mini as a self-hosted coding and agentic AI model.

USE CASE 2

Compare Nex-N2's benchmark scores against GPT-5.5, Opus 4.7, and other frontier models.

USE CASE 3

Build an agent that plans, writes code, runs it, and iterates using an OpenAI-compatible API.

USE CASE 4

Run Nex-N2-mini on a two-GPU server for lighter-weight agentic workloads.

What is it built with?

Qwen3.5sglangDockerCUDA

How does it compare?

nex-agi/nex-n2855princekumar/sense-hivea6216abcd/free-residential-ip-proxy-controller
Stars323232
LanguageHTMLJavaScript
Setup difficultyhardeasyhard
Complexity5/52/54/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Nex-N2-Pro needs a 16-GPU, two-server H100 cluster, even the mini variant needs two H100 GPUs.

No license is stated in the visible README.

So what is it?

Nex-N2 is a pair of open-source AI models designed to handle complex, multi-step tasks on a computer, like writing and running code, browsing the web, using external tools, and fixing errors in a continuous loop. The two variants are Nex-N2-Pro and Nex-N2-mini: the Pro version is larger and more capable, while the mini version is smaller and faster, both built on top of Qwen3.5, an existing open-source model family. The project comes from a company called Nex-AGI, and the central idea is called Agentic Thinking. Rather than treating reasoning and action as separate steps, the model keeps them connected in a single loop: it understands what you want, plans steps, writes code, runs it, reads the results, fixes mistakes, and repeats until the job is done. It includes two design choices to make this work: one lets the model decide when it needs to think carefully versus when it can act quickly, and another keeps its reasoning style consistent across different types of tasks. According to the benchmark comparisons in the README, Nex-N2-Pro scores competitively against well-known AI models on coding challenges and on tasks that require browsing and tool use. The mini version is smaller but still performs well on many of the same tasks. Running either model requires significant hardware: the Pro variant is designed for a cluster of 16 high-end GPUs spread across two servers, while the mini needs at least two high-end GPUs on one server. Installation involves a custom fork of a serving framework called sglang, or a prebuilt Docker image the team provides. Once running, it exposes an OpenAI-compatible API endpoint, so developers can connect to it using standard tools. The models are available to download from Hugging Face and ModelScope.

Copy-paste prompts

Prompt 1
Help me deploy Nex-N2-mini using the customized sglang fork on two H100 GPUs.
Prompt 2
Explain how Nex-N2's Agentic Thinking framework differs from a standard reasoning-then-acting pipeline.
Prompt 3
Help me set up the Docker image nexagi/sglang to serve Nex-N2-Pro across two nodes.
Prompt 4
Compare Nex-N2-Pro's SWE-Bench and Terminal-Bench scores to Opus 4.7 and GPT-5.5.

Frequently asked questions

What is nex-n2?

An open-source pair of agentic AI models (Nex-N2-Pro and Nex-N2-mini) built on Qwen3.5 that plan, code, browse, and iterate on multi-step tasks in a single loop.

What license does nex-n2 use?

No license is stated in the visible README.

How hard is nex-n2 to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is nex-n2 for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.