Since the start of 2023 and GenAI we've seen a massive number of AI applications for accomplishing tasks. It's powerful, but **it's not easy to integrate this functionality into our lives.**
_In other words, AI doesn't have a capabilities problem—it has an **integration** problem._
```markdown
<palign="center">
<h4></h4>_In other words, AI doesn't have a capabilities problem—it has an **integration** problem._</h4>
</p>
```
Fabric was created to address that problem by allowing everyone to leverage AI throughout our life and work.
Fabric was created to address this by enabling everyone to granularly apply AI to everyday challenges.
### Too many prompts
@ -198,6 +202,7 @@ One of the coolest parts of the project is that it's **command-line native**!
Each pattern (prompt) you see in the `/patterns` directory can be used in any AI application you use, but you can also set up your own server using the `/server` code and then call APIs directly!
Once you're set up, you can do things like:
```bash
# Take any idea from `stdin` and send it to the `/write_essay` API!
cat "An idea that coding is like speaking with rules." | write_essay
@ -213,7 +218,6 @@ Fabric is themed off of, well… _fabric_—as in…woven materials. So, think b
- The optional server-side functionality of `fabric` is called the **Mill**.
- The optional client-side scripts within `fabric` are called **Looms**.