Skip to content

Commit 4a1df9c

Browse files
committed
state of ai agents
1 parent cb85733 commit 4a1df9c

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed

journals/2024_11_15.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [[state of ai agents]] in [[2024]]

pages/54.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tags:: year
2+
alias:: 2024
3+
4+
-

pages/avatars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
alias:: citizen
1+
alias:: citizen, ai agents, agents
22

33
- what is [[avatar]]?

pages/black box problem.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- inability to transparently explain decisions of [[llm]]
2+
- making it hard to understand how [[llm]] process inputs and generate outputs
3+
- this creates challenges in debugging, trust, and accountability
4+
- developers often rely on trial-and-error or additional tools to interpret their behavior

pages/state of ai agents.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
- [source](http://langchain.com/stateofaiagents)
2+
- ## adoption and use cases
3+
- [[ai agents]] are mainstream: 51% of companies use them, with 78% planning adoption soon
4+
- top applications include
5+
- summarization: 58%
6+
- personal productivity: 54%
7+
- customer service: 46%
8+
- interest spans tech and non-tech industries alike, showing cross-sector relevance
9+
- ## key challenges
10+
- performance quality is the biggest barrier
11+
- especially for small companies
12+
- followed by knowledge gaps and time demands
13+
- safety concerns and regulatory compliance are significant for enterprises handling sensitive data
14+
- understanding and explaining agent behavior remains a [[black box problem]].
15+
- ## controls and trends
16+
- companies rely on tracing, restricted permissions, and offline testing for quality assurance
17+
- large firms use more comprehensive guardrails, while startups focus on rapid iteration and monitoring results
18+
- multi-agent systems and open-source innovation are driving the next wave of adoption
19+
- ## actionable takeaways
20+
- start small with routine tasks and scale as expertise grows
21+
- prioritize performance and safety with tracing, guardrails, and evaluations
22+
- leverage open-source tools to accelerate innovation and reduce costs
23+
- prepare for future breakthroughs in autonomous multi-agent systems powered by larger ai models
24+
- ## competitive edge
25+
- organizations mastering reliable agents will dominate the shift toward intelligent automation, reshaping workflows with efficiency and precision

0 commit comments

Comments
 (0)