AIAny
AI Client2025
Icon for item

Macro

Unifies team email, chat, docs, tasks, CRM, calls and AI agents into a single workspace with bidirectional @-linking and a shared, exportable team memory.

Introduction

Most teams lose context because conversations, documents, email and CRM live in separate systems; that fragmentation is exactly what Macro tries to reverse by colocating everything and synthesizing a nightly team memory that agents can act on.

What Sets It Apart
  • Unified, bidirectional graph: every email, message, doc, task and CRM record is @-linked both ways, so you can trace decisions from conversation → task → code without switching tools.
  • Team-level memory for agents: a nightly synthesis produces a markdown-based, exportable memory that external agents (via MCP) or selected LLMs can query or act on, improving retrieval and agent reliability.
  • Agent-first surfaces and MCP: built-in agent workflows and a near-complete MCP/tool surface let agents draft/send email, create tasks, edit docs, and run actions programmatically without manual context plumbing.
  • Real-time CRDT docs and developer-friendly stack: live markdown editing backed by CRDTs (Durable Objects), with a Rust backend and SolidJS frontend for responsiveness and self-hosting under AGPLv3.
Who it's for and tradeoffs

Great fit if you manage a small-to-medium engineering or product team that needs to collapse tools (email, chat, docs, tasks, CRM) into one searchable context and wants agents to take safe, context-rich actions on behalf of the team. Self-hosting and tight integrations make it attractive for teams that care about data control and auditability.

Look elsewhere if you need a lightweight single-purpose tool (e.g., just email or just CRM), strict cloud SaaS guarantees from a vendor-managed product, or if you cannot accept AGPLv3 licensing for production deployments; Macro is opinionated about collocated workflows and expects teams to buy into that model.

Where it fits

Positioned as an "operating system" for small to mid-sized teams that treat AI agents as first-class collaborators. It competes with stacks assembled from Slack/Notion/Linear/HubSpot by offering one bidirectional database, agent integration via MCP, and exportable markdown memory—trading bespoke best-of-breed pieces for tight contextual coherence.

Information

  • Websitegithub.com
  • OrganizationsMacro (macro-inc)
  • Published date2025/11/08

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.