DaimonDaimon

Powered by PyMC Labs

Your server
just hired a data scientist.

Daimon is a collaborative data science agent in your team's Discord or Slack. It writes and runs code, fits Bayesian models with PyMC, and delivers charts and runnable notebooks in the thread.

Add to DiscordComing soonAdd to SlackComing soonTry in our Discord

Watch how it works

It doesn't chat. It does the work.

data-sciencewhere the models get fit
maya_kToday at 10:42

which of our marketing channels actually drove revenue last quarter?

DaimonAPPToday at 10:42
6sWorking…Bash
I can answer that properly with a Bayesian media-mix model. I see spend_q2.csv in #data-uploads: 4 channels, 13 weeks, revenue by region. Want me to model carryover and saturation too?
maya_kToday at 10:43

yes, and give me honest uncertainty, not just point estimates

DaimonAPPToday at 10:43
28sWorking…BashBash
On it. Geometric adstock, Hill saturation, hierarchical across regions:
with pm.Model() as mmm:    adstock = geometric_adstock(spend, alpha)    sat = hill(adstock, kappa, s)    y = pm.Normal("revenue", base + sat @ beta, sigma)    idata = pm.sample(2000, tune=1000, chains=4)

Sampled 4 chains · 2000 draws · r-hat < 1.01

Tasks [] 1/1Fit media-mix model on spend_q2.csv
Search drove 1.9× incremental revenue per dollar. Social mostly rode the wave. Full analysis in a runnable notebook:
mmm_channel_roi.pymarimo notebook
roi = (idata.posterior["beta"] * sat).mean(("chain", "draw"))

Everything it can reach into.

Ask, inspect results, and iterate together without bouncing between chat, notebooks, dashboards, and docs.

01Fit Bayesian modelsRun PyMC models in-thread: posterior inference and honest uncertainty, not just point estimates.
02Generate notebooksAsk a question, get a runnable marimo notebook back with code and charts included.
03Read your DiscordSearch channels, messages, and history to ground its work in your server.
04Pull from your toolsGoogle Drive, Notion, and YouTube transcripts as live data sources.
05Bind a GitHub repoPoint an agent at a repository and let it work against your code.
06Attach Skills & MCPAdd knowledge bundles and connect any MCP server to extend what it can do.
07Schedule runsSet agents to run on a recurring schedule. Reports that arrive on their own.

Daimon for data science

A full data scientist, from raw data to runnable notebook

EDA

Exploratory data analysis

Point it at a CSV, a database, or a Google Sheet and get distributions, correlations, and outliers surfaced in the thread, not a static dashboard.

Stats

Statistical modeling

GLMs, hierarchical models, and A/B test analysis with full posterior uncertainty, not a p-value and a shrug.

Repro

Reproducible notebooks

Every analysis ships as a runnable marimo notebook your team can rerun and extend, not a screenshot you can't audit.

Daimon for marketing analytics

Built for the analysis marketing teams actually run

MMM

Marketing mix modeling

Hierarchical Bayesian MMM: adstock, saturation, and channel-level incrementality with a real uncertainty interval, not a point estimate.

Causal

Causal inference

Uplift and incrementality estimates that account for confounding. The effect, not a correlation dressed up as one.

CLV

Customer lifetime value

Probabilistic CLV models built on pymc-marketing: a distribution of future value per customer, not a spreadsheet average.

The offer

One click. Soon.

No API key. No setup.

$5 of Anthropic credit, on us.

Every feature unlocked.

Add to DiscordComing soonAdd to SlackComing soonTry in our Discord

It's yours. And it's open.

github.com/pymc-labs/daimon ↗

Where Daimon sits

How it compares across the stack

LayerDaimonHermesself-hosted agent frameworkClaude TagClaude in Slack, Anthropic-hostedOpenClawlocal-first agent runtime
InfraAnthropic Managed Agents + your cloudSelf-host (VPS / GPU / serverless)Anthropic-hostedSelf-host / local-first
ModelLatest Claude, per-agent configurableAny endpoint (multi-model)Claude onlyMulti-model
HarnessManaged Agents API + thin FastMCPSelf-improving loop + subagentsAnthropic runtimeTS runtime + Gateway
ToolsPyMC skills (MMM, GLMs, causal inference) + BYO MCP40+ tools + MCPAdmin connectorsBrowser, canvas, cron
SandboxFresh sandbox per session, always onYes (6 backends)Not statedDocker (non-main)
AccessDiscord + Slack · scoped MCP tokens · GitHub AppMulti-platform + API keysEnterprise-gated20+ channels, self-run
ScopeMulti-tenant, channel-scoped: one deploy → N serversSingle agent + subagentsOne per channelMulti-agent, self-hosted

The three highlighted rows are the bet: channel scoping, a sandbox per session, and PyMC-native skills. A domain expert that runs real compute, not a generic chat agent.

DaimonDaimon

Add Daimon to your server.

Add to DiscordComing soonAdd to SlackComing soonTry in our Discord