# Tools for Taming Information > Tools and workflows we're building to help communities stay aligned with AI agents by summarizing Discord, track GitHub, and generating daily newsfeeds. **Published by:** [Metaverse Makers](https://paragraph.com/@m3org/) **Published on:** 2025-04-22 **Categories:** workflows, agentic, ai, agents, elizaos, ai16z, daos, tools, open, source, discord, github **URL:** https://paragraph.com/@m3org/taming-information ## Content From summarizing Discord channels to generating daily AI-powered newsfeeds, we're building tools that help communities stay aligned, surface insights, and reward contributors — without needing everyone to be everywhere at once. This post shares practical examples and blueprints for deploying Eliza agents across your own projects.Challenges​The Great Online Game is played across many different apps and chat rooms. One of the biggest challenges facing players is locating critical information like who does what or updates scattered when it's across Discord channels, GitHub repositories, forums, threads, etc. No human, regardless of how dedicated, can keep track of everything.XKCD comic 1810 about information routing challengesEven when information is theoretically "public," people are generally too lazy to fetch it. That and stakeholders may prefer different information formats:Developers dig into GitHubCommunity vibes on DiscordCasual followers scroll TwitterVisual learners watch videosInstead of forcing everyone onto one highway early on, a better strategy would be to build bridges between lanes to allow information to flow more freely. AI agents are the vehicles for that information, they carry the ability to meet people where they are to deliver important insights while preserving context.Goals​Reduce overhead on managing comms / community questionsKeep people informed across different platformsAccelerate onboarding for new contributorsCase Study: AI News System​This discord summarizer was the first prototype. For ElizaOS we're now using this AI News tool to aggregate sources from across the ecosystem. The system works in four key stages:Collection: APIs pull data from multiple sources including Twitter, Discord, GitHub, and market data platforms.Wrangling: LLMs normalize, summarize, and tag topics to create a unified knowledge base from disparate sources.Distribution: The system produces standardized outputs in multiple formats (JSON, Markdown, RSS) to suit different consumption needs.Consumption: Users can access tailored products like dashboards, newsletters, or even 3D news shows.You can see the results from this tool here, which updates daily via GitHub actions:https://m3-org.github.io/ai-news/https://eliza.how/newsHere's an example news clip: https://x.com/elizaOS/status/1880280863210106975Case Study: AI Assistants​Idk about you, but I hate seeing questions left hanging in tech support channels, especially when the answer can easily be found in the docs. It's a perfect opportunity to eat our own dogfood, experience and fix pain points firsthand, and showcase a powerful use case of AI agents to other devs.jintern answering questionsWhile we're analyzing tech support channels, we can identify gaps in docs based on common community questions which can then be addressed systematically. This may involve checking if any github issues or pull requests already address a question, and if not, then to help create an issue for it. Herein lies a powerful feedback loop:Aggregate & Analyze: Extract questions and answers, who is helping who (and if succesful), identify pain points, gather sentimentClean & Enhance Data, Update docs, create bug reportsRAG Knowledge: AI Agents giving automated responses to FAQYou can now use AI news to generate a summary, who helped who, FAQ, and action items analysis of a source for whatever time period you want - even historically!From https://github.com/elizaOS/discord-summarizerWe retroactively reward people who provided good answers to questions (we're using tip.cc) over a time period. Later people can reuse their tips when helping or asking for help from other people.Help people answer questions -> Improve docs -> Improve AI knowledge feedback loopMain Lesson: Treat the docs as first-class citizen of your project. Eliza AI agent assistants helping devs with common questions about elizaOS greatly benefit from good docs to provide more current and accurate information, which speeds up onboarding and lets developers stay focused on higher impact activities.Read this guide on how to optimize technical docs for LLMs. Adding FAQ with answers in the docs enhances optimizes them for LLM use cases.Get Involved​In the future I want people to be able to install Eliza and be greeted by an agent that can help you setup, configure settings, create plugins, deploy, etc. For now I think our assistants need to be supervised until we're confident enough in their responses. I think we can speed things up by having the agent admit what they don't know the answer vs hallucinating, and to guide devs to the main community support channels when they're having difficulty. If you want to collaborate with us, here's a few ideas:Answer people's questions in the coders / tech support channels on discord, it will get noticed :)Help with docs: go through pages, verify information with code, test the steps, create issues and PRs with fixesCollaborate with us on the AI news aggregatorGenerate new show ideas using the output files from AI-newsWrite a script that takes a week of daily logs and turns it into a newsletter or news show programIngest docs into your Eliza agent as knowledge to onboard them then tinker with the character file to takee on a role in the DAOPerhaps it can act as a scribe that summarizes chatsLore keeper, community moderation, or social media marketerLinks​https://github.com/bozp-pzob/ai-news (aggregator tool)https://m3-org.github.io/ai-news/ (data for elizaOS ecosystem)https://github.com/elizaOS/knowledge (for eliza RAG knowledge)https://www.kapa.ai/blog/optimizing-technical-documentation-for-llmshttps://x.com/dankvr/status/1884417610420474199 (update 1/28/25)https://x.com/dankvr/status/1880050455226827246 (update 1/16/25) ## Publication Information - [Metaverse Makers](https://paragraph.com/@m3org/): Publication homepage - [All Posts](https://paragraph.com/@m3org/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@m3org): Subscribe to updates