# [[Artificial Intelligence]]
![[Artificial Intelligence.svg]]
## Types of Artificial Intelligence
### By Scope
- Weak AI or Narrow AI - AI that is focused on achieving a particular task and is thus limited in scope ^9dfa41
- Strong AI - AI that has a broader scope of concern and greater freedom to inform its own decisions. ^8ea906
Strong AI is by far both more powerful and more dangerous, not to mention more difficult to achieve. [^01]
Artificial intelligence can also be thought of in terms of tiers [^02] :
- Tier One AI is widely available and fundamentally limited, used for menial tasks that provide convenience
- Tier Two AI is used for scientific and military purposes, and its use is restricted
- Tier Three AI is true sentience
### By specialty
#### [[Large Language Model]]
A Large Language Model (LLM) is a type of AI that is specifically designed to understand or simulate human language.
## [[Concerns regarding artificial intelligence]]
## Artificial vs. human intelligence
What sets apart an artificial intelligence and a human one?
- One defining characteristic might be an AI's inability to [[Play]].
- Artificial intelligences lack [[Empathy]]
## [[AI tools]]
## Applications of AI
- [[AI in testing]]
- [[AI in DevRel]]
- [[AI in Observability]]
## [[Testing AI]]
## [[AI Observability]]
## Trends in AI
- [[Developers are becoming shepherds of code]]
## Related
- [[Linguistics]]
- [[Natural Language Processing]]
## See also
- [[Large Language Model]]
- [[AI tools]]
- [[Concerns regarding artificial intelligence]]
- [[AI Observability]]
- [[Testing AI]]
%%[[Offline]]%%
[^01]: [[Benefits and Risks of Artificial Intelligence - Future of Life Institute]]
%%
# Excalidraw Data
## Text Elements
## Drawing
```json
{
"type": "excalidraw",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.1.4",
"elements": [
{
"id": "4y8R7iOA",
"type": "text",
"x": 118.49495565891266,
"y": -333.44393157958984,
"width": 3.8599853515625,
"height": 24,
"angle": 0,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"fillStyle": "solid",
"strokeWidth": 2,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"groupIds": [],
"frameId": null,
"roundness": null,
"seed": 967149026,
"version": 2,
"versionNonce": 939059582,
"isDeleted": true,
"boundElements": null,
"updated": 1713723615080,
"link": null,
"locked": false,
"text": "",
"rawText": "",
"fontSize": 20,
"fontFamily": 4,
"textAlign": "left",
"verticalAlign": "top",
"containerId": null,
"originalText": "",
"lineHeight": 1.2
}
],
"appState": {
"theme": "dark",
"viewBackgroundColor": "#ffffff",
"currentItemStrokeColor": "#1e1e1e",
"currentItemBackgroundColor": "transparent",
"currentItemFillStyle": "solid",
"currentItemStrokeWidth": 2,
"currentItemStrokeStyle": "solid",
"currentItemRoughness": 1,
"currentItemOpacity": 100,
"currentItemFontFamily": 4,
"currentItemFontSize": 20,
"currentItemTextAlign": "left",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"scrollX": 583.2388916015625,
"scrollY": 573.6323852539062,
"zoom": {
"value": 1
},
"currentItemRoundness": "round",
"gridSize": null,
"gridColor": {
"Bold": "#C9C9C9FF",
"Regular": "#EDEDEDFF"
},
"currentStrokeOptions": null,
"previousGridSize": null,
"frameRendering": {
"enabled": true,
"clip": true,
"name": true,
"outline": true
}
},
"files": {}
}
```
%%