Daily Briefing

June 22, 2026
2026-06-21
25 articles

Workflows for work that runs the business

Mistral AI has released a public preview of Workflows, an orchestration layer that supports persistence, observability, and fault tolerance to ensure production reliability of enterprise AI processes.

  • Provides an orchestration layer that allows pipeline stages of notebook stages to run reliably in production without interruption or loss of traceability.
  • When developers write workflows in Python, they can be tracked and audited through Studio, and anyone in the company can easily run them by publishing them to Le Chat.
  • Various companies such as ASML, ABANCA, France's Trabaix, and La Banque Postal have already adopted it and are using it for global logistics document automation and KYC screening.
Notable Quotes & Details
  • Workflows
  • wait_for_input()
  • ASML
  • ABANCA
  • CMA-CGM
  • France Travail
  • La Banque Postale
  • Moeve

Developers and corporate IT teams who build and operate enterprise AI pipelines and business automation systems

Introducing Forge

Mistral AI has launched 'Forge', a system that helps companies build customized AI models based on their own security and internal knowledge.

  • Build cutting-edge AI models by learning from proprietary data, such as your company's internal engineering standards, compliance policies, and codebase, rather than public data.
  • It supports modern training methods such as pre-training, post-training, and reinforcement learning according to the model life cycle.
  • It is designed to enable regulated environments or security-critical enterprises to maintain direct control and governance of data, models, and intellectual property within their infrastructure.
Notable Quotes & Details
  • ASML
  • DSO National Laboratories Singapore
  • Ericsson
  • European Space Agency
  • Home Team Science and Technology Agency (HTX) Singapore
  • Reply

IT decision makers and development teams in large enterprises and regulated industries requiring proprietary data security and control

Mistral AI partners with NVIDIA to accelerate open frontier models

Mistral AI and NVIDIA are collaborating to accelerate the development of open frontier AI models and participate as founding members of the NVIDIA Nemotron Alliance.

  • Mistral AI participates as a founding member in the NVIDIA Nemotron Coalition, a global initiative to advance the open frontier foundational model.
  • The two companies plan to jointly develop a frontier open source AI model by combining Mistral AI's specialized model architecture with NVIDIA's computing resources and development tools.
  • The Nemotron Alliance's first initiative is a base model trained on NVIDIA DGX Cloud that will serve as the basis for the upcoming NVIDIA Nemotron 4 family.
Notable Quotes & Details
  • “Open frontier models are how AI becomes a true platform,” said Arthur Mensch, cofounder and CEO of Mistral AI.
  • Mistral Small 4
  • NVIDIA DGX Cloud
  • NVIDIA Nemotron 4

AI developers, researchers, corporate decision makers, and technology industry insiders

Leanstral: Open-Source foundation for trustworthy vibe-coding

Mistral AI has launched Leanstral, the first open source code agent for Lean 4 that can formally prove software specifications and mathematical objects.

  • Developed to solve the human code review bottleneck, it writes code while also formally certifying that code meets specifications through Lean 4.
  • It is highly efficient based on a sparse architecture using 6B active parameters and provides superior performance compared to existing large models.
  • Weights have been released under the Apache 2.0 license, and free API endpoints are provided and MCP integration such as lean-lsp-mcp is supported.
Notable Quotes & Details
  • Apache 2.0
  • Leanstral-120B-A6B
  • GLM5-744B-A40B score about 16.6
  • Kimi-K2.5-1T-32B score about 20.1

Formal Verification Expert, Proof Engineer and Software Developer

Notes: The last part of the provided main article is incomplete and cut off in the middle.

Rails testing on autopilot: Building an agent that writes what developers won't

A story about developing an autonomous AI agent that automatically writes and verifies Rails test code that developers avoid writing.

  • To solve the problem of lack of test code in large-scale Rails monolith environments, we built an autonomous agent that creates, improves, and validates RSpec tests.
  • Due to the dynamic typing nature of Ruby, errors are detected at runtime, so the agent must run the test directly to verify the test syntax.
  • Developed with repository-level context, specialized skills, and custom tools based on Vibe, Mistral's open source coding assistant.
Notable Quotes & Details
  • Vibe

Software developers and DevOps engineers leveraging AI agents

Notes: The text is interrupted in the middle, but the main content is understandable.

Microsoft’s June update fixed 208 security flaws and introduced a cascade of new bugs across all Windows versions

