본문으로 건너뛰기

GLM-5.3·Qwen3.8 공개형 모델 확산과 Agent 실행 구조·GPU 병목·Benchmark 신뢰성

공개형 모델 확산과 Agent 실행 계층의 소유권, GPU 메모리 병목, 문구에 흔들리는 Benchmark

이 요약은 AI가 원문을 분석해 생성했습니다. 정확한 내용은 원문 기준으로 확인하세요.

TL;DR

이번 기간에는 GLM-5.3 무료 token 배포와 Qwen3.8-27B의 로컬 실행·다운로드 증가가 공개형 모델 활용의 확산으로 묶였다. Agent는 단순한 모델 선택보다 model·harness·context의 소유권, portable memory, evals와 observability를 갖춘 실행 구조가 핵심이라는 관점이 부상했다. GPU 성능은 연산 유닛 수보다 HBM 왕복과 memory bandwidth에 좌우되며, BenchDrift와 ArchAgent v2는 benchmark 문구 민감도와 하드웨어 설계 탐색을 각각 측정·자동화했다. Anthropic의 Watermarking 도입과 Ollama 기반 문체 변환기는 생성물 식별과 가독성 조정이 inference 단계의 별도 처리로 이동하고 있음을 보여줬다.

𝕏 실시간 트렌드 토픽

🔥 GLM-5.3 무료 토큰과 Qwen3.8-27B 로컬 실행포스트 7

GLM-5.3은 주말 신규 사용자에게 100M 무료 token을 제공했고, Qwen3.8-27B GGUF는 Hugging Face 다운로드와 로컬 실행 사례를 넓혔다. 공개 가중치 모델을 개인 GPU와 RAM 환경에서 직접 구동하려는 흐름이 한데 모였다.

  • ZCode는 8월 16일 00시부터 8월 17일 09시까지 UTC+8 기준 첫 로그인한 신규 사용자에게 GLM-5.3 100M token을 자동 지급하며, 미국 동부시간 기준 8월 16일 오후 9시까지 이용 가능하다고 공지했다. 같은 조건의 무료 사용 공지가 두 계정에서 반복되면서 주말 coding 유입을 겨냥한 배포 방식이 나타났다.
  • UnslothAI의 Qwen3.8-27B GGUF는 24시간 이내 1,000 likes, Hugging Face trending model 3위, 누적 다운로드 1M을 기록했다고 게시됐다. GGUF 파일을 Unsloth와 함께 사용하면 17GB RAM/VRAM 환경에서 실행할 수 있다는 구성이 제시됐다.
  • 별도 포스트는 Qwen3.8-27B를 단일 RTX 4090에서 native MTP와 130k context로 초당 65 token까지 실행하고, prefill 2400–2600 t/s를 기록했다고 전했다. 12GB 환경용 변형, native vision, agentic coding benchmark 비교, cybersecurity 연구용 로컬 사용 사례도 함께 등장했다.
  • Qwen 계열의 전체 다운로드가 3 billion 이상이라는 주장이 제기됐지만, 해당 수치는 게시자의 서술에 근거한 값이다. 모델 파일을 직접 내려받아 제한된 GPU 환경에서 coding·vision·보안 검토를 수행하려는 선택지가 넓어지는 양상이 포스트 묶음에서 확인됐다.
원문 트윗 2개 보기

📈 모델 독립형 Agent Harness와 실행 데이터 소유권포스트 3

Agent의 성능을 모델 가중치만으로 결정하지 않고 harness와 context의 설계·소유권까지 포함해 평가해야 한다는 관점이 확산됐다. Evals와 observability로 trace를 수집하고 개선 데이터로 되돌리는 구조, 지원 모델 간 위임 기능이 함께 거론됐다.

  • Harrison Chase의 발표를 요약한 포스트는 agent를 model + harness + context로 구성했다. 모델은 FireworksAI 같은 인프라에서 가중치 소유권을 확보하고, context의 memory는 portable하게 유지하며, harness는 특정 모델에 종속되지 않으면서 사용 사례에 맞는 context를 공급해야 한다는 구조다.
  • LangChain/deepagents middleware로 harness를 설정하고 LangGraph로 cognitive architecture를 직접 구성하는 경로가 제시됐다. Harbor를 evals에 활용하고 tracing을 수집한 뒤, 실행 → trace 수집 → 흥미로운 trace 선별 → 개선으로 이어지는 data flywheel을 만드는 과정이 핵심 처리 루프다.
  • 같은 발표를 인용한 다른 포스트는 이 관점을 재확산했고, 별도 포스트는 multi agents v2가 Luna를 포함한 지원 모델에 작업을 위임할 수 있게 됐다고 전했다. 모델을 매번 수동 선택하지 않는 방향은 위임 가능한 실행 계층과 평가 체계가 전제돼야 한다는 흐름으로 연결됐다.
  • 조직 내부에서 무엇을 좋은 결과로 볼지 private evals로 정의하고 memory·traces·feedbacks·decisions·institutional context를 보유해야 한다는 인용도 포함됐다. 모델 교체보다 실행 기록과 평가 기준의 지속적 축적이 장기 개선의 기반으로 놓였다.
