HN 표시: Llamafile 및 Bonsai PrismML 모델로 구축된 Catan의 TUI 정착민

hackernews | | 📦 오픈소스
#ai 모델 #claude #cli게임 #llama #llamafile #llm #mozilla #카탄
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

모질라 AI가 오프라인 환경에서 대형 언어 모델(LLM)을 상대로 즐길 수 있는 터미널 기반의 육각형 보드 게임인 'Settl'을 공개했습니다. 이 게임은 API 키 없이 단일 파일로 LLM 추론이 가능한 'llamafile'을 자동으로 다운로드 및 구동하여 OS에 구애받지 않고 완벽하게 작동합니다. 또한 1비트 양자화된 고효율 언어 모델인 'Bonsai Models'를 기본 AI 플레이어로 사용하며, AI 코딩 에이전트 세션 매니저와의 연동도 지원합니다.

본문

A terminal hex settlement game where you play against LLMs brew install --cask mozilla-ai/tap/settl Or build from source: git clone https://github.com/mozilla-ai/settl.git cd settl cargo run Runs entirely offline using llamafile , no API keys required. Full docs at mozilla-ai.github.io/settl . Agent of Empires - A terminal session manager for AI coding agents. If settl is installed, AoE (versions 1.1.0 and higher) automatically detects it and lets you spin up a settl session alongside your coding agents. Settl has a hook system so you can know when the game is waiting for your action, just like Claude Code/OpenCode sessions llamafile - One-file LLM inference. settl downloads and runs a llamafile automatically so AI players work offline with zero setup. Since it's platform agnostic, we don't have to worry about which OS, every OS can run the same llamafile! Bonsai Models by PrismML - Ultra-efficient 1-bit quantized language models that power settl's default AI players. Apache 2.0

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →