Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions terms/ai-browser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"slug": "ai-browser",
"term": "AI Browser",
"acronym": null,
"category": "Patterns",
"short": "A web browser with an AI agent built in that can read pages and act on them for you.",
"definition": "An AI browser is a web browser built around an AI assistant that can see the page you're on, answer questions about it, and carry out multi-step actions like filling out forms, comparing prices, or booking something, instead of just displaying pages for you to operate by hand. Several consumer browsers released agent modes like this, alongside open-source frameworks that add similar abilities to ordinary browsers. Because the assistant can act on logged-in sites, these browsers face real security challenges, especially prompt injection, where a malicious page tricks the assistant into acting against the user's wishes.",
"example": null,
"related": ["computer-use", "agent", "prompt-injection", "browsergym"]
}
10 changes: 10 additions & 0 deletions terms/kimi-k3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"slug": "kimi-k3",
"term": "Kimi K3",
"acronym": null,
"category": "Models & Products",
"short": "Moonshot AI's large open-weight model, released July 2026 and notable for strong coding and agentic performance.",
"definition": "Kimi K3 is a large open-weight model from the Chinese AI company Moonshot AI, released in July 2026 as one of the biggest open-weight models available at the time. Like other frontier-scale systems, it uses a mixture-of-experts design that activates only a fraction of its many specialized sub-networks for each request, keeping it efficient to run despite its size. It drew wide attention for topping coding leaderboards and for strong agentic performance — carrying out multi-step tasks with tools — continuing Moonshot's focus on long-context handling from earlier Kimi releases.",
"example": null,
"related": ["kimi", "moonshot-ai", "open-weights", "moe", "deepseek-v4"]
}