원문 트윗 2개 보기

Harrison Chase

@hwchase17

gave a talk "owning your intelligence" - ty @sequoia @sonyatweetybird for having me talked about harnesses and evals and the role they play in owning your intelligence TLDR: > agents = model + harness + context > model - own the weights using something like @FireworksAI_HQ > context - memory needs to be portable > harness - needs to be model agnostic. also needs to be good at bringing right context to llm. "right" context may depend on your use case, which is why an open/configurable harness helps > how to use middleware in langchain/deepagents to configure your harness > how to use langgraph to fully own your cognitive architecture > why evals/obs matters - some quotes from @satyanadella - “Create your private evals, because evals define what “good” looks like inside the organization” - “retain ownership of your organization’s memory, traces, feedbacks, decisions, and institutional context” - “you create your own continuous learning loop (i.e. hill climbing machine) that will allow your AI investments to compound the value of your firm” > how to use harbor for evals > tracing is important > evals + observability only matter so you can set up a data flywheel > data flywheel = run agent -> collect traces -> find interesting traces -> use those to improve > demo of langsmith engine which does exactly this! full video: https:// youtube.com/watch?v=HI2q3c i3Iuc&list=PLaqC3GACblSs&index=2 …

💬 2 1 10👁 449

Greg Brockman

@gdb

towards never having to manually select a model again

eric provencher

This went under the radar this week, but we just shipped the ability for models with multi agents v2 to delegate to any supported model, including Luna! Took a bit of time to make sure this worked reliably

💬 2 0 5👁 1807

GPU Token 생성 속도를 좌우하는 HBM 왕복포스트 1

GPU의 이론 연산량이 token 생성 속도로 직결되지 않는 이유를 memory bandwidth와 계층형 저장 구조로 설명한 긴 thread가 확산됐다. H100의 연산·메모리 수치와 FlashAttention의 tile 처리 방식이 데이터 이동 병목을 가리켰다.

  • 포스트는 H100이 16-bit에서 초당 989 trillion operations를 수행하지만 메모리는 초당 3.35 trillion bytes를 전달한다고 비교했다. 두 값을 나누면 연산 유닛을 계속 채우는 데 필요한 비율이 약 295 operations per byte가 되지만, 16-bit 가중치 한 개를 읽어 한 번 곱하고 더하는 token 생성은 대략 1 operation per byte에 그친다는 계산이다.
  • GPU 실행은 thread, 32개 thread가 묶인 warp, 최대 32개 warp 또는 1024개 thread의 thread block, 여러 arithmetic unit·storage·scheduler를 가진 SM 순서로 중첩된다. H100에는 최대 132개 SM이 있으며, 각 SM 안에 머무는 값일수록 외부 이동이 줄어 처리 비용이 낮아진다.
  • 메모리 계층은 thread별 private register, block 전체가 읽는 shared memory와 L1, 모든 SM이 접근하는 약 50MB L2 cache, 약 80GB HBM 순서로 배치된다. 모델 weight·KV cache·activation이 HBM에 놓이므로 HBM까지 왕복하는 횟수가 token rate를 크게 제한한다.
  • 일반 attention은 큰 중간 결과를 하위 메모리에 기록한 뒤 다시 읽지만, FlashAttention은 tile을 SM 안에 유지해 같은 arithmetic에서 메모리 왕복을 줄인다. 따라서 GPU를 빠르게 만드는 핵심은 peak operations를 늘리는 일뿐 아니라 HBM 접근을 피하는 데이터 배치와 처리 방식에 있다.
