AI Board

AI BOARD

AI Board

AI tools, policy moves, and public decisions are tracked in plain language.

All posts AI Briefs Tools Policy Education Industry

AI Daily Briefing 2026-07-19

Author
김 경진
Date
2026-07-19 06:09
Views
109
AI Daily Briefing 2026-07-19
2026-07-19 · KIMKJ.COM AI DAILY BRIEFING

AI Daily Briefing

Sunday, July 19, 2026

Sunday, July 19, 2026 (Asia/Seoul)

Today's Top Three

1. China's Moonshot AI unveiled Kimi K3, a 2.8 trillion-parameter open-weight model. The UK AI Safety Institute assessed that the open-weight gap between the United States and China has narrowed to 4 to 7 months.

2. Meta is in talks to lease up to $10 billion in AI computing capacity to Anthropic over two years. It is a structure in which a model vendor rents compute to a competitor.

3. At WAIC 2026 in Shanghai, AGIBOT unveiled four humanoid models, and major Chinese large-model companies entered a flagship race at the 2 trillion-parameter scale.

■ 1. Changes in AI Technology

[1] Moonshot AI Kimi K3 Chases the US Front-Runners as the Largest Open-Weight Model Ever
China's Moonshot AI released Kimi K3, a 2.8 trillion-parameter MoE model, through its app and API on July 16. It activates only 16 of 896 experts at runtime and supports a 1 million-token context window and native vision. In Frontend Code Arena's web app generation category, it debuted at No. 1 with an Elo score of 1,679, ahead of Claude Fable 5. It posted 93.5% on GPQA Diamond and 88.3% on Terminal-Bench 2.1. Moonshot itself said, however, that overall performance still trails Fable 5 and GPT-5.6 Sol. The UK AI Safety Institute judged that this release narrowed the gap between open-weight and closed models from 6 to 10 months in June 2025 to 4 to 7 months. API pricing is $3 per 1 million input tokens, $15 per 1 million output tokens, and $0.3 per 1 million cached input tokens. Full weights will be released by July 27.

Source: CNBC (2026-07-17), Bloomberg (2026-07-17)

[2] At WAIC, China's Large-Model Race at 2 Trillion Parameters Moves Into Full Swing

At WAIC 2026 in Shanghai on July 18, Chinese large-model companies pushed the upper end of performance higher with flagship systems at the 2 trillion-parameter scale. MiniMax unveiled its multimodal model M3, described as a world first, and its next model, M3 Pro, is reported to exceed 2 trillion total parameters. It is said to be aimed at complex reasoning and multi-step agent tasks and is planned for open-source release. A two-track structure is taking hold: hundred-billion-scale models for everyday, general-purpose work, and trillion-scale models for agent automation and high-difficulty reasoning. Chinese companies appear to be following the path Anthropic used to produce results at the trillion-parameter scale.

Source: 第一财经 (Yicai, 2026-07-18), 新浪科技 (2026-07-18)

■ 2. AI Law / Legislation

[3] [Follow-up] World AI Cooperation Organization (WAICO) Launches With 29 Countries, Guterres Attends

At the WAIC opening ceremony on July 17, 29 countries signed the founding agreement for the World AI Cooperation Organization (WAICO). Its headquarters will be in Shanghai, and it is designed as an independent international organization operating under the principles of the UN Charter. Founding members include many Global South countries, including Indonesia, Brazil, Malaysia, South Africa, Russia, Pakistan, and Kazakhstan. UN Secretary-General Antonio Guterres attended the signing ceremony. With the United States and major European Union countries absent, there are signs that AI governance may split between a Western framework and a China-led framework.

Source: CGTN (2026-07-18), Al Jazeera (2026-07-17)

[4] [Follow-up] South Korea's Basic AI Act Takes Full Effect on July 21, D-2

The Basic Act on the Development of Artificial Intelligence and the Establishment of a Foundation of Trust will take effect in two days, on July 21. It sets out standards for high-impact AI, business operator responsibilities, and obligations to secure transparency and safety. The Ministry of Science and ICT will provide a guidance period for administrative fines of at least one year, and during that period it will support expert consulting and related costs. The enforcement decree newly includes career-interrupted women, job seekers, employees of small and medium-sized enterprises outside the Seoul metropolitan area, and farmers and fishers among AI-vulnerable groups.

Source: 아주경제 (2026-06-30)

■ 3. New Technologies / Product Launches and Practical Use Cases

[5] AGIBOT Unveils Four Humanoids at WAIC and Declares Overseas Exports

Intelligent robotics company AGIBOT unveiled four products at once at WAIC 2026 on July 18. They are the full-size humanoid A3 Ultra, the education-focused X2 Edu, the medium-heavy industrial G2 Max, and the precision hand OmniHand 3 Ultra-M. The A3 Ultra runs 700 TOPS on Nvidia's Thor chip and combines GPS, RTK, and UWB to achieve centimeter-level positioning indoors and outdoors. With a hot-swappable battery, it can operate continuously for eight hours. More than 30 units were already moving around the event venue, and a co-founder said the company would export this technology worldwide.

Source: AGIBOT official (2026-07-18), Gasgoo (2026-07-18)

■ 4. Investment / Management Trends

[6] Meta in Talks to Lease Up to $10 Billion in Computing to Anthropic Over Two Years (Unconfirmed)

