Skip to content

Instantly share code, notes, and snippets.

@yoavg
yoavg / multi-llm-agents.md
Last active March 17, 2026 02:23
What makes multi-agent LLM systems multi-agent?

Are multi-LLM-agent systems a thing? Yes they are. But.

Yoav Goldberg, Nov 24, 2024

This piece started with a pair of twitter and bluesky posts:

let's talk about "agents" (in the LLM sense). there's a lot of buzz around "multi-agent" systems where agents collaborate but... i don't really get how it differs from a thinking of a single agent with multiple modes of operation. what are the benefits of modeling as multi-agent?

— (((ل()(ل() 'yoav))))👾 (@yoavgo) November 23, 2024
@veekaybee
veekaybee / normcore-llm.md
Last active March 21, 2026 07:32
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@kouroshHakha
kouroshHakha / mujoco-dep.md
Last active September 14, 2025 14:11
Notes for rendering mujoco on headless machines

To sucessfully render mujoco on headless machines make sure the following dependencies are installed via apt-get:

sudo apt-get --assume-yes install libxrender1 libgl1-mesa-dev libgl1-mesa-glx libglew-dev libosmesa6-dev xpra patchelf libglfw3-dev libglfw3 libglew2.0

Install mujoco-py with headless gpu rendering

You may perform additional steps to build mujoco-py with gpu rendering support on a remote server without any monitor attached.

@ihoneymon
ihoneymon / how-to-write-by-markdown.md
Last active March 17, 2026 13:50
마크다운(Markdown) 사용법

[공통] 마크다운 markdown 작성법

영어지만, 조금 더 상세하게 마크다운 사용법을 안내하고 있는
"Markdown Guide (https://www.markdownguide.org/)" 를 보시는 것을 추천합니다. ^^

아, 그리고 마크다운만으로 표현이 부족하다고 느끼신다면, HTML 태그를 활용하시는 것도 좋습니다.

1. 마크다운에 관하여