← 오늘자 브리핑 ← Today's briefing 모든 주제 보기 All topics

공개 가중치 모델, 오픈소스 라이브러리와 데이터셋에 관한 소식. Open-weight models, open-source libraries, and public datasets.

  1. Startup founders urge Trump not to shut off Chinese open weight AI

    실리콘밸리 스타트업 약 200곳이 참여한 신생 단체 'Little Tech Association'(Proton, Replit, Y Combinator 등 포함)이 트럼프 행정부에 중국산 오픈웨이트 AI 모델 접근을 차단하지 말라는 서한을 보냈다. Particle 창업자 Suhail Doshi는 이런 금지 조치가 시행되면 "수백 개 기업이 즉시 죽을 것"이라고 경고했다. 이번 청원은 Moonshot AI가 강력한 Kimi K3 모델을 공개한 직후, 행정부가 중국 AI 모델 금지를 검토 중이라는 보도가 나오면서 긴급성을 띠게 됐다. About 200 Silicon Valley startups have formed a new coalition called the 'Little Tech Association' — including Proton, Replit, and Y Combinator — and sent a letter urging the Trump administration not to cut off access to Chinese open-weight AI models. Particle founder Suhail Doshi warned that such a ban would cause "hundreds of companies to die immediately." The petition comes just after Moonshot AI released its powerful Kimi K3 model, adding urgency amid reports that the administration is weighing a ban on Chinese AI models.

  2. Fractal by Plasma AI

    Plasma AI가 계층적 에이전트 루프를 구축하는 오픈소스 도구 'Fractal'을 공개했다. 각 노드가 자체 git worktree에서 목표를 향해 반복 작업하고 분리 가능한 하위 작업은 자식 노드로 분기시켜, 고정된 계획이 아니라 문제 크기에 맞춰 트리가 자라나는 구조다. 반복 횟수·깊이·자식 수·비용·시간에 대한 하드 캡으로 각 루프를 제한한다. 자사 저장소에 적용한 테스트에서 187개 노드로 구성된 트리가 135개 이슈를 발견하고 그중 55개를 테스트 우선 방식으로 수정했다. Plasma AI has open-sourced 'Fractal,' a tool for building hierarchical agent loops. Each node works iteratively toward a goal in its own git worktree, spinning off separable subtasks into child nodes — so instead of a fixed plan, the tree grows to match the size of the problem. Hard caps on iteration count, depth, number of children, cost, and time bound every loop. In a test run against its own repository, a 187-node tree found 135 issues and fixed 55 of them test-first.