Here’s a concise technical-focused summary of what DeepSeek V4 (formal release mid‑July 2026) actually improves and enables
▲ 324 r/DeepSeek+1 crossposts

Here’s a concise technical-focused summary of what DeepSeek V4 (formal release mid‑July 2026) actually improves and enables

Core architectural upgrades

• Hybrid CSA/HCA attention: Uses Compressed Sparse Attention (CSA) plus Heavily Compressed Attention (HCA) to make 1M‑token context practically affordable, cutting FLOPs and KV cache to a fraction of V3.2 at the same length.

• Engram memory: Separates “long‑term memory” from active GPU cache with O(1) lookup, so large contexts behave more like built‑in retrieval rather than brute‑force dense attention.

• Manifold‑Constrained Hyper‑Connections (mHC): A new residual design that constrains transformations on a manifold (Birkhoff polytope), stabilizing deep stacks and allowing very large MoE models to train and run reliably.

Long‑context and agent use

• 1M‑token context at usable cost: At 1M tokens, V4‑Pro uses about 27% of V3.2’s FLOPs and ~10% of its KV cache, with V4‑Flash even lower, making repo‑scale code, full project docs, and long agent runs economically viable.

• Agent‑ready context: The combination of Engram + hybrid attention is explicitly tuned for long‑horizon agent workflows (coding agents, multi‑step reasoning, multi‑document tool use) instead of just static long‑document reading.

Training and optimization

• Large‑scale MoE: V4‑Pro is a 1.6T‑parameter MoE with 49B active params; V4‑Flash is 284B/13B active, both designed to give frontier‑level reasoning while keeping serving cost low.

• Muon optimizer: First use of Muon at trillion‑parameter MoE scale, improving convergence and stability compared with AdamW‑class baselines.

• FP4 quantization‑aware training: FP4 QAT applied during training to experts and attention paths, preparing the model for faster, lower‑precision inference on future hardware.

Post‑training and specialisation

• Specialist‑then‑distill pipeline: Separate experts for math, code, agents, and instruction following are trained, then merged via on‑policy distillation into a single general model, improving reasoning and tool‑use quality.

• Frontier‑tier benchmarks: V4‑Pro and Pro‑Max land close to leading closed models (e.g., GPT‑5.x, Gemini 3.x) on code, math, long‑context and agent tasks, while clearly leading the open‑weights segment.

Capabilities you’ll feel as a developer

• Repo‑scale coding: Understand and modify very large codebases or multiple services in one pass, with consistent architecture‑level reasoning.

• Complex design workflows: Keep full game design docs, card balance logs, AV schematics, and implementation code inside one context, with the model tracking and respecting constraints over long sessions.

• Multimodal reasoning: Native handling of text + images (+ video on some stacks), so you can feed diagrams, UI mocks, or venue photos alongside specs and get integrated reasoning and plans.

Edit : after cross checking multiple sources and deep reading the conclusion is that the mid July formal release will mainly add more hardware integration and enable features already existing in the preview white paper, even the multimodal was already existing however turned off at the backend.

What we hope to see is a higher performance and capabilities enabled with the increased hardware on the formal release, however no one knows at this moment if it will be an improvement until we can actually try.

u/neoexanimo — 6 days ago

N38worth - multiplayer card trading game - just added an AI Agent player so the game is never completely empty!

The game is self explanatory, get as many cards as possible, there are some combos, bonus and goddess cards with powers, you can also join the chat room to say hello to other players including the AI agent player using, he might be slow responding.

Try with the demo player button and after make an account so you can continue your progress.

https://n38worth.com/

u/neoexanimo — 22 days ago
▲ 2 r/aiArt

N38worth

Artwork for a player vs player card game i made, feel free to try at n38worth.com no money involved.

u/neoexanimo — 28 days ago
▲ 11 r/vibecodeapp+6 crossposts

N38worth - online multiplayer card trading game

Hi All, happy to find this sub, the game i am building is free to play, no intentions of changing that, required to play is a random image under 2mb, this is for your avatar or card face, there are several types of cards and one type are the actual human players that join.

Framework: Next.js 15 (App Router)
Language: TypeScript
Database: Neon Serverless Postgres
ORM: Drizzle ORM
Auth: NextAuth.js v5 (Credentials Provider)
Real-time: Pusher Channels
Image Storage: Vercel Blob
Styling: Tailwind CSS + shadcn/ui
State: Zustand + TanStack Query
Deployment: Vercel

Workflow :

Been using mostly VS Code with Cline and Windsurf Pro, tried many API providers and models but most of the money went to openrouter and opus.

My main tip to those starting is use the 3 steps as much as possible; ASK, PLAN, CODE. Doing this the agent probability of failure is reduced substantially in my experience.

For digital assets creation I mainly use copilot and perplexity, now i have reached a stage where i might focus on the digital assets, user interface and soon convert to android app to attempt the play-store deployment.

Link below

N38worth

u/neoexanimo — 12 days ago
▲ 2 r/kickstarter+2 crossposts

Idle incremental game released

Hi all, new to the sub, happy to share our idle incremental game with now 32 humans players, no real money or real personal data required, make a random user name and password to play, free forever.

It is possible for a new player to win if he/she understands the mechanics and is active.

Thank you those trying and giving feedback’s

Link below to the live released game

https://n38worth.com/

Edit:

to play the game you need to :

1 - create a user name
2 - create a password (or use google login)
3 - upload your avatar (this is a card trading game, the avatar is key to get popular!)

These 3 steps are mandatory to see the whole game.

Edit 2 :

thank all that tried and commented

We are a small studio didn’t have time to create proper marketing content with game play videos as requested by most here, read the about text at the landing page for now is all we have as introduction.

The game is in development for 2 months and it was heavily programmed with AI however the game play mechanisms are 100% human designed.

We believe the game is engaging due to the avatar upload requirement, that image play an important role in the gameplay, make it count !

u/neoexanimo — 1 month ago