Microsoft's June Patch Tuesday update (KB5094126) fixed 208 security vulnerabilities, but caused serious system errors, including a Recycle Bin bug, BitLocker boot lock, and OneDrive crash.

  • After installing Microsoft's June update KB5094126, a Recycle Bin bug occurred in which an internal identifier ($R4ABC12, etc.) was displayed instead of the actual file name when permanently deleting a file.
  • Due to a conflict in secure boot certificate processing on large HP and Dell laptops, when rebooting, the computer goes directly to the Bitlocker recovery screen and becomes a brick.
  • Additional errors reported, such as OneDrive not working on domain-joined PCs, system freezing after 5 minutes of boot, and loss of local network connection
Notable Quotes & Details
  • KB5094126
  • 208
  • June 9
  • $R4ABC12
  • June 18
  • July 14
  • HP EliteBook 840 G10
  • HP ProBook 460 G11

Windows system administrator, security officer, general Windows user

Signal’s Meredith Whittaker says AI chatbots ‘are not your friends’ and calls Copilot agents a backdoor

Signal CEO Meredith Whitaker warned of the dangers of AI chatbots and criticized the Co-Pilot agent system, which accesses messages and credit cards, as acting as a kind of backdoor.

  • AI chatbots are not users' friends or emotional interlocutors; they could become a new form of surveillance infrastructure.
  • Agent AI systems that act as user assistants, such as Microsoft's Co-Pilot, require access to a wide range of personal information, including messages, credit cards, and calendars.
  • These agent AI systems process plain text messages on the device itself, disregarding the end-to-end encryption (E2EE) of the transmission process, so they are no different from backdoors in terms of security.
Notable Quotes & Details
  • "are not your friends"
  • "are not conscious beings"
  • "are not sentient interlocutors"
  • September 2022
  • January 2026

The general public, security experts, AI developers, and policymakers interested in privacy

Beyond Siri: Here are the practical AI features coming to your iPhone in iOS 27

In iOS 27, in addition to Siri, Apple plans to integrate practical AI functions such as meal expenses using receipt photos and automatic password updates after data leaks into existing apps and services.

  • Apple is focusing on solving practical problems by incorporating AI functions into existing apps and services instead of having users talk to artificial intelligence.
  • iOS 27 introduces the ability to take a photo of a receipt through Apple Intelligence to recognize order items, quantity, tip, and total amount, and conveniently split meal costs with Apple Cash and Messages.
  • The new password update feature uses AI agent technology to identify leaked or weak passwords and then securely connects to the website on behalf of the user to automatically update the password.
Notable Quotes & Details
  • iOS 27
  • Apple Cash
  • Messages

Apple product users, iOS developers, and general consumers

Crawlee for Python: Build a Web Crawling Pipeline with Robots Handling, Link Graphs, and RAG Chunk Export

Describes how to use Crawlee for Python to build a web crawling pipeline, including robot prescriptive processing, link graphs, RAG chunk export functionality, and more.

  • We utilize BeautifulSoupCrawler, ParselCrawler, and PlaywrightCrawler respectively to collect and extract static and JavaScript-rendered dynamic website data from various angles.
  • It provides steps for setting up a compatible Crawlee runtime, pinning Pydantic dependencies, installing the Playwright browser, and building a local demo website.
  • We create a link graph to visualize relationships between collected pages and cover the data chunk extraction process for downstream RAG processing.
Notable Quotes & Details
  • pydantic>=2.11,<2.12

Python developers and data engineers who want to build web crawling pipelines and prepare data for RAG.

Show GN: Everyone's Apology

This is an introduction to 'Everybody's Apology', an open source service that uses AI to help you write and prepare for an apology before a security incident occurs.

  • This service was developed to assist with post-response and evacuation training in situations where the probability of a security incident is rapidly increasing.
  • If you enter the emergency kit and basic facts for each scenario, such as DB leak or hacking, AI will create a draft apology letter.
  • We evaluate apology scores from five perspectives, including acknowledgment of responsibility and specificity, and provide improvement guidelines and an incident response kit.
Notable Quotes & Details
  • GitHub: https://github.com/laeyoung/modusorry
  • It can be said that the probability of a security incident occurring has increased by 1,000 times.

Developers, startup founders, and corporate security/operations personnel

Show GN: opencodex — Local proxy to use any LLM in Codex

An introduction to opencodex, a local proxy tool that provides real-time protocol translation for use with a variety of open source and third-party LLMs on Codex.

  • It provides real-time protocol translation between Codex, which only supports OpenAI models, and various LLM providers, allowing multiple LLMs to be used as native models in Codex.
  • Supports 5 protocol adapters, including Anthropic, Google Gemini, and Azure, and over 40 built-in providers.
  • Session migrator and sidecar features support restoring existing sessions and web browsing and image understanding in non-OpenAI models, with all settings restored upon exit.
