> For the complete documentation index, see [llms.txt](https://docs.moseiki.app/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moseiki.app/docs/problems-and-ahwast.md).

# Problems & AHWAST

Let’s look at the problems and how we are solving them under a few headlines.

<details>

<summary>Why do you need a decentralized social graph?</summary>

To understand this better, let’s look at the current situation.

Today’s social media platforms are giant companies holding our data and owning it to use however they want. Their controlling of everything creates serious problems. They can choose which opinions; ideas can go mainstream or not. This leads to manipulation, political issues and even governments using it for censorship. Creating problems like shadow bans.

Another problem is the unfair monetization models of Web 2.0 platforms. Content creators work hard, providing content to platforms but they are getting back just a fraction of their effort.

Let’s talk about data. Current social media platforms keep your data trapped very hard to move and even be sure about their security. Which creates big problems like data leaks or making simple tasks like switching apps harder.&#x20;

Innovation is another problem. Not being able to move data to feed algorithms prevents new inventors from creating the next big social media. The situation creates a monopoly in social media making it almost impossible to build new ones.&#x20;

So, why do we need a decentralized social graph? Because it's time for a change, liberates us all from monopoly of giant social media platforms and the problems they create regarding culture, data, politics, censorship and much more.

</details>

<details>

<summary>How do we differentiate ourselves from the existing social networks?</summary>

Moseiki steps into the arena of social media chaos, looking for the answers to problems of existing networks. Picture this: in the world of Web2, each network operates isolated, creating its own centralized data kingdom without any portability! Your profile, friends and posts are stranded, owned and dictated by the big networks. This creates a situation in which every network battles for your undivided attention.

On the other hand, Moseiki, is a user-owned, wide-open canvas that any app can integrate into. Which means, users are the true owner of their data and they can move it to any app on Moseiki's framework. So that you can keep your content, fanbase and much more. Each developer in Moseiki helps grow the entire ecosystem, shifting the game from a competition to a collaboration. We are inviting the developers to join Moseiki so that we can craft awe-inspiring social adventures together.

</details>

<details>

<summary>Where do we stand on AI?</summary>

Moseiki sees AI like a partner that amplifies its capabilities. Moseiki isn't just stepping into the future, exploring AI at the forefront.

Moseiki utilizes AI's prowess to enhance user experiences, provide a set of features to its users and ensure smoother navigation through the social media. Think of AI as Moseiki's backstage assistant, helping it adapt to users' preferences and behaviors, creating a personalized experience for each individual.

With AI in its corner, Moseiki aims to refine content curation, boost engagement, and foster meaningful interactions. This dynamic duo keeps on learning and evolving, ensuring Moseiki stays ahead in the social media game by embracing AI's potential to its fullest.

In essence, Moseiki doesn't just stand on AI working together, leveraging AI's power to deliver a next-level, user-centric social media experience.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.moseiki.app/docs/problems-and-ahwast.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