Meta is reported to be in talks to lease AI data center computing capacity to Anthropic worth up to $10 billion over two years, about KRW 14 trillion. Anthropic reportedly made the initial proposal in June, and the structure calls for monthly payments. The terms remain flexible, with both sides retaining early termination options. That would be about one-third the size of Anthropic's three-year, $45 billion agreement with SpaceX signed in May. Zuckerberg has previously said that multiple companies ask each week about buying compute. There has been no official confirmation from either company.

Source: Reuters/Yahoo Finance (2026-07-17), Benzinga (2026-07-17)

■ Check on US AI Trends

Investment / Management: Meta is in talks to lease up to $10 billion in compute to Anthropic over two years. It is a structure in which a company that sells models rents spare compute to a competitor, reflecting a move to turn massive data center investment into cash.

Technology: With the arrival of Kimi K3, the UK AI Safety Institute assessed that the US-China open-weight gap has narrowed to 4 to 7 months. Pressure is rising on US frontier labs to respond to a low-cost open-weight offensive.

■ Check on China AI Trends

Technology: Moonshot's Kimi K3, at 2.8 trillion parameters, narrowed the distance to the US leaders, and at WAIC Chinese large-model companies entered competition at the 2 trillion-parameter scale.

Products: AGIBOT unveiled four humanoids and declared overseas exports.

Governance: Twenty-nine countries signed on to create WAICO, headquartered in Shanghai, giving shape to a China-led cooperation bloc.

■ Today's AI Use Case: Connecting Kimi K3 Through an OpenAI-Compatible Endpoint

1. Get an API key at platform.kimi.ai and set the model ID to kimi-k3.

2. In an existing OpenAI SDK, if you change only the base_url to the Moonshot endpoint, you can call it without rewriting the code. It supports tool calls, JSON mode, and structured output.

3. Because the context window is 1 million tokens, you can load a long contract or a bundle of case law at once and run issue extraction and summarization.

4. Cached input costs $0.3 per 1 million tokens, so costs fall sharply when you query the same document multiple times. Because overall accuracy trails Fable 5 and GPT-5.6 Sol, skipping review creates a risk that wrong answers will be inserted into written work as they are.

■ Attorney Kim Kyung-jin's Commentary

Two developments today point in the same direction. With frontier-grade open weights becoming tangible through Moonshot Kimi K3, it is now a realistic option to run a strong model inside the office without sending confidential documents to an external server. That is a change worth reviewing for law firms and in-house legal teams handling confidential materials. The other is the launch of WAICO. With 29 countries establishing a separate organization without the United States or the EU, the possibility has grown that AI regulation will not converge into a single international standard but instead split along bloc lines. Clients operating multinational businesses need to start calculating the burden of managing different regulations in each jurisdiction. In South Korea, the Basic AI Act takes effect in two days, but with a guidance period of at least one year, the practical benefit right now is to spend time not on penalties but on determining whether a system qualifies as high-impact AI and preparing for transparency obligations.

[Reference Links]

Kimi K3: https://www.cnbc.com/2026/07/17/moonshot-ai-kimi-k3-model-openai-anthropic-china.html

Kimi K3 (Bloomberg): https://www.bloomberg.com/news/articles/2026-07-17/china-s-powerful-new-moonshot-ai-model-closes-gap-with-us-rivals

China large models at 2 trillion parameters: https://www.yicai.com/news/103281039.html

WAICO, 29 countries: https://news.cgtn.com/news/2026-07-18/29-countries-join-World-AI-Cooperation-Organization-in-Shanghai-1OSeZzywfx6/p.html

WAICO (Al Jazeera): https://www.aljazeera.com/news/2026/7/17/chinas-xi-jinping-launches-new-ai-alliance-what-is-it

South Korea Basic AI Act: https://www.ajunews.com/view/20260630141434826

AGIBOT four humanoids: https://www.agibot.com/article/231/detail/85.html

Meta-Anthropic computing: https://finance.yahoo.com/technology/ai/articles/meta-talks-10-billion-anthropic-162927340.html

Kimi K3 API guide: https://platform.kimi.ai/docs/guide/kimi-k3-quickstart

Search Keywords

Moonshot Kimi K3 open weights July 2026, Meta Anthropic $10 billion compute deal, WAIC 2026 Shanghai AGIBOT humanoid, WAICO World AI Cooperation Organization 29 countries, 中国 大模型 2万亿 参数 WAIC 7月18日, 한국 AI기본법 7월 21일 시행 계도기간, AI agent workflow how to use July 2026

Generated at: 2026-07-19 06:05 KST

📚 Source Materials — click to expand
KIMKJ.COM
#김경진 #김경진변호사 #김경진인공지능 #인공지능 #AI #AI전문가 #AI법률 #AI정책 #AI규제 #AI윤리 #생성형AI #ChatGPT #Claude #GPT #LLM #디지털전환 #스마트시티 #자율주행 #데이터규제 #GDPR #개인정보보호 #AI거버넌스 #국회의원김경진 #법률전문가 #테크정책 #AI교육 #AI행정혁명 #AI패권전쟁 #kimkj #kimkjcom
kimkj.com Home
Scroll to Top
kimkj.com Home kimkj.com Home