{
  "schema_version": "newruntime-agent-readable-v0.1",
  "type": "project_index",
  "site": {
    "name": "New Runtime",
    "tagline": "An atlas of agent-shaped software.",
    "description": "New Runtime tracks the systems, signals, and shifts reshaping software as agents become first-class participants in work, products, and organizations.",
    "home_url": "https://newruntime.com/",
    "telegram_url": "https://t.me/qwgai"
  },
  "routes": {
    "self": "https://newruntime.com/projects.json",
    "html": "https://newruntime.com/projects/"
  },
  "count": 2,
  "items": [
    {
      "schema_version": "newruntime-agent-readable-v0.1",
      "type": "project",
      "slug": "coding-agent-cost-controls",
      "title": "Coding Agent Cost Controls",
      "description": "A forkable setup for reducing coding-agent cost by shaping environment output, repo maps, model routing, cache stability, and task-level budgets.",
      "status": "published",
      "project_status": "candidate",
      "one_line_outcome": "Reduce cost per completed coding task without relying on every prompt to say 'read less'.",
      "wow_moment": "The agent sees smaller logs, targeted repo context, and stable rules before the expensive model call happens.",
      "buildability_class": "B2",
      "bottleneck": "Needs repo-specific hooks and enough measurement to avoid hiding useful diagnostics.",
      "time_to_first_result": "Half day for a narrow repo",
      "estimated_cost": "Low setup cost; savings depend on workflow volume",
      "code_level": "Developer or technical operator",
      "data_touched": "Repository metadata, command output, logs",
      "write_actions": "Local config and scripts only until explicitly deployed",
      "last_verified": "2026-07-21",
      "related_shift": "compute-backed-ai-contracts",
      "related_posts": [
        "coding-agent-cost-environment-config",
        "anthropic-compute-meta"
      ],
      "topics": [
        "coding-agents",
        "cost-control"
      ],
      "source_urls": [
        "https://tech.autoscout24.com/blog/posts/3-techniques-to-reduce-token-consumption-claude-code-codex/",
        "https://github.com/rtk-ai/rtk"
      ],
      "featured": false,
      "routes": {
        "html": "https://newruntime.com/projects/coding-agent-cost-controls/",
        "markdown": "https://newruntime.com/projects/coding-agent-cost-controls.md",
        "json": "https://newruntime.com/projects/coding-agent-cost-controls.json"
      },
      "source_format": "markdown"
    },
    {
      "schema_version": "newruntime-agent-readable-v0.1",
      "type": "project",
      "slug": "verifiable-ai-coding-workflow",
      "title": "Verifiable AI Coding Workflow",
      "description": "A small agent-assisted coding workflow where the useful artifact is not generated code, but a checked path from idea to tests, diff, review, and handoff.",
      "status": "published",
      "project_status": "candidate",
      "one_line_outcome": "Turn an implementation idea into a bounded coding task with checks and reviewable evidence.",
      "wow_moment": "The agent does not just produce a patch; it leaves commands, changed files, acceptance checks, and a human-readable handoff.",
      "buildability_class": "B2",
      "bottleneck": "Requires a repo with runnable checks and a human willing to enforce task boundaries.",
      "time_to_first_result": "1-2 hours in a prepared repository",
      "estimated_cost": "Low to medium, depending on model and test loop length",
      "code_level": "Developer or technical operator",
      "data_touched": "Repository source, tests, local command output",
      "write_actions": "Local file edits only; commits and deploys remain explicit approvals",
      "last_verified": "2026-07-21",
      "related_shift": "goal-scoped-agent-loops",
      "related_posts": [
        "ai-coding-workflow-verifiable-work",
        "coding-agent-cost-environment-config"
      ],
      "topics": [
        "coding-agents",
        "developer-workflow"
      ],
      "source_urls": [
        "https://github.com/mattpocock/skills"
      ],
      "featured": true,
      "routes": {
        "html": "https://newruntime.com/projects/verifiable-ai-coding-workflow/",
        "markdown": "https://newruntime.com/projects/verifiable-ai-coding-workflow.md",
        "json": "https://newruntime.com/projects/verifiable-ai-coding-workflow.json"
      },
      "source_format": "markdown"
    }
  ]
}
