← Blog

Korea AI Basic Act AI Audit Evidence: What MSIT Asks a High-Impact Operator to Produce

South Korea''s AI Basic Act and its Enforcement Decree took effect on 22 January 2026, with a one-year grace period on administrative fines running to 22 January 2027. This walks the evidence artifacts an operator in the high-impact category has to hand over when the Ministry of Science and ICT inspects: the classification record, the meaningful-explanation record, the prior-notification record, the generative AI labelling record, and the human-supervision record. Each artifact is named alongside the point in the request path that produces it.

ByParminder Singh· Founder & CEO, DeepInspect Inc.
Compliance & Regulationcomplianceai-governanceauditregulationai-security
Korea AI Basic Act AI Audit Evidence: What MSIT Asks a High-Impact Operator to Produce

South Korea's AI Basic Act and its Enforcement Decree took effect on 22 January 2026, and the Ministry of Science and ICT attached a one-year grace period on administrative fines to that date. The window closes on 22 January 2027. Fines cap at KRW 30 million, roughly USD 21,000, which reads as trivial until you look at what triggers them: failing to notify users that AI is in use, failing to appoint a domestic representative, and obstructing or refusing an MSIT inspection. The third trigger is the expensive one, because an inspection you are unable to answer becomes a finding regardless of what the underlying system did.

The statute's obligations sit at the operator level rather than the model level, which changes what an inspection asks for. I want to walk the specific artifacts a high-impact AI operator hands over, because five of them are generated by the request path and stop existing the moment nobody instruments it.

The classification record

The Act requires an operator to determine whether a system qualifies as high-impact before deployment, covering systems that materially affect human life, safety, or fundamental rights across healthcare, energy, transportation, hiring, and biometric analysis. MSIT reads the determination first and everything else through it.

The artifact is a written classification decision naming the system, the sector, the reasoning, and the date. What makes this harder than it looks is scope drift: a hiring assistant classified as low-impact in March starts calling a different model in June, and the classification never gets revisited. A per-request record of which model endpoint served which internal system is what turns that determination from an assertion into something checkable.

The meaningful explanation record

High-impact operators owe affected users a meaningful explanation covering the outcome, the key criteria behind it, and a summary of the training data. The first two are the ones that reach into the request path.

Producing an explanation of a specific outcome months after the fact requires knowing what was sent, what came back, and which configuration handled it. A record holding the prompt, the model and version, the applied policy, and the response is the substrate an explanation is written from. Without it, an explanation describes the system as it is configured today and says nothing testable about the decision under question. What to log for AI compliance covers the field set this needs.

The prior-notification record

The Act requires operators to notify users in advance that a product or service uses AI. This is one of the three triggers that carries a fine directly, and it is the one most likely to fail quietly, because notification is implemented once in a product surface and then a new AI feature ships behind a flag six months later without anyone updating the notice.

The evidence MSIT reads is a notification artifact paired with an inventory of AI features actually in production. Reconciling those two is where the gap shows. A destination log naming every model endpoint called during the period is the reconciliation source, and it regularly surfaces features that never made it into the notice. The same reconciliation problem drives shadow AI discovery.

The generative AI labelling record

For generative outputs, the Act requires labels indicating the content was produced by AI, with a heightened notice duty for sound, image, or video difficult to distinguish from human-created work. Labelling is applied on the response side.

That makes the response path an enforcement point rather than a passthrough. The artifact is a record showing, per response, that the labelling rule was evaluated and what it produced. An operator who applies labels in a rendering template can describe the rule to an inspector. An operator who evaluates the rule in the response path can show it firing on a specific date against a specific output.

The human supervision record

High-impact operators have to implement human intervention and supervision mechanisms, and document the actions taken to secure trust and safety. Documentation of a mechanism is a policy statement. Evidence of a mechanism is a record of it operating.

The testable version is a decision record showing which requests were held, escalated, or blocked, under which rule, and who resolved them. A fail-closed default on ambiguity produces exactly that trail as a side effect of running, which is why the supervision obligation and the audit obligation collapse into the same infrastructure.

The domestic representative and the inspection itself

Foreign operators without a Korean office must designate a domestic representative once they cross any of three thresholds: annual revenue above KRW 1 trillion, AI service revenue above KRW 10 billion, or an average of more than one million daily Korean users over the preceding three months. That representative answers MSIT's inquiries.

My candid view: the KRW 30 million cap is the least interesting number in this statute. The representative provision is what changes behaviour, because it puts a named person in Seoul on the hook for producing answers on MSIT's timeline, and that person's ability to answer is set months earlier by whether anyone instrumented the request path. Handing a representative a policy binder and a promise that logging exists somewhere is how a routine inquiry turns into an obstruction finding.

Where the artifacts converge

[@portabletext/react] Unknown block type "code", specify a component for it in the `components.types` prop

Five of the six rows are produced by traffic. The Enforcement Decree does not prescribe an architecture, and the artifacts it asks for describe one anyway.

DeepInspect

This is the evidence layer a Korean high-impact operator reaches for under inspection. DeepInspect sits inline between your users or agents and the LLM APIs they call. For every request it evaluates identity, prompt classification, and destination, enforces per-role and per-route policy with a fail-closed default, inspects the response, and writes a signed, tamper-evident record before the response returns to the application.

That record holds the caller, the classification in the prompt, the model endpoint and version, the policy revision that governed the decision, and the outcome. When MSIT asks a domestic representative which system produced a specific outcome on a specific date and under which criteria, the answer is a query against records the application never had custody of. The controls mapping view lines each obligation up against the enforcement point that satisfies it. Book a technical deep dive at deepinspect.ai.

Frequently asked questions

When did the Korea AI Basic Act take effect?

The Framework Act on the Development of Artificial Intelligence and Establishment of a Foundation for Trustworthiness, generally called the AI Basic Act, took effect on 22 January 2026 alongside its Enforcement Decree. MSIT granted a grace period of roughly one year before imposing administrative fines, deferring penalties except in exceptional cases involving serious social harm such as loss of life or human rights violations.

Which AI systems count as high-impact under the Act?

High-impact AI covers systems that significantly affect human life, safety, or fundamental rights. The named sectors include healthcare, energy, transportation, hiring, and biometric analysis, with financial services, public safety, and education also drawn into the category. The operator carries the duty to assess and document the determination before deployment, which is why the classification record is the first artifact an inspection reads.

What are the penalties under the AI Basic Act?

Administrative fines reach KRW 30 million, approximately USD 21,000, for failing to notify users that AI is in use, failing to appoint a domestic representative where required, and violating corrective orders or refusing inspections. The Cooley analysis sets out the enforcement posture, which favours corrective orders over financial penalties in the early period.

Does the Act apply to companies without a Korean office?

Yes, subject to thresholds. A foreign operator must designate a domestic representative once it exceeds annual revenue of KRW 1 trillion, AI service revenue of KRW 10 billion, or an average of one million daily Korean users over the preceding three months. The representative is legally responsible for responding to government inquiries and safety reports.

How does the Act compare to the EU AI Act?

Both build a risk-tiered structure with heightened duties for systems touching health, safety, and fundamental rights, and both require documentation sufficient to reconstruct how a system behaved. Korea's version sits lighter on penalties and heavier on notification, and it adds a compute-based threshold at 10^26 FLOPs for high-performance systems that the EU addresses through its general-purpose model provisions. The overlap in record-keeping means one identity-bound per-request store answers both, as the NIST AI RMF and EU AI Act comparison also shows.