Notable Quotes & Details
  • 5 protocol adapters
  • 40+ providers
  • https://github.com/lidge-jun/opencodex
  • npm install -g @bitkyc08/opencodex

Developers who want to use Codex for coding by linking various LLMs (Claude, Gemini, etc.)

Massive plagiarism from Obscure Sorrows

Copyright infringement controversy arose when an unofficial site that copied most of the text of John Koenig's book 'The Dictionary of Obscure Sorrows' and added AI functions ranked high in Google searches.

  • A marketing agency called Qontour created an unofficial website containing the book's 800-word introduction, 311 new words, definitions, etymology, and essays without the author's permission.
  • This unofficial site uses DALL-E 2 generated images instead of original illustrations, provides a GPT-4-based new word generation function, and is used for design portfolios and Amazon affiliate marketing.
  • Despite DMCA deletion requests, unofficial sites appear higher than official sites in Google searches and generative AI searches (ChatGPT, Gemini), increasing copyright and consent issues.
Notable Quotes & Details
  • 311
  • 800 words
  • 2009
  • November 2021
  • August 2023
  • July 2025
  • dictionaryofobscuresorrows.com
  • thedictionaryofobscuresorrows.com
  • I have nothing to do with it.
  • The site is pretty slick so I don't know what to think or do.

General readers interested in IT and copyright, experts interested in legal issues related to AI-generated content

CSSQuake

Introduction and user reaction to the CSSQuake demo and renderer implementation that runs Quake using CSS and TypeScript in the browser.

  • CSSQuake v0.230 demo released, using PolyCSS renderer v0.2.6 to render with CSS and implement game logic with TypeScript.
  • Loads Quake Shareware 1.06 assets and provides multiplayer settings, control settings, debug options, and more in a web UI.
  • There are performance differences depending on the browser and OS environment (Safari stutters, Chrome and Firefox smooth), and there is discussion about optimization and differences in game logic from the original.
Notable Quotes & Details
  • v0.230
  • PolyCSS renderer v0.2.6
  • Quake Shareware version 1.06
  • Quake (C) 1996 id Software, Inc.

Web developers, front-end engineers, and users interested in classic game emulation and web rendering technologies.

open-code-review — Alibaba’s AI code review tool

Alibaba has released open-code-review, an AI-based open source code review tool that has been used internally for two years and has verified its precision.

  • By adopting a hybrid structure of deterministic engineering and agents, we achieved both accuracy and efficiency.
  • It provides higher precision and F1 score while consuming only about 1/9 of the tokens compared to general-purpose agents.
  • Supports a variety of development environments, including CLI, coding agent plugin, and CI/CD pipeline integration.
Notable Quotes & Details
  • Tens of thousands of developers over 2 years
  • Identify millions of code defects
  • Tokens only consume about 1/9th of the level

Software developers, DevOps engineers, and teams interested in automating code reviews

I released a softmax-free attention model at GPT-2 Medium scale (~354M params, 11.5B tokens): structural sparsity + tile-skipping kernels for long-context VRAM savings. Open weights + custom Triton kernels [R]

Release information of GPT-2 Medium scale (~354M params, 11.5B tokens) softmax-free attention model with structural sparsity and tile-skipping kernel to save long-context VRAM

  • GPT-2 Medium scale (~354M params, 11.5B tokens) softmax-free attention model released
  • Introduced structural sparsity and tile-skipping kernel technologies to save long-context VRAM.
  • Open weights and self-developed Triton kernel released together
Notable Quotes & Details
  • ~354M params
  • 11.5B tokens

Machine Learning Researcher and LLM Serving Engineer

Notes: Content incomplete

Review: Widow's Bay is a boldly original take on comedic horror

Positive reviews and synopsis for Apple TV's new comedy-horror series 'Widow's Bay'

  • It is evaluated as one of the best new series of the year by respecting existing horror clichés while reinterpreting them in a novel way.
  • It has a unique charm that exquisitely combines the atmosphere of Stephen King's works with 'Parks and Recreation' and 'Twin Peaks'.
  • The story begins with the visit of Mayor Tom and a travel reporter who are trying to make the town a tourist destination, and the appearance of fog, a supernatural sign.
Notable Quotes & Details
  • Stephen King meets Parks and Recreation , with a dash of Twin Peaks

Fans of the drama and comedy horror genres, Apple TV subscribers

How I set up this $17 solar panel to give my doorbell camera unlimited battery life