원문 트윗 1개 보기

Akshay

@akshay_pachaar

GPU architecture, clearly explained. The usual assumption is that a faster GPU means more compute, so a chip rated for more operations per second should generate more tokens per second. That rarely holds. You can rent a top-end chip, load a model, watch utilization sit high, and still get a few dozen tokens per second out of hardware capable of a thousand trillion operations. The arithmetic units are not the limit. They spend most of their time waiting for numbers to arrive. Memory bandwidth is how fast those numbers can be delivered, and it grows far more slowly than arithmetic capability with each new generation. The H100 makes this concrete. It does 989 trillion operations per second at 16-bit precision, while its memory delivers 3.35 trillion bytes per second. Divide one by the other and you get about 295. That is how many operations the chip has to perform on every byte it fetches just to keep its arithmetic units busy. Generating a token comes nowhere close. Each weight gets multiplied by one number and added into a running total, so two operations per weight, and each weight costs 2 bytes to read at 16-bit precision. That works out to 1 operation per byte, roughly three hundred times short of what the chip needs. Once you see that, the layout of a GPU stops looking arbitrary. All of it is organized around distance, because every trip to fetch a value is the expensive part. Execution is nested in four steps, smallest first. → Thread. The smallest unit of work, doing arithmetic on its own handful of values. → Warp. A group of 32 threads that move in lockstep and share a single instruction, which is what the hardware actually schedules. → Thread block. A batch of warps, up to 32 of them or 1024 threads, handed to one compute unit and staying there until it finishes. → SM. The streaming multiprocessor, a small self-contained machine with its own arithmetic units, its own storage, and its own scheduler. An H100 has up to 132 of them. Memory is nested along the same lines, and that is the part that decides your speed. → Registers. 256 KB per SM, split so each thread gets a private slice nobody else can read. A value here already sits next to the thing that needs it, so reading it costs nothing worth measuring. → Shared memory and L1. A few hundred KB per SM. Shared memory is the only level you place things into yourself, and every thread in a block can read it, which is where the name comes from. → L2 cache. Around 50 MB sitting below all the SMs, and the first level every one of them can see. Reaching it means leaving your own SM. → HBM (High Bandwidth Memory). Around 80 GB, holding model weights, the KV cache, and activations. It sits outside the processing chip entirely, and reaching it is the slowest thing a GPU does. The nesting is what buys you speed. Anything that stays inside one SM is fast because nobody outside needs to see it, and anything the whole chip has to agree on pays for the trip down. Add up the registers across every SM and you get roughly as much storage as the L2 underneath them, which is nothing like the neat pyramid you see on a CPU. So making a GPU faster is mostly about how many round trips to HBM you can avoid. FlashAttention is the clearest case, since ordinary attention writes a large intermediate result all the way down and reads it back, while the tiled version keeps it up on the SM and runs far faster doing the same arithmetic. I wrote the full breakdown of how a GPU works, from this layout up to the ratio that sets your token rate. The article is quoted below. I have also put together a 10-week, 30-minutes-a-day roadmap for engineers who want to actually run LLM inference in production, not just read about it. Check this out: https:// github.com/patchy631/time -to-first-token … (don't forget to star ) Stay tuned for more on this!

💬 0 0 4👁 1052

📈 BenchDrift가 드러낸 Benchmark 문구 민감도포스트 1

IBM과 협력 연구는 benchmark 점수 차이 가운데 일부가 모델 능력이 아니라 문제 문구에 기인할 수 있다고 측정했다. 의미를 유지한 재표현에서도 강한 모델의 정답이 뒤집히며, 높은 점수가 표현 선택에 의존할 수 있다는 문제의식이 제기됐다.

  • BenchDrift는 정답을 고정한 채 benchmark 문항을 linguistic·referential·pragmatic·structural 축으로 재표현하고, 재표현 전후 correctness가 얼마나 뒤집히는지 측정한다. 모델을 새로 학습시키는 대신 동일한 문제의 wording만 바꿔 점수 변동을 분리하는 방식이다.
  • GSM8K·MMLU·MATH-Hard에서 8개 모델을 비교한 결과, phrasing sensitivity는 모델 성능이 높아져도 사라지지 않고 방향이 바뀌었다. 약한 모델은 재표현으로 얻는 이득이 손실보다 컸지만, 강한 모델은 손실이 이득보다 훨씬 컸다는 결과다.
  • 8개 모델은 전체 drift 크기가 서로 달라도 어떤 재표현이 정답을 가장 많이 깎는지에는 대체로 동의했다. 문항이 짧아지거나 길어지는 어느 방향에서도 모델이 확신하던 답이 깨졌다는 점은 단일 문구 benchmark 점수의 해석 범위를 제한한다.
  • 상위 benchmark 모델일수록 우연히 받은 wording에 점수가 더 의존할 수 있다는 주장이 제기됐다. 모델 순위를 비교할 때 원문 문항 하나의 점수뿐 아니라 의미 보존 재표현에 대한 안정성도 함께 측정해야 한다는 시사점이 나온다.
