EveryDev.ai
Subscribe
Home
Developers

3,289+ AI companies

  • Radar
  • Trending
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Developers
    3. Jingyao Gong

    Jingyao Gong

    Jingyao Gong is an individual student, researcher, and open-source AI developer rather than a company. He publishes reproducible, readable implementations of small language, vision-language, and omni models so that learners can understand and train models from scratch on comparatively modest hardware.

    Visit Website

    At a Glance

    1Tool Listed
    5Products
    8Capabilities
    Discussions
    Jiangsu, ChinaHeadquarters
    2024Est.
    Focus Areas
    AI Development Libraries
    Local Inference
    LLM Orchestration
    Connect
    Latest News
    MiniMind-O first release: minimind-3o and minimind-3o-moe, with text/speech/image input and streaming speech outputMay 5, 2026
    MiniMind-V 3v and 3v-MoE update with new checkpoints, SigLIP vision encoder, projector and dataset pipeline changesApr 20, 2026
    Markets
    • Students and AI/ML learners
    • Open-source developers and researchers
    • Small-model and efficient-AI researchers
    • Developers experimenting with local language, vision-language, and speech models

    AI Tools by Jingyao Gong

    (1)
    View MiniMind
    MiniMind tool icon

    MiniMind

    Train LLM From Scratch PyTorch

    AI Dev LibrariesLocal InferenceLLM Orchestration

    Discussions

    No discussions yet

    Be the first to start a discussion about Jingyao Gong

    Latest News

    05/05/2026

    MiniMind-O first release: minimind-3o and minimind-3o-moe, with text/speech/image input and streaming speech output

    github.com
    04/20/2026

    MiniMind-V 3v and 3v-MoE update with new checkpoints, SigLIP vision encoder, projector and dataset pipeline changes

    github.com
    04/01/2026

    MiniMind-3 and MiniMind-3-MoE release with Qwen3-aligned architecture, new tokenizer, Agentic RL and tool-calling support

    github.com
    10/24/2025

    MiniMind update adding native PPO/GRPO/SPO-style RLAIF work, checkpoint resume, YaRN, adaptive thinking and tool-calling support

    github.com

    Products & Services

    5
    MiniMind
    2024-08-28 (V1 model series; initial small model)

    Apache-2.0 open-source small language-model project and tutorial. It provides native-PyTorch code for tokenizer training, pretraining, SFT, LoRA, DPO, PPO/GRPO/CISPO, tool use, Agentic RL, adaptive thinking, distillation, evaluation, and inference. Current mainline models include a 64M dense model and a 198M/A64M MoE model.

    MiniMind-V
    2024-10-05

    Vision-language extension supporting image understanding and conversational responses. The series includes 26M/104M MiniMind2-V models and 65M/200M-A65M MiniMind-3V models, with training and evaluation code.

    MiniMind-O
    2026-05-05

    Small omni model with text, speech, and image inputs and text plus streaming speech output. It uses a Thinker-Talker design, Mimi audio codebooks, multi-token audio prediction, voice cloning, real-time barge-in, and phone-mode/WebUI demos; dense and MoE releases are approximately 0.1B and 0.3B-A0.1B.

    MiniMind-dLM
    2026

    A diffusion-language-model extension listed by the MiniMind project as part of its broader model family.

    Market Position

    MiniMind is positioned as a transparent, low-cost, educational alternative to heavyweight model stacks and black-box APIs: it prioritizes source-level readability, full reproducibility, and training from scratch on one consumer GPU. MiniMind-O's report situates its omni work alongside Mini-Omni/Mini-Omni2, Moshi, GLM-4-Voice, Qwen3-Omni, LLaMA-omni, and related speech/omni systems, while emphasizing a much smaller and more inspectable implementation.

    Leadership

    Founders

    JG

    Jingyao Gong

    Student and open-source AI developer. His personal site identifies him as a student in Jiangsu, China; an author bio says he is pursuing a master's degree in Computer Technology at Jiangsu University's School of Computer Science and Communication Engineering, with interests in image processing, computer vision, and deep learning. His GitHub profile also lists Nanjing University, so the public profiles are not fully consistent about institutional affiliation.

    Founding Story

    Gong started MiniMind to lower the barrier to understanding large language models: instead of only using high-level libraries or fine-tuning existing checkpoints, learners should be able to read the code and train a small model from zero. The project emphasizes a complete, native-PyTorch pipeline that can run on an ordinary personal GPU, initially advertised as training a roughly 64M-parameter chatbot in about two hours for about RMB 3 on one RTX 3090.

    Business Model

    Revenue Model

    The projects are released as free Apache-2.0 open-source software and model/code/data releases. No commercial monetization model is stated; the RMB 3 figure is an example GPU rental cost for training, not a product price.

    Target Markets

    Industries & Segments
    • Students and AI/ML learners
    • Open-source developers and researchers
    • Small-model and efficient-AI researchers
    • Developers experimenting with local language, vision-language, and speech models
    Use Cases
    • Learning how LLMs, VLMs, and omni models work from source code
    • Reproducing small-model training experiments on consumer GPUs
    • Research and experimentation in language modeling, multimodal learning, speech interaction, RLHF/RLAIF, and distillation
    • Building lightweight local chat, tool-use, vision, and speech demos
    • Teaching and hands-on tutorials for model training

    Quick Facts

    Headquarters
    Jiangsu, China
    Founded
    2024

    History & Milestones

    2026-04-01

    MiniMind-3 and MiniMind-3-MoE released; architecture, tokenizer, training, inference, tool calling, adaptive thinking, and Agentic RL were substantially updated.

    2026-04-20

    MiniMind-V 3v and 3v-MoE checkpoints released, using SigLIP/SigLIP2-based vision encoding and revised projector/data pipelines.

    2026-05-05

    MiniMind-O launched as the third major branch: an approximately 0.1B omni model with text, speech, and image input and text/streaming-speech output.

    2025-02-09

    MiniMind2 major rewrite and release, adding 26M, 104M, and 145M variants and native LoRA/DPO and distillation capabilities.

    2025-02-20

    MiniMind2-V and MiniMind2-Small-V released.

    Key Capabilities

    8
    Native PyTorch implementations intended to expose the underlying algorithms rather than hide them behind high-level abstractions
    End-to-end training from tokenizer and pretraining through SFT, LoRA, DPO, PPO/GRPO/CISPO, tool use, Agentic RL, adaptive thinking, and distillation
    Dense and mixture-of-experts model variants
    Multimodal vision-language and omni speech/vision interaction branches
    Tool calling, multi-turn agentic reinforcement learning, and reasoning/thinking-token support
    Distributed training with DDP/DeepSpeed and evaluation on C-Eval, C-MMLU, OpenBookQA and other benchmarks

    Integrations & Partnerships

    Platform Integrations

    • Transformers
    • vLLM
    • ollama
    • llama.cpp
    • SGLang
    • FastGPT
    • Open WebUI
    • Dify

    Key Partnerships

    Model distribution and interactive demos through ModelScope (gongjy profile/studios)
    Model collections and checkpoints through Hugging Face (jingyaogong collections)
    MiniMind-O technical report published on arXiv

    Connect

    Website
    jingyaogong.github.io/
    GitHub
    jingyaogong

    AI Topics

    3

    Jingyao Gong focuses on these topics:

    AI Development Libraries(1)
    Local Inference(1)
    LLM Orchestration(1)
    Back to all developersSuggest an edit