Experience and product review of using a $17 EverExceed solar panel to solve charging issues for a battery-powered security camera installed in an unmanned kiosk locker

  • To strengthen the security of unmanned sales stands for hikers, the installation of battery-type security cameras was proposed, but the inconvenience of periodic charging occurred.
  • To solve this problem, power is supplied by installing an EverExceed solar panel that supports a DC 5V rechargeable battery and a microUSB or USB Type-C port.
  • It works well even in cloudy weather and has a long cable for great placement flexibility, but the downside is that the wall mount is made of plastic.
Notable Quotes & Details
  • $17
  • DC 5V

DIY enthusiasts and consumers who want to keep their security cameras charged at all times

‘First and largest number of AI dubbing’ Hudson AI “Opening the era of agentic dubbing”

AI dubbing startup Hudson AI has presented its goal of opening a voice-centered AI era, including real-time communication, based on its competitiveness as a first mover.

  • Hudson AI has pioneered the AI ​​dubbing field since 2022 and introduced the world's first business models, including feature film AI dubbing.
  • For sophisticated AI dubbing, we have built an advanced technology pipeline including audio separation, context-specific LLM learning, emotion tag technology, and natural language prompt instruction.
  • We utilized native QC personnel for multilingual translation quality control, and established a virtuous data cycle structure that retrains purified data into the pipeline.
Notable Quotes & Details
  • 2022
  • 1st quarter 2023
  • Training one TTS model requires 100,000 hours of data per language.
  • As many as 50 characters appear in a drama.

AI voice technology, dubbing automation solution, media/content distribution and localization business associates

Minimax unveils 'MSA' that solves the context of extremely long sentences... Inference speed 14 times↑, calculation amount 28 times↓

Minimax unveiled a new sparse attention technology, 'MSA', which reduces computational costs and increases speed when processing ultra-long text contexts, and applied it to the service model.

  • MSA (MiniMax Sparse Attention) operates in two stages, the index branch and the main branch, and selects and processes only the top 16 blocks (up to 2048 tokens) from the entire context.
  • In a 1 million token context environment, the amount of attention operations (FLOPs) per token was reduced by 28.4 times compared to the existing GQA, and the prefill speed was improved by up to 14.2 times.
  • Minimax verified the performance by applying the technology to an MoE model with 109 billion parameters, and released 'fmha_sm100', an open source kernel for NVIDIA SM100 GPU.
Notable Quotes & Details
  • 11th
  • MSA
  • Minimax-M3
  • 1 million tokens
  • 28 times
  • 128
  • Top 16
  • 2048
  • 109 billion (109B)
  • 41
  • 28.4 times
  • 14.2 times
  • 7.6 times
  • 5.1 times
  • fmha_sm100

AI Researcher, LLM and System Optimization Developer

“There are limits to RAG and fine-tuning”... ‘Hypernetwork’ that creates real-time models is on the rise

Hypernetwork technology, which overcomes the limitations of RAG and fine-tuning and instantly generates customized small model weights in real time, is attracting attention for implementing highly autonomous agents.

  • Existing RAG and fine-tuning methods do not relieve the burden of constant human verification due to reduced accuracy when processing long input data or the cost of reflecting the latest documents.
  • Hypernetwork is a technology that automatically generates optimized small models or LoRA adapter weights on the fly by receiving documents in real time at the time of inference.
  • Through commercialization cases such as Nais.AI's metamodel, we aim to reduce costs by 10 to 30 times compared to large models while guaranteeing repetitive work performance and establishing a 90/10 collaboration model.
Notable Quotes & Details
  • Text-to-LoRA announced by ICML Sakana AI in 2025
  • NVIDIA researchers report in 2025 that operating costs for small professional models could be 10 to 30 times lower than larger models
  • Nais.AI’s 90/10 collaboration model in which 90% of the total work is handled by the metamodel and humans do the final verification of 10%.

AI agent developer, enterprise AI solution introduction manager, artificial intelligence researcher

'Crank GPT' operated by hand..."Produce power directly to receive AI answers"

'Crank GPT', a manually driven voice AI assistant that operates only when the user turns the crank by hand and supplies power, has been unveiled.

  • Computer scientists Katrin Tomanek and Alex Kaufman pointed out the excessive resource waste of existing large language models and developed it to test the possibilities of edge AI.
  • It is built based on Raspberry Pi 5 and the ultra-light Linux distribution Diet Pi, and the degree of resistance to turning the crank varies depending on the workload.
  • Lightweight open source hardware and software stacks such as Moonshine, Piper, Liquid LFM2 1.2B, and Gemma 3 1B were used, and the source code was released on GitHub.
