개인지식 시스템

지정된 접근 문자를 입력하면 이 브라우저에서 열람이 허용됩니다.

정적 사이트용 간단 게이트입니다. 강한 보안은 Cloudflare Access를 권장합니다.

Markdown Git repo → Astro Web UI

개인지식 시스템

GitHub Markdown 지식 저장소를 사람이 읽기 좋은 웹으로 감싼 뷰어입니다. Source, Concept, Insight, Decision, Map 구조를 그대로 유지하면서 검색하고 탐색할 수 있습니다.

Folders

Recently Updated

Sourcessource

1-hour Deep Dive with AI Jason: AI products, YouTube(220k+), Jian-Yang, Startups

1 hour Deep Dive with AI Jason: AI products, YouTube 220k+ , Jian Yang, Startups Metadata Source: YouTube interview with AI Jason / Jason Zhou on Sean's AI Stories. Transcript source: generated from video audio with Whis

Sourcessource

Build Hour: Agents SDK

OpenAI Build Hour Agents SDK Metadata Source: YouTube video, OpenAI Build Hour Speaker/context: OpenAI API team demo and Q&A about Agents SDK, hosted shell, containers, skills, and sandbox based agents. Transcript basis:

Insightsinsight

AI Native Teams Collapse Roles Into Builder Loops

AI Native Teams Collapse Roles Into Builder Loops Insight AI native teams should optimize less for role handoff and more for builder loops: one person moving from product judgment to prototype to implementation review wi

Insightsinsight

Production agents need recoverable failure boundaries

Production agents need recoverable failure boundaries Insight 프로덕션 에이전트 설계의 핵심은 “모델이 얼마나 오래 일할 수 있는가”보다 “어디가 망가져도 안전하게 버리고 이어갈 수 있는가”다. 하네스와 컴퓨트를 분리하고, 샌드박스는 임시 실행환경으로 두며, 상태는 스냅샷/재수화 가능한 외부 계층에 두어야 장시간 작업이 운영 가능해진다. Why

Insightsinsight

Skills turn organizational know how into executable agent assets

Skills turn organizational know how into executable agent assets Insight Skill은 단순 프롬프트 조각이 아니라 조직의 반복 업무 방식을 에이전트가 실행할 수 있는 자산으로 바꾸는 포맷이다. 좋은 skill은 설명서, 정책, 예시, 스크립트, 검증 방법을 함께 담아 “잘하는 사람의 작업법”을 재사용 가능한 운영 단위로 만든다. Why

Insightsinsight

Vertical AI Agents Win by Owning Workflow Memory and Action Loops

Vertical AI Agents Win by Owning Workflow Memory and Action Loops Insight A vertical AI agent is not differentiated by “being able to use tools” in the abstract. It becomes useful when it owns a specific workflow loop: d

Conceptsconcept

Agent Harness

Agent Harness Definition Agent Harness는 모델 호출, tool loop, shell interaction, context compaction, sandbox state management, approval, skill loading 등을 묶어 에이전트가 장시간 작업을 수행하게 만드는 실행/오케스트레이션 계층이다. Why It Matters 모델 성능이 좋아져도

Conceptsconcept

Agent Memory

Agent Memory Definition Agent Memory는 AI 에이전트가 세션을 넘어 사용자의 선호, 프로젝트 맥락, 지식, 규칙을 재사용하기 위한 저장/조회 체계다. Why It Matters 여러 에이전트가 같은 GitHub Markdown 지식 원장을 읽고 갱신하면, 각 에이전트의 고립된 세션 메모리 한계를 줄일 수 있다. Related Concepts Second Brain