AI
Thoughts and references related to AI.
Learning
Coding agents
Projects
Infrastructure
- Ray: Ray is a unified framework for scaling AI and Python applications.
Agent environments
Current dev tools target human developers, we need infrastructure targeting agents
- Sketch.dev: Coding agents that run as a standalone process with an end-to-end code commit workflow.
- exe.dev: Isolated containers and development flow for coding agents
Bookmarks
Papers
Evaluations
Trends
High-level trends and ideas
- Environments are a key asset to train AIs through RL. The closer the training environment is to the real one, the better it will end up operating. In the coming years I expect the programming of RL environments for AI to be as important as wiring the agents themselves (esp. for robotics and real world –analogous and flawed environments–). See prime intellect’s RL environments as the seed for this trend.
- Small language models outperform LLMs for agentic behavior:
Tutorials
Agent sandboxes