Improving Design Quality with AI and Skill Files | Doha .

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 15, 2026 · Doha

TimeMirror: AI Design Coaching

See how an AI design coaching workflow uses skill files to provide consistent, actionable feedback, improving design quality and reducing subjective evaluation.

Overview
Links
Tech stack
  • Claude Sonnet 4
    Anthropic's mid-tier model: balances state-of-the-art coding (72.7% on SWE-bench) with cost-efficiency for high-volume, agentic workflows.
    Claude Sonnet 4, released May 22, 2025, is Anthropic's versatile, mid-tier model (successor to Sonnet 3.7). It delivers superior coding performance, achieving a state-of-the-art 72.7% on SWE-bench. The model features hybrid reasoning: it offers both near-instant responses and an 'extended thinking' mode for deeper analysis. Optimized for high-volume applications, Sonnet 4 provides an optimal balance of capability and practicality, with pricing set at $3/$15 per million tokens (input/output). Access is readily available via the Anthropic API, Amazon Bedrock, and Google Cloud's Vertex AI.
  • Convex
    Full-stack TypeScript platform: your reactive database and backend, always in sync.
    Convex is the full-stack development platform that eliminates backend complexity. It replaces traditional stacks (database, servers, WebSockets) with three core building blocks: Mutations (atomic writes), Queries (live, reactive subscriptions), and Actions (serverless functions for third-party APIs like OpenAI). You define your entire backend, from database schemas to authentication, in pure TypeScript. This 'everything-is-code' approach ensures end-to-end type safety and guarantees real-time synchronization: when data changes in the backend, your frontend updates automatically, simplifying state management significantly.
  • Custom UI Kit
    Build secure, natively styled Atlassian apps quickly using React components that match Jira and Confluence design standards out of the box.
    Atlassian Forge UI Kit streamlines enterprise app development by providing a React-based framework of pre-built, accessible components. Developers can bypass complex styling and security configurations (the platform handles hosting and data isolation natively) to deploy functional user interfaces directly inside Jira and Confluence. While the alternative Custom UI option requires managing static assets in an iframe, UI Kit lets you render native-looking buttons, forms, and tables using simple React primitives, ensuring your app automatically aligns with the Atlassian Design System.
  • AI-powered SaaS
    Cloud-hosted enterprise software that embeds predictive machine learning and generative models directly into daily business workflows.
    AI-powered SaaS bypasses the friction of in-house model development by delivering production-ready machine learning directly through subscription-based cloud applications. Instead of managing complex ML pipelines or provisioning expensive GPU clusters, enterprises plug into verticalized platforms (like SymphonyAI or Glean) to automate high-volume operations. These systems ingest unstructured data, run real-time predictive analytics, and deploy native AI assistants to handle tasks like automated financial reporting or predictive maintenance. By turning raw data into structured, actionable insights right inside the browser, the technology helps teams cut manual task times by up to 50% without adding infrastructure overhead.
  • Skill-file architecture
    An open-standard file architecture that packages prompts, scripts, and documentation into portable, token-efficient directories for AI agents.
    Skill-file architecture solves the problem of bloated system prompts by organizing agent capabilities into modular, self-contained directories. Built around the SKILL.md specification, this architecture uses YAML frontmatter and Markdown to expose metadata first, loading detailed instructions, reference files, and executable scripts only when an agent needs them (a pattern called progressive disclosure). This approach keeps context windows lean, prevents prompt drift, and ensures complete portability. A single skill directory can run identically across platforms like Claude Code, VS Code, Cursor, and custom agent frameworks.