Skip to content

Commit

Permalink
Merge pull request #728 from ai16z/update_docs
Browse files Browse the repository at this point in the history
feat: add new pages, update sidebar
  • Loading branch information
jkbrooks authored Nov 30, 2024
2 parents 2782cc5 + cfee998 commit e179678
Show file tree
Hide file tree
Showing 17 changed files with 183 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/api/functions/generateCaption.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
## Defined in

[packages/core/src/generation.ts:956](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L956)
[packages/core/src/generation.ts:952](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L952)
2 changes: 1 addition & 1 deletion docs/api/functions/generateImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
## Defined in

[packages/core/src/generation.ts:771](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L771)
[packages/core/src/generation.ts:767](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L767)
2 changes: 1 addition & 1 deletion docs/api/functions/generateMessageResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The completed message.

## Defined in

[packages/core/src/generation.ts:731](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L731)
[packages/core/src/generation.ts:727](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L727)
2 changes: 1 addition & 1 deletion docs/api/functions/generateObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

## Defined in

[packages/core/src/generation.ts:647](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L647)
[packages/core/src/generation.ts:643](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L643)
2 changes: 1 addition & 1 deletion docs/api/functions/generateObjectArray.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

## Defined in

[packages/core/src/generation.ts:683](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L683)
[packages/core/src/generation.ts:679](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L679)
2 changes: 1 addition & 1 deletion docs/api/functions/generateObjectV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Configuration options for generating objects.

## Defined in

[packages/core/src/generation.ts:1046](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1046)
[packages/core/src/generation.ts:1042](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1042)
2 changes: 1 addition & 1 deletion docs/api/functions/generateShouldRespond.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Promise resolving to "RESPOND", "IGNORE", "STOP" or null

## Defined in

[packages/core/src/generation.ts:473](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L473)
[packages/core/src/generation.ts:469](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L469)
2 changes: 1 addition & 1 deletion docs/api/functions/generateTextArray.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Promise resolving to an array of strings parsed from the model's response

## Defined in

[packages/core/src/generation.ts:611](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L611)
[packages/core/src/generation.ts:607](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L607)
2 changes: 1 addition & 1 deletion docs/api/functions/generateTrueOrFalse.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Promise resolving to a boolean value parsed from the model's response

## Defined in

[packages/core/src/generation.ts:556](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L556)
[packages/core/src/generation.ts:552](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L552)
2 changes: 1 addition & 1 deletion docs/api/functions/generateWebSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

## Defined in

[packages/core/src/generation.ts:980](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L980)
[packages/core/src/generation.ts:976](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L976)
2 changes: 1 addition & 1 deletion docs/api/functions/handleProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Configuration options specific to the provider.

## Defined in

[packages/core/src/generation.ts:1131](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1131)
[packages/core/src/generation.ts:1127](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1127)
2 changes: 1 addition & 1 deletion docs/api/functions/splitChunks.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Promise resolving to array of text chunks with bleed sections

## Defined in

[packages/core/src/generation.ts:528](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L528)
[packages/core/src/generation.ts:524](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L524)
18 changes: 9 additions & 9 deletions docs/api/interfaces/GenerationOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1016](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1016)
[packages/core/src/generation.ts:1012](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1012)

***

Expand All @@ -22,7 +22,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1017](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1017)
[packages/core/src/generation.ts:1013](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1013)

***

Expand All @@ -32,7 +32,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1018](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1018)
[packages/core/src/generation.ts:1014](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1014)

***

Expand All @@ -42,7 +42,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1019](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1019)
[packages/core/src/generation.ts:1015](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1015)

***

Expand All @@ -52,7 +52,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1020](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1020)
[packages/core/src/generation.ts:1016](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1016)

***

Expand All @@ -62,7 +62,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1021](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1021)
[packages/core/src/generation.ts:1017](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1017)

***

Expand All @@ -72,7 +72,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1022](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1022)
[packages/core/src/generation.ts:1018](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1018)

***

Expand All @@ -82,7 +82,7 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1023](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1023)
[packages/core/src/generation.ts:1019](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1019)

***