찬성소수

BenchDrift는 정답을 바꾸지 않고 문제 표현만 변형해 wording 의존성을 측정하므로, benchmark 점수에 섞인 문구 효과를 분리하는 데 적합하다는 입장이다.

반대소수

포스트에는 BenchDrift의 측정 결과와 해석은 있으나, 재표현 생성 품질이나 각 benchmark의 세부 표본 구성에 대한 반론은 제시되지 않았다.

원문 트윗 1개 보기

ArchAgent v2의 다중 Cache Prefetching 탐색포스트 1

Google DeepMind와 협력 연구는 ArchAgent를 단일 cache replacement에서 다중 cache-level data prefetching으로 확장했다. 계층별 진화 탐색과 하드웨어 예산 피드백을 결합해 수작업 설계를 넘어서는 prefetcher를 찾았다.

  • 기존 ArchAgent는 simulation 시간이 길고 탐색 공간이 넓은 microarchitecture 문제에서 single-level cache replacement에 머물렀다. ArchAgent v2는 cache level별 prefetcher를 순차적으로 진화시키고 확정하는 cascaded evolutionary search로 다중 level 공간을 나눴다.
  • 각 후보의 hardware size를 탐색 중 실시간 추정하는 hardware-realizability feedback loop도 추가됐다. 예산에 맞지 않는 후보는 진화 과정에서 바로 제거해, 실제 하드웨어에 들어갈 수 없는 설계가 후속 탐색을 차지하지 않게 했다.
  • 동일한 4th Data Prefetching Championship 규칙에서 발견한 three-level prefetcher는 우승 hand-designed solution을 넘어섰다. baseline 대비 geometric mean IPC가 3.8%, 기존 champion BertiGO 대비 0.3% 높았고, low-bandwidth single-core 구성에서는 각각 4.6%와 2.6%로 격차가 제시됐다.
  • multi-core 진화는 simulation latency가 evolution loop를 늦추는 문제에 여전히 막혀 있다. 탐색 알고리즘이 설계 후보를 넓히더라도 평가 시뮬레이션 비용이 전체 처리 속도의 제약으로 남는다는 한계가 확인됐다.
원문 트윗 1개 보기

📈 Claude Watermarking과 Ollama 기반 문체 변환포스트 3

Anthropic의 Watermarking 도입이 EU AI Act 준수와 연결되면서 token 선택 패턴을 이용한 식별 방식이 주목받았다. 동시에 완성된 Claude 응답을 Ollama의 local model로 다시 써서 읽기 쉬운 문장으로 바꾸는 plugin 사례가 공유됐다.

  • Watermarking은 다음 token 위치에서 점수가 높은 후보가 여러 개일 때 secret key와 previous token을 이용해 선택 확률의 패턴을 만든다. 많은 token 위치에서 같은 원리가 반복되면 우연히 나타날 가능성이 낮은 조합이 남으며, 별도 training이나 retraining 없이 inference time에 적용할 수 있다.
  • Anthropic은 EU AI Act 준수를 위해 Watermarking을 구현한다고 밝혔고, 포스트는 이 방식이 지역별 사용자에게 선택적으로 적용될 수 있는지 의문을 제기했다. 규제 준수 방식과 적용 범위가 함께 쟁점으로 떠올랐다.
  • 별도 plugin은 200자를 넘는 Claude의 완성 메시지를 local model이 실행되는 Ollama로 보내고, 원문 아래에 ‘In plain English:’ 라벨을 붙여 변환문을 표시한다. Claude에는 변환 결과를 다시 전달하지 않으며 Ollama가 중단돼도 원문을 유지하는 fail-open 처리를 사용한다.
  • Claude에 간단한 문체를 직접 요청하거나 aerospace writing standards를 지정하는 것보다 두 번째 AI로 첫 번째 AI의 출력을 변환하는 방식이 더 잘 작동했다는 경험이 공유됐다. 생성물의 출처 흔적을 남기는 처리와 문체를 후처리하는 처리가 서로 다른 inference 단계로 분리됐다.
