Anicca — 仏教AIが自分で稼ぎ、10人に毎月ベーシックインカムを払う話 | Tokyo .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

June 18, 2026 · Tokyo

Anicca — 仏教AIが自分で稼ぎ、10人に毎月ベーシックインカムを払う話

See an AI autonomously earn revenue through 60+ cron jobs, automatically distributing 10% to 10 humans monthly via Stripe Connect. Learn its architecture and trust mechanisms.

Overview
Links
Tech stack
  • Claude (claude-sonnet-4-6)
    Anthropic’s mid-tier powerhouse delivering frontier-level coding, agentic planning, and adaptive thinking at a fraction of the cost of larger models.
    Claude Sonnet 4.6 represents a major leap in agentic intelligence, pairing a massive 1M token context window with advanced "adaptive thinking" that lets the model dynamically scale its reasoning depth. Built for high-stakes knowledge work, it dramatically improves multi-step tool execution and computer-use capabilities (navigating complex web interfaces and desktop software via direct GUI actions). At just $3 per million input tokens, it matches or outperforms top-tier models on coding, design, and complex data analysis, giving developers a highly efficient, production-ready engine for building autonomous AI agents.
  • OpenClaw
    OpenClaw is the viral, open-source, autonomous AI agent: a self-hosted 'digital employee' that executes real-world tasks across your local machine and messaging platforms 24/7.
    This is the next-generation autonomous AI agent, built by Peter Steinberger (founder of PSPDFKit). OpenClaw functions as a proactive, self-hosted assistant, running as a long-running Node.js service on your own hardware (e.g., a Mac Mini or VPS) for about $3–$5 per month. It integrates directly with chat apps (WhatsApp, Telegram, Discord) to receive instructions and report completions. The agent utilizes over 100 AgentSkills to execute complex, real-world workflows: clearing your inbox, writing code, managing documents, and checking you in for flights. The open-source project’s velocity is undeniable, having surpassed 100,000 GitHub stars quickly and reportedly driving a surge in Mac Mini sales.
  • Stripe Connect
    Stripe Connect is the industry-standard routing and payout engine designed to embed multi-party payments directly into SaaS platforms and marketplaces.
    Stripe Connect handles the heavy lifting of multi-party money movement, allowing platforms to onboard users, accept global payments, and route payouts to sellers or service providers. Built to scale, it powers giants like Shopify and DoorDash by managing complex financial workflows: split payments, instant payouts, and automated tax reporting. It simplifies global compliance by handling local Know Your Customer (KYC) requirements across 30 plus countries, letting you focus on building your product rather than managing regulatory risk.
  • RevenueCat
    RevenueCat is the subscription infrastructure and monetization platform that helps mobile developers build, analyze, and grow in-app purchases across iOS, Android, and the web.
    Implementing in-app subscriptions is notoriously painful, requiring developers to wrestle with store APIs, handle complex edge cases like downgrades or billing retries, and build custom backends just to track basic user state. RevenueCat solves this by providing open-source SDKs and a robust backend that act as a single source of truth for subscription status (no matter the platform). With out-of-the-box support for iOS, Android, and web billing, the platform handles the heavy lifting of purchase validation and subscription lifecycles. Beyond core infrastructure, RevenueCat equips teams with growth tools like remote paywall configuration, A/B price testing, and real-time revenue analytics, allowing mobile businesses to optimize their monetization strategies without pushing app store updates.
  • Chrome DevTools Protocol (CDP)