Skip to content

Commit eb0f7bd

Browse files
committed
Add new terms: n8n, AGI, MCP
1 parent 249bad8 commit eb0f7bd

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title":"AGI (Artificial General Intelligence)",
3+
"subtext":"AI with human-like cognitive abilities",
4+
"categories":["Artificial Intelligence"],
5+
"author":"halukerenozlu",
6+
"description": {
7+
"title": "AGI (Artificial General Intelligence)",
8+
"texts":[
9+
"Artificial general intelligence (AGI)—sometimes called human-level intelligence AI—is a type of artificial intelligence that would match or surpass human capabilities across virtually all cognitive tasks.Unlike artificial narrow intelligence (ANI), whose competence is confined to well-defined tasks, an AGI system can generalise knowledge, transfer skills between domains, and solve novel problems without task-specific reprogramming. "
10+
],
11+
"image": "",
12+
"references": [
13+
"https://en.wikipedia.org/wiki/Artificial_general_intelligence",
14+
"https://aws.amazon.com/what-is/artificial-general-intelligence/"
15+
]
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "MCP (Model Context Protocol)",
3+
"subtext": "A protocol for managing model contexts in AI systems",
4+
"categories": ["Artificial Intelligence"],
5+
"author":"halukerenozlu",
6+
"description": {
7+
"title": "MCP (Model Context Protocol)",
8+
"texts": [
9+
"MCP is an open protocol that standardizes how applications provide context to large language models (LLMs). Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools. MCP enables you to build agents and complex workflows on top of LLMs and connects your models with the world.."
10+
],
11+
"image": "https://miro.medium.com/v2/resize:fit:1400/1*MfI2XLk63rQye0Sh-hAUag.png",
12+
"references": [
13+
"https://www.anthropic.com/news/model-context-protocol",
14+
"https://modelcontextprotocol.io/docs/getting-started/intro"
15+
]
16+
}
17+
}

src/content/terms/N8N.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "n8n",
3+
"subtext":"AI Workflow Automation Tool",
4+
"categories": ["Automation", "Productivity"],
5+
"author": "halukerenozlu",
6+
"description": {
7+
"title": "n8n",
8+
"texts": [
9+
"n8n is an open-source workflow automation tool that enables users to connect various applications and services to automate tasks and processes. It provides a visual interface for designing workflows, allowing users to create complex automations without needing extensive coding knowledge. n8n supports a wide range of integrations with popular services like Google Sheets, Slack, and more, making it a versatile choice for automating repetitive tasks and improving productivity."
10+
],
11+
"image": "https://n8niostorageaccount.blob.core.windows.net/n8nio-strapi-blobs-prod/assets/Home_ITO_Ps_5a5aac3fda.webp",
12+
"references": [
13+
"https://n8n.io/",
14+
"https://github.com/n8n-io/n8n"
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)