찬성소수

Watermarking은 token 생성 과정에서 secret key 기반 선택 패턴을 넣으면서 재학습 없이 적용할 수 있어, 규제 준수 수단으로 활용할 수 있다는 입장이다.

반대소수

EU AI Act를 이유로 모든 사용자에게 같은 Watermarking을 적용해야 하는지는 불명확하며, inference-time 기법인 만큼 EU 사용자에게만 적용할 수 있다는 의문이 제기됐다.

원문 트윗 2개 보기

Sebastian Raschka

@rasbt

A short illustration of how the Claude's watermarking is supposed to work (based on my read of their released materials). In general, when we are generating tokens, there can be multiple high-scoring tokens at certain next-word positions. Usually, we sample with top-k or top-p sampling so the highest-scoring token is most often selected (if we repeat the sampling many times), but other tokens may be selected as well. With watermarking, there is a key that says which of the (ideally equally) highest-scoring tokens to select. Or, more concretely, the secret key and previous token influence the randomness here. Now, if we repeat this at many token positions, this creates the watermark as it will be a pattern that is statistically unlikely to get otherwise (due to combinatorics). One thing I am confused about: They basically say that they HAVE to do this for everyone due to EU regulation. Why? Sure, but this is an inference-time technique that doesn't require retraining or training a separate model, so, if they wanted, they could only do that for EU users?

Anthropic

We’ve written an FAQ to answer some of the questions we've received about watermarking. In summary: • We’re implementing watermarking to comply with the EU AI Act. Other major model developers have signed the same Code of Practice and will also be implementing watermarking;

💬 2 0 9👁 1160

Md Ismail Šojal

@0x0SojalSec

RIP Claude Watermarks, An engineer got so tired of decoding Claude’s writing that he built a plugin to translate it into plain English. Every finished Claude message over 200 characters gets rewritten by a local model running on Ollama. The clean version appears under the original with an In plain English: label. Claude never sees the rewrite. The transcript stays pure, If Ollama is down, it fails open you still get the original answer. He tried telling Claude to write simpler. He even tried aerospace writing standards. Nothing worked as well as pointing a second AI at the first one.

💬 1 0 1👁 244

📈 Grok Build와 DevHub의 자연어 기반 작업 자동화포스트 2

Grok Build는 Mac의 증상과 목표를 자연어로 입력받아 시스템을 점검하고 도구로 조치하는 agent로 소개됐다. Databricks Apps의 DevHub prompts도 환경 점검부터 scaffold와 배포까지 coding agent의 입력 한 번으로 이어지는 작업 흐름을 제공한다.

  • Grok Build는 trackpad 이상, 빠른 배터리 소모, 통화용 microphone 고장, Chrome 알림, 외부 monitor 주사율, 과열·느려짐·앱 충돌·CPU 점유 같은 증상을 입력으로 받는다. 사용자가 설정 위치를 찾지 못해도 시스템을 검사하고 원인을 찾은 뒤 적절한 tools·skills로 실제 조치를 수행하는 흐름이다.
  • 기존 방식은 검색 → 여러 탭 열기 → Settings 탐색 → 무작위 수정으로 이어졌지만, Grok Build는 문제 설명을 입력으로 받아 machine inspection과 culprit 탐색을 거친다. 출력은 원인 진단에 그치지 않고 가능한 경우 수정 action까지 연결된다는 점이 차이다.
  • Databricks의 DevHub prompts는 coding agent가 환경을 확인하고 필요한 요소를 설정한 뒤 app을 scaffold하고 Databricks workspace에 deploy하도록 구성된다. 이후 template을 사용해 기존 구조를 유지하며 확장할 수 있다.
  • Genie Analytics app template은 Databricks workspace의 데이터를 자연어로 질의하는 chat interface를 추가한다. 시스템 진단과 데이터 앱 구축이라는 서로 다른 대상이지만, 사용자의 자연어 목표를 환경 조작과 배포 가능한 결과로 변환하는 공통 흐름이 나타났다.
