[English](./README.md) | [中文](./README.zh-CN.md)

<div align="center">
  <img src="./assets/cxuan-ai-labs.gif" alt="cxuan-ai-labs" width="70%">
</div>

# cxuan-ai-labs

An open-source lab for AI coding workflows, Agent experiments, and developer education.

This repository documents practical AI-assisted development workflows, Agent experiments, tool evaluations, curated resources, reproducible notes, and real failure cases. It is not a news mirror and it is not a giant tutorial collection. The focus is on what was actually tried, what broke, what worked, and what can help developers build better workflows with AI.

<div class="home-sponsor-badge" align="center">
  <a href="https://vercel.com/open-source-program">
    <img alt="Vercel OSS Program" src="./assets/vercel-oss-program-badge.svg" width="220">
  </a>
</div>

<div class="home-primary-links">
  <a href="https://bestjavaer-nine.vercel.app/">Live Preview</a>
  <span>·</span>
  <a href="./en/ai-articles/README.md">AI Articles</a>
  <span>·</span>
  <a href="./en/ai-resources/README.md">AI Resources</a>
  <span>·</span>
  <a href="./en/works/README.md">Works & Open Source</a>
  <span>·</span>
  <a href="./en/development-guidelines/README.md">Development Guidelines</a>
  <span>·</span>
  <a href="./archive-bestjavaer/README.md">Legacy Archive</a>
  <span>·</span>
  <a href="./OPEN_SOURCE_IMPACT.md">Open Source Impact</a>
</div>

## Start Here

* [Testing Qwen3.7-Max in a Real Agent Workflow](./en/ai-articles/02-models-and-research/testing-qwen3-7-max-in-a-real-agent-workflow.md)

  2026-06-20
* [DeepSeek Enters Multimodal: Image Understanding Is Now Live](./en/ai-articles/02-models-and-research/deepseek-enters-multimodal-image-understanding-is-now-live.md)

  2026-06-19
* [Can AI Really Predict the World Cup? Wenxin Was the Most Accurate](./en/ai-articles/02-models-and-research/can-ai-really-predict-the-world-cup-wenxin-was-the-most-accurate.md)

  2026-06-16
* [OiiOii 2.0: I Finally Took AI Video Creation Seriously](./en/ai-articles/05-ai-creation-and-media/oiioii-2-0-i-finally-took-ai-video-creation-seriously.md)

  2026-06-15
* [Fable 5 Was Suddenly Banned](./en/ai-articles/02-models-and-research/fable-5-was-suddenly-banned.md)

  2026-06-13
* [Fable 5's 120k-Character System Prompt Leaked](./en/ai-articles/02-models-and-research/fable-5-120k-character-system-prompt-leaked.md)

  2026-06-12

## Main Sections

* [AI Articles](./en/ai-articles/README.md)

  Real AI tool usage, model observations, industry notes, failure records, and practical workflow writeups.
* [AI Resources](./en/ai-resources/README.md)

  GitHub projects, tools, and resources mentioned in the articles and worth bookmarking or trying.
* [Works & Open Source](./en/works/README.md)

  Products, tools, content projects, and open-source work maintained or built by the author.
* [Development Guidelines](./en/development-guidelines/README.md)

  Notes on AI coding, project maintenance, collaboration, and Agent workflow practices.
* [Legacy Archive](./archive-bestjavaer/README.md)

  The older bestJavaer materials covering Java, concurrency, JVM, operating systems, networking, MySQL, Spring, and interview topics.

## Recent Updates

* 2026-06-20 · [Testing Qwen3.7-Max in a Real Agent Workflow](./en/ai-articles/02-models-and-research/testing-qwen3-7-max-in-a-real-agent-workflow.md)
* 2026-06-19 · [DeepSeek Enters Multimodal: Image Understanding Is Now Live](./en/ai-articles/02-models-and-research/deepseek-enters-multimodal-image-understanding-is-now-live.md)
* 2026-06-16 · [Can AI Really Predict the World Cup? Wenxin Was the Most Accurate](./en/ai-articles/02-models-and-research/can-ai-really-predict-the-world-cup-wenxin-was-the-most-accurate.md)
* 2026-06-15 · [OiiOii 2.0: I Finally Took AI Video Creation Seriously](./en/ai-articles/05-ai-creation-and-media/oiioii-2-0-i-finally-took-ai-video-creation-seriously.md)
* 2026-06-13 · [Fable 5 Was Suddenly Banned](./en/ai-articles/02-models-and-research/fable-5-was-suddenly-banned.md)
* 2026-06-12 · [Fable 5's 120k-Character System Prompt Leaked](./en/ai-articles/02-models-and-research/fable-5-120k-character-system-prompt-leaked.md)

## Why Follow

* The content comes from real usage instead of rewritten product announcements.
* Failure paths and debugging notes are kept because, in the AI era, the troubleshooting process is often more valuable than the final answer.
* The resource pages are intentionally curated instead of trying to be exhaustive.
* The older bestJavaer materials remain available, while the active project direction moves toward AI tools, Agent workflows, and personal experiments.

## Legacy Content

bestJavaer used to be a Chinese learning repository for Java developers, covering Java, concurrency, JVM, operating systems, computer networks, MySQL, Spring, interview topics, and related developer education material.

That material is not removed. It has been preserved in [archive-bestjavaer](./archive-bestjavaer/README.md). The current main line is now cxuan-ai-labs: AI coding workflows, Agent experiments, open-source resources, and practical developer education.

## License

This repository uses a dual-license model:

* Documentation, articles, tutorials, images, and curated content are licensed under [CC BY-SA 4.0](./LICENSE).
* Code, scripts, tools, and software examples are licensed under [MIT](./LICENSE-MIT).

If a subdirectory or file declares a separate license, that local declaration takes precedence.