Expand All @@ -92,4 +92,4 @@ Configuration options for generating objects with a model.
#### Defined in

[packages/core/src/generation.ts:1024](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1024)
[packages/core/src/generation.ts:1020](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1020)
2 changes: 2 additions & 0 deletions docs/docs/community/streams/2024-11-24.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Hats Protocol 11-24-24

Link: https://www.youtube.com/watch?v=B5zJxUez2AM

The overall presentation started with technical details about Hats protocol and gradually evolved into more forward-looking discussions about AI integration and gaming mechanics for DAO organization.

0:00 - 5:00
Expand Down
47 changes: 47 additions & 0 deletions docs/docs/community/streams/2024-11-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# What Do Machines Dream Of? Episode 1: World Builders


Link: https://x.com/i/broadcasts/1vOxwrZYbygJB

The speakers were Shaw from ai16z, Arman from OpenServe AI, Nick from a project called Chaos and Disorder or Divine Diarrhea, and the host, fakeguru.


Overview:
The speakers discussed how AI agents will impact the future, including potential benefits (freeing humans from monotonous jobs, fostering creativity) and challenges (surveillance, corruption). They explored the need to make AI development open and collaborative while considering ethics. The goal is building a future where humans and AI work together for the betterment of society.

Key Topics and Timestamps:
1. Intro and speaker introductions (0:00 - 29:47)
2. Chaotic vs ordered mindsets (29:47 - 35:47)
3. Community income and solving automation crisis (42:13 - 58:08)
4. Removing inability to pursue passions (1:22:47 - 1:29:39)
5. Living in an abundance mindset vs scarcity (1:29:39 - 1:35:15)
6. Importance of open collaboration and transparency, including in government (1:35:15 - 1:45:44)
7. Educating people on AI development (1:45:44 - 1:55:03)
8. Impact of AI on privacy and surveillance (1:55:03 - 2:02:22)
9. Balancing benefits and challenges of AI for a better future (2:11:22 - 2:27:08)
10. What item would you take in an apocalypse scenario? (2:27:08 - 2:33:22)


---

Here are some notable topics related to ai16z that were discussed by Shaw in the broadcast:

Autonomous Investor and Community Income (42:13 - 58:08):
- ai16z is close to finishing an autonomous investor AI called "AI Mark" that trades meme coins so it can invest in projects. This ties into building a launch pad for agents.
- Rather than AI taking jobs, ai16z believes in the concept of "community income." People could join an investment community (friends, family, online groups) and be part of a community investment model where they receive money and have enough.
- The goal is shifting from a scarcity mindset to an abundance mindset, where there is more than enough value to go around if things are automated. Money would flow to the right places and people.
- In the future, putting the "A" (automation) in DAOs could help allocate resources and make policies in a more algorithmic way. AI could make governments more efficient and transparent.

Open Collaboration and Transparency (1:35:15 - 1:45:44):
- ai16z has focused on being radically open. In just 34 days, they had over 100 open-source contributors.
- Explosive growth came from enabling others to build with their agent framework. Now they are shipping everything they promised.
- There is a corporate and decentralized groundswell of support for pro-AI policies. While governments may try to protect the status quo, change is happening quickly.
- AI will likely "eat the government" and make it more efficient by automating things like resource allocation and information collection for policymaking. Special interests currently have outsized influence.

Privacy and Surveillance (1:55:03 - 2:02:22):
- While powerful AI brings risks of government surveillance and overreach, many people are already willingly giving up privacy and putting their information out there openly.
- People may have to trade some secrecy for the openness and trust to build things together as a society. Emotional openness helps people be themselves.
- Many are tired of corporate jobs and accounts, so they share data openly. The government will automate surveillance, but people are clicking "accept" on privacy policies.
- The "panopticon" of surveillance already exists in many ways. People know a lot about public figures like Shaw. But this transparency should extend to the government too.

The overarching theme was the importance of open, collaborative AI development with transparency from institutions. ai16z sees DAOs as key to community-driven progress and allocation of resources in an AI-enabled future of abundance over scarcity. While challenges around privacy exist, Shaw believes openness will win out.
Loading

0 comments on commit e179678

Please sign in to comment.