{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "basics": {
    "name": "unturf",
    "label": "Machine Learning Infrastructure & Services",
    "email": "russell@unturf.com",
    "url": "https://www.unturf.com/software/",
    "summary": "Open-source machine learning infrastructure provider. unturf operates uncloseai (free ML endpoints), unsandbox (code execution), Make Post Sell (e-commerce), Remarkbox (comments), & more. We accelerate businesses, agents, & humans through horizontal & vertical integration. Public domain. Free as in beer & free as in freedom.",
    "location": {
      "region": "Connecticut",
      "countryCode": "US"
    },
    "profiles": [
      {
        "network": "GitLab",
        "username": "unturf",
        "url": "https://git.unturf.com/explore"
      },
      {
        "network": "Website",
        "username": "unturf",
        "url": "https://www.unturf.com/software/"
      }
    ]
  },
  "work": [
    {
      "name": "uncloseai.com",
      "position": "Free ML Inference Endpoints",
      "url": "https://uncloseai.com",
      "summary": "Drop-in OpenAI API replacement requiring no API key. Free AI services powered by multiple models.",
      "highlights": [
        "Hermes (hermes.ai.unturf.com/v1) - General conversational language model, 18+ human languages",
        "Qwen 3 Coder 30B (qwen.ai.unturf.com/v1) - Specialized coding model",
        "Text-to-Speech (speech.ai.unturf.com/v1) - Voice synthesis",
        "OpenAI-compatible API interface - change base_url to switch",
        "Client implementations in 42 programming languages",
        "Streaming support for real-time responses",
        "uncloseai.js - Single-line JS library for static sites",
        "No backend required - runs client-side in browsers"
      ]
    },
    {
      "name": "unsandbox.com",
      "position": "Remote Code Execution API",
      "url": "https://unsandbox.com",
      "summary": "Anonymous remote code compilation & execution in isolated GNU/Linux Ubuntu containers. Built for humans & ML agents.",
      "highlights": [
        "50+ programming languages supported",
        "AI-powered code generation with Qwen3-Coder",
        "Iterative code refinement & auto-fix debugging",
        "Artifact generation: binaries, images, videos, PDFs, JSON, CSV",
        "Canvas 2D, WebGL, SDL2 emulation for graphics",
        "Multi-file input support (10 files, 5MB each)",
        "3,000+ fonts via fontconfig",
        "Async execution with job polling API",
        "Rate-limited free tier, paid tiers for agents"
      ]
    },
    {
      "name": "discord.agents.ai.unturf.com",
      "position": "Discord Bot & Agent Infrastructure",
      "url": "https://git.unturf.com/engineering/unturf/discord.agents.ai.unturf.com",
      "summary": "Discord bot framework enabling multi-language code execution & AI agent capabilities within Discord servers.",
      "highlights": [
        "Embeddable into customer Discord servers",
        "Code execution via unsandbox.com integration",
        "AI chat capabilities via uncloseai endpoints",
        "Extensible plugin architecture"
      ]
    },
    {
      "name": "Make Post Sell",
      "position": "Commission-Free E-Commerce Platform",
      "url": "https://makepostsell.com",
      "summary": "Multi-tenant e-commerce for digital & physical products. No commissions, no censorship, no de-platforming.",
      "highlights": [
        "Digital downloads & physical product sales",
        "Cryptocurrency payments: Monero, Dogecoin, Litecoin, Bitcoin",
        "Hot wallet with auto-quotes based on cart totals",
        "Stripe integration for traditional payments",
        "Multi-shop management with owner/editor invites",
        "Digital bundle creation",
        "Coupon/discount system",
        "Built-in refund system for crypto",
        "Python Pyramid framework, open source on PyPI"
      ]
    },
    {
      "name": "Remarkbox",
      "position": "Embeddable Comment System",
      "url": "https://remarkbox.com",
      "summary": "Hosted commenting service that embeds in pages. No ads, no tracking, works without JavaScript.",
      "highlights": [
        "Markdown with real-time preview",
        "Syntax-highlighted code blocks",
        "Deeply nested reply threading",
        "Progressive enhancement - works without JS",
        "SEO benefits from user-generated content",
        "Standalone forum capability",
        "Pay-what-you-can pricing model",
        "Single moderator across multiple domains"
      ]
    },
    {
      "name": "spider.unturf.com",
      "position": "Web Crawler Service",
      "url": "https://git.unturf.com/engineering/unturf/spider.unturf.com",
      "summary": "Web crawling infrastructure for content extraction & indexing.",
      "highlights": [
        "Embeddable crawler for customer sites",
        "Content extraction & transformation",
        "Integration with ML pipelines"
      ]
    }
  ],
  "skills": [
    {
      "name": "Horizontal Integrations",
      "level": "Production",
      "keywords": [
        "OpenAI API compatibility across all services",
        "42+ programming language support",
        "Browser & server-side implementations",
        "Embeddable JS widgets (uncloseai.js, Remarkbox)",
        "Discord bot embeddable into any server",
        "Crawler embeddable into customer sites",
        "Crypto payment rails (XMR, DOGE, LTC, BTC)",
        "Traditional payment rails (Stripe)"
      ]
    },
    {
      "name": "Vertical Integrations",
      "level": "Production",
      "keywords": [
        "ML Inference → Code Generation → Code Execution → Artifact Delivery",
        "Content Creation → E-Commerce → Payment Processing → Digital Delivery",
        "Web Crawling → Content Extraction → ML Processing → Response Generation",
        "User Input → AI Processing → TTS Output → Audio Delivery",
        "Discord Message → AI Agent → Code Execution → Response",
        "Static Site → Embedded Comments → User Engagement → SEO Value"
      ]
    },
    {
      "name": "ML Infrastructure",
      "level": "Expert",
      "keywords": [
        "Hermes 3 (conversational)",
        "Qwen 3 Coder 30B (coding)",
        "Text-to-Speech synthesis",
        "Streaming inference",
        "OpenAI-compatible APIs",
        "No-key authentication model",
        "Client-side inference integration"
      ]
    },
    {
      "name": "Code Execution",
      "level": "Expert",
      "keywords": [
        "Containerized isolation (GNU/Linux Ubuntu)",
        "50+ languages",
        "Artifact generation",
        "Async job processing",
        "AI-powered code generation",
        "Auto-fix debugging"
      ]
    },
    {
      "name": "E-Commerce & Payments",
      "level": "Expert",
      "keywords": [
        "Multi-tenant architecture",
        "Cryptocurrency hot wallets",
        "Auto-quoting",
        "Digital & physical fulfillment",
        "Commission-free model"
      ]
    },
    {
      "name": "Embeddable Services",
      "level": "Expert",
      "keywords": [
        "Comment systems",
        "AI chat widgets",
        "Discord bots",
        "Web crawlers"
      ]
    }
  ],
  "projects": [
    {
      "name": "uncloseai. Machine Learning Reference Guide",
      "description": "Comprehensive guide to inference client implementations & streaming techniques across 42 programming languages.",
      "url": "https://uncloseai.com",
      "keywords": ["ML", "inference", "streaming", "42 languages"]
    }
  ],
  "meta": {
    "canonical": "https://russell.ballestrini.net/uploads/unturf.resume.json",
    "version": "v1.0.0",
    "lastModified": "2025-12-06"
  }
}