원문 트윗 2개 보기

X Freeze

@XFreeze

You don’t need to waste an hour digging through your Mac’s settings trying to figure out what’s wrong with your laptop Grok Build is insanely capable....just tell Grok Build what’s broken and let it investigate the machine for you You can try things like: • Trackpad suddenly behaving weird • Battery draining ridiculously fast • Microphone isn't working in calls. Diagnose it • Some random website sending Chrome notifications every 10 seconds • External monitor runs at 60Hz but supports 144Hz. Fix it • Mac running hot or slowing down • An app constantly crashing • Something keeping your Mac awake or eating all your CPU? You might have absolutely no idea where the setting is or even what’s causing the problem Grok Build can inspect the system, find the culprit and, with the right tools/skills, actually take action Instead of Googling the problem → opening 20 tabs → digging through Settings → trying random fixes.... Just tell Grok Build what’s wrong and let it figure out the rest

💬 28 30 153👁 9388

Databricks

@databricks

Getting started with Databricks Apps can be as simple as giving your coding agent the right prompt. DevHub prompts can help check your environment, set up what you need, scaffold an app, and deploy it to your Databricks workspace. Then, use templates to keep building without starting over. For example, the Genie Analytics app template adds a chat interface so users can query data in your Databricks workspace using natural language. Explore now: https:// developers.databricks.com/?utm_source=tw itter&utm_medium=organic-social …

💬 0 0 0👁 257

용어 해설

GGUF 모델 형식(GGUF)
GGUF는 모델 가중치와 실행에 필요한 정보를 한 파일에 담아 로컬 추론에 쓰는 형식이다. 이번 포스트에서는 Qwen3.8-27B를 17GB RAM/VRAM 환경에서 실행하거나 12GB 환경에 맞춘 변형을 배포하는 방식으로 제시됐다.
에이전트 하네스(Agent Harness)
Agent Harness는 모델에 필요한 context를 공급하고 도구 사용과 실행 흐름을 조정하는 계층이다. 포스트에서는 model·harness·context를 agent의 세 구성요소로 보고, 특정 모델에 종속되지 않는 구조와 설정 가능성을 핵심 조건으로 삼았다.
BenchDrift
BenchDrift는 정답을 유지한 채 benchmark 문제의 표현을 바꿔 문구 변화에 따른 정답 변동을 측정하는 연구 방법이다. linguistic·referential·pragmatic·structural 축의 변형을 사용해 모델 점수가 문제 문구에 얼마나 민감한지 측정했다.
워터마킹(Watermarking)
Watermarking은 생성 시 선택 가능한 고득점 token 가운데 비밀 키와 이전 token에 따른 선택 패턴을 넣어 통계적으로 드문 흔적을 만드는 inference-time 기법이다. 별도 재학습 없이 적용할 수 있으며 Anthropic은 EU AI Act 준수를 이유로 도입한다고 밝혔다.
메모리 대역폭(Memory Bandwidth)
Memory Bandwidth는 GPU가 가중치와 중간값을 처리 장치로 전달하는 속도다. 포스트는 H100의 16-bit 연산 성능 989 trillion operations per second와 메모리 대역폭 3.35 trillion bytes per second를 비교하며 token 생성 속도가 연산량보다 데이터 이동에 크게 좌우된다고 설명했다.
FlashAttention
FlashAttention은 attention의 큰 중간 결과를 외부 메모리에 기록했다가 다시 읽는 대신 tile 단위로 SM 내부에 유지하는 최적화 기법이다. 같은 연산을 수행하면서 HBM 왕복을 줄여 GPU의 메모리 병목을 완화하는 방식으로 제시됐다.
AI 분석 전체 내용 보기

AI 요약 · 북마크 · 개인 피드 설정 — 무료

출처 · 인용 안내

원문 발행 2026. 08. 16.수집 2026. 08. 16.출처 타입 TWITTER

인용 시 "요약 출처: AI Trends (aitrends.kr)"를 표기하고, 사실 확인은 원문 보기 기준으로 진행해 주세요. 자세한 기준은 운영 정책을 참고해 주세요.