Notable Quotes & Details
  • About 20 seconds
  • 30 seconds
  • Raspberry Pi 5
  • $300 (about 460,000 won)
  • Asking Claude to add two numbers is like using a giant wrecking ball to catch a fly.

Developers and engineers interested in edge AI, open source hardware, and lightweight AI models

Google launches AI speaker equipped with ‘Gemini’ for the first time in 5 years… Korea is undecided

Google unveiled the 'Google Home Speaker', a smart speaker equipped with Gemini that can perform daily conversations and complex tasks, and began pre-ordering in the United States.

  • Unveiled new smart speaker equipped with Gemini that can understand natural language and process complex queries
  • Standalone smart speaker hardware introduced by Google about five years after Nest Audio in 2020
  • Introducing a $10 monthly ‘Google Home Premium’ subscription service that provides advanced AI features such as Gemini Live and Home Brief
Notable Quotes & Details
  • 17th (local time)
  • 25th
  • $99.99 (about 153,300 won)
  • 5 years
  • 10 types
  • 3.5 million households
  • 2500 cases
  • $10 per month ($100 per year)

IT and home appliance technology consumers and smart home device users

[AI Highway] Same GPU, different results… AI infrastructure is also customized for each industry

The AI ​​infrastructure market is moving away from securing simple GPUs and moving toward providing infrastructure design and flexible operating models tailored to the characteristics and workloads of each industry, such as physical AI and bio.

  • AI infrastructure demand is not unified, and infrastructure design is required differently depending on the application field, data characteristics, and operation method of each industry.
  • According to Bethel AI analysis, research institutes use an average of 1.8 GPUs simultaneously, while 46% of corporate customers use more than 8 GPUs (up to 32 GPUs).
  • There is a trend of providing customized infrastructure such as on-premise, private cloud, and multiple workspace isolation to suit the characteristics of fields such as finance, bio, and defense where security is important.
Notable Quotes & Details
  • 21st
  • Research institute average concurrent GPU usage: 1.8
  • 46% of enterprise customers use more than 8 GPUs at a time
  • Multi-node environment with up to 32 pages
  • “AI infrastructure demand no longer moves as a single mass” - Ahn Jae-man, CEO of VesselAI

AI infrastructure planners, corporate decision makers considering the introduction of GPU cloud and AI solutions, and IT infrastructure engineers

Google even left a Nobel Prize winner... Crisis due to loss of core AI talent

Google DeepMind's core AI research personnel are one after another moving to competitors such as Antropic and OpenAI.

  • John Jumper, vice president of Google DeepMind, who co-recipient of the 2024 Nobel Prize in Chemistry and led the development of AlphaFold, is moving to competitor Antropic.
  • Gemini co-developer Noam Shazier also recently left Google and joined OpenAI.
  • Google is leading in AI research capabilities, but is facing internal concerns and a talent exodus crisis, including the lack of clear solutions in the enterprise AI coding tool market.
Notable Quotes & Details
  • 20th (local time)
  • 2024 Nobel Prize in Chemistry
  • I left Google DeepMind, where I had been working for about 9 years, and joined Antropic.
  • I am grateful to CEO Hassabis for giving me the opportunity to lead the AlphaFold team just 6 months after receiving my Ph.D.

Public and experts interested in IT and AI industry trends and corporate management

[Ahn Gwang-seop AI thesis] Sovereign AI...should look at the ‘supply chain’ rather than the ‘model’

The core of Sovereign AI goes beyond simple model development and lies in the supply chain and national security assets that support it, and the US and Japanese governments are making strategic investments based on this.

  • The key to Sovereign AI is supply chain capitalization, which places the entire industrial base that can operate and protect the model in the country or an ally, rather than the model development itself.
  • The U.S. government is selectively intervening in strategic areas, such as directly securing shares in Intel and rare earth company MP Materials.
  • The Japanese government plans to invest 370 trillion yen by 2040 to foster foundational fields such as physical AI, semiconductors, and communication infrastructure rather than the foundation model.
Notable Quotes & Details
  • A combined public and private investment of 370 trillion yen (approximately 3,500 trillion won) will be invested by 2040.
  • 10.5 trillion yen (approximately 100 trillion won) allocated to physical AI
  • The U.S. government secured approximately 10% of Intel's shares worth approximately $8.9 billion.
  • Ministry of National Defense secures approximately 15% stake in rare earth company MP Materials
  • NVIDIA and AMD obtain export licenses under the condition of paying 15% of Chinese sales to the government

IT industry and policy officials, tech investors

Jooojub
System S/W engineer
Explore Tags
Series
    Recent Post
    © 2026. jooojub. All right reserved.