Laya · kind of work
Agents and tools
Typed decisions inside an agent loop: routing, evals, guardrails, memory, and the plumbing around them.
6 records Across the 2 sources that have any 54 of 55 Laya records carry a kind
- X
🚨 THIS IS WHAT A “SECOND BRAIN” FOR AI AGENTS LOOKS LIKE. 𝗡𝗮𝗻𝗱𝗵𝗮 𝗞𝗶𝘀𝗵𝗼𝗿 built La…
A 'second brain for agents' explainer with the architecture animated, aimed at people building agent loops rather than at people choosing a model. The framing is promotional; the useful part is the split between deciding and explaining.
- GitHub
angel291592/Intent-Router
It starts a step earlier than the decision: turning "add caching to the user API" into a typed IntentSpec, probing for what it can look up and asking for what it cannot, then refusing to emit while the request is still underspecified. The halt is the part most routers leave out and the part that makes the output trustworthy.
- GitHub
bladedevoff/stuntd
A local proxy that records the typed decisions your application already sends to an LLM, learns them, and answers later ones with a Laya head — so most calls never leave the machine. The interesting half is not the 90% claim, it is that the training data is your own traffic rather than a benchmark.
- GitHub
openlayer-ai/jevals
Evals and guardrails where the judge is a decision model instead of an LLM, published by a company that already sells evals. The argument is arithmetic rather than vibes: all the evals for one trace go out as one request, for a few thousandths of a cent, which is what makes running them on every trace affordable.
- GitHub
ThinkFlowLab/system1-agents
Prebuilt agents — browser, computer, robotics, games — with a decision model as the brain and a choice of Jev, Laya or Cua-S1 underneath. There is a video at the top of the README, which is the fastest way to see what the pattern is for if the prose has not landed yet.
- GitHub
wdobry/laya-playground
A website, three games, a benchmark and an agent skill in one repository. The public site has no model behind it and replays recorded runs, which is a more honest arrangement than a demo that quietly falls back to an API — and the same pages drive the real model once you clone it.
Every entry on this page is in one of the columns, with the full list and its filters: All Laya records (55)
The other kinds
Runtime ports (23) · Serving and API (8) · Browser and computer use (2) · Games and demos (9) · Benchmarks and evaluation (19)
A record can carry more than one kind, so the pages overlap on purpose All kinds