SK ← Sungju Kim · Data & AI Systems Engineer

Agent operations in public공개로 운영하는 에이전트

Previously on AI is the live demo here: a daily AI and developer-tool briefing that a scheduled agent researches, deduplicates against two weeks of prior coverage, and publishes as static JSON every morning in English and Korean. The rest of this page is the operations dashboard behind it. Loading anything here never calls an LLM.Previously on AI가 이 페이지의 라이브 데모입니다. 스케줄 에이전트가 매일 AI·개발자 도구 소식을 리서치하고, 지난 2주간의 보도와 대조해 중복을 제거한 뒤, 매일 아침 영어와 한국어로 정적 JSON을 발행합니다. 페이지의 나머지는 그 뒤에서 돌아가는 운영 대시보드입니다. 이 페이지에서 무엇을 열어도 LLM은 호출되지 않습니다.

PoleGraph AI ↗
$ previously-on-ai
{} stack
rss
// loading…
// 01 — agent ops

Daily agent run매일의 에이전트 실행

What happens during one scheduled cycle.하루 한 번의 스케줄 사이클에서 일어나는 일입니다.

  1. 01
    Collect수집
    A scheduled agent pulls new updates from source feeds each day.스케줄 에이전트가 매일 소스 피드에서 새 업데이트를 가져옵니다.
  2. 02
    Filter필터
    Keyword and source rules remove low-signal items before any LLM call.키워드·소스 규칙으로 LLM 호출 전에 신호가 약한 항목을 걸러냅니다.
  3. 03
    Merge병합
    Cohere embeddings in a sqlite-vec store give the agent memory: stories covered in the last two weeks are merged instead of repeated, and similar past stories are attached to each card as related coverage.sqlite-vec 스토어의 Cohere 임베딩이 에이전트의 기억이 됩니다. 지난 2주 동안 다룬 이야기는 반복하지 않고 병합하며, 유사한 과거 기사는 각 카드에 '이전 관련 보도'로 연결됩니다.
  4. 04
    Summarize요약
    The remaining items are summarized, scored, and translated into English and Korean.남은 항목을 요약·점수화하고 영어와 한국어로 번역합니다.
  5. 05
    Publish발행
    After validation passes, the run atomically publishes the feed, a cycle log, a dated archive, and an RSS mirror to /data/ — a bad run can never empty the site.검증을 통과하면 피드, 사이클 로그, 날짜별 아카이브, RSS 미러를 /data/ 에 원자적으로 발행합니다. 잘못된 실행이 사이트를 비우는 일은 없습니다.
  6. 06
    Serve서빙
    Visitors load static HTML and JSON. Loading the page never calls an LLM.방문자는 정적 HTML과 JSON만 로드합니다. 페이지를 여는 것만으로는 LLM이 호출되지 않습니다.
// 02 — token optimization

Token usage토큰 사용량 sample cycle 샘플 사이클

Run metrics from the latest published cycle, read straight from the agent's cycle log.가장 최근 발행된 사이클의 실행 지표를 에이전트의 사이클 로그에서 그대로 읽어옵니다.

92
Raw items collected수집된 원본 항목
35
After filtering필터링 후
30
After deduplication중복 제거 후
11
Published items발행된 항목
~640K
Tokens used / cycle사이클당 토큰
~58K
Tokens per item항목당 토큰
14%
In-run merge rate실행 내 병합률
3
Merged with prior coverage과거 보도와 병합
single model
Model route모델 경로
v2
Prompt version프롬프트 버전
sample
Last run마지막 실행
Fallback sample · shown only if the live cycle log can't be loaded. 폴백 샘플 · 라이브 사이클 로그를 불러오지 못할 때만 표시됩니다. · per daily cycle일일 사이클 기준
// 03 — daily usage

Daily usage일일 사용량

Tokens used per published cycle, one point per day.발행된 사이클당 사용한 토큰입니다. 하루에 한 점씩 찍힙니다.

Waiting for daily runs — the chart fills in over time.일일 실행을 기다리는 중입니다 — 차트는 시간이 지나며 채워집니다.