Skip to content
View Acacian's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Acacian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Acacian/README.md

Acacian

Backend engineer — reliable, secure infrastructure for AI systems
distributed reliability · data consistency · runtime correctness, security & cost accuracy for LLM / agent platforms

🌍 Based in South Korea — open to global roles (remote or relocation)

🇰🇷 한국어 소개

대규모 서비스 환경에서 신뢰성과 데이터 정합성을 고려한 백엔드를 설계하고,
LLM/에이전트 플랫폼의 런타임 정확성·보안·비용을 다룹니다. 리모트·이주 모두 가능하며 글로벌 포지션을 찾고 있습니다.


🛡 Built — Aegis, runtime security for AI agents

PyPI · github.com/Acacian/aegis

Solo-designed Python library that enforces guardrails, a policy engine, and audit logging on every LLM call and tool execution — at the CI/CD layer. Auto-instruments 12 AI frameworks (LangChain, CrewAI, OpenAI, Anthropic, LiteLLM, Google ADK …).

flowchart LR
  C["LLM call / tool exec"] --> AE["Aegis"]
  AE --> GR["Guardrails"]
  AE --> PO["Policy engine"]
  AE --> AU["Audit log"]
  AE --> D{"allow / block"}
Loading

Integrates as a third-party guardrail provider for Pydantic AI and LiteLLM · listed in awesome-mcp-servers and Awesome-LM-SSP.

🔧 Contributing to AI-infra OSS

Fixing real correctness & cost bugs in the tools I use in production:

  • litellm — bill xAI from its reported cost instead of stale recomputation (#36281)
  • Spring AI — DeepSeek tool-call content=null fallback (#3817) · RedisVectorStore BuilderCustomizer (#3809)

🏗 Current work

In production today — backend for an enterprise LLM gateway / AI-security platform (Soosan): proxy request lifecycle, DLP and guardrail enforcement, cross-provider correctness, policy & audit paths, load and reliability testing.

📦 Also shipped

CandyPod — backend engineer on a mobile matching app, live on the App Store and Google Play.

🎯 Focus

distributed reliability · fault isolation & recovery · data consistency · LLM / agent runtime security · cross-provider correctness & cost accuracy · AI-native system design

💼 Experience

  • Soosan (current)
  • Koosstech — Backend & DevOps (E2E ownership)
  • MementoAI — Backend (intern)
  • ROK Air Force — mission-critical systems operations

Earlier: PassionPay — MSA fintech payments platform (lead), payment-service architecture & consistency design.

✍️ Writing · 📫 Contact

Tech blog → https://victorica.tistory.com/  ·  📧 koo9811@naver.com  ·  💼 linkedin.com/in/otkling

Pinned Loading

  1. aegis aegis Public

    LLM guardrails & prompt injection detection for Python. Auto-instruments LangChain, CrewAI, OpenAI, LiteLLM + 8 more frameworks. PII masking, toxicity detection, policy CI/CD. One line, zero code c…

    Python 15 4

  2. fintech-BE fintech-BE Public

    Forked from InnerCircle-ICD3/fintech-BE

    재직자들과 진행한 핀테크 기반 사이드 프로젝트였으며, 총괄 리더 역할을 담당하였습니다.

    Java

  3. insty-backend-web insty-backend-web Public

    Forked from Insty-team/insty-backend-web

    라이브 서비스 Backend. 미디어 업로드 안정화, 대용량 요청 트러블슈팅, Python 기반 AI 추론 서버 연동 개발.

    Java

  4. kt-pattern kt-pattern Public

    Kotlin Pattern Matching DSL. when 기반 분기의 한계를 보완하기 위한 선언형 패턴 매칭 라이브러리.

    Kotlin

  5. Stock Stock Public

    Kafka 기반 비동기 메시징과 Redis 캐싱을 적용해 대규모 트래픽 처리를 실험한 주식 토론 게시판 백엔드 프로젝트

    Java