Skip to main content
Weekly Catchup

Community Catchup #4

Agent harnesses, model cost discipline, Figma-to-web prototyping, data engineering agents, and practical tactics for keeping AI workflows reliable and affordable.

68 minutes
#community #show-and-tell #agent-harnesses #skills #mcp #token-management
The fourth weekly community catchup ran for a practical session on building agents that actually survive contact with real work — budgets, review loops, domain tools, and all.

Highlights

The strongest theme was using AI deliberately. As unlimited-feeling usage starts to tighten, the group compared ways to keep velocity high without burning through expensive tokens: use Opus when it matters, let Sonnet handle more routine execution, cache aggressively, convert bulky inputs to markdown, and avoid asking agents to manually shuttle data when a deterministic script would do.

Constantino’s Design-to-Web Workflow

Constantino demoed a tool that turns design inputs into live web components — exactly the kind of bridge teams have been asking for between static design systems and working prototypes. For people trying to get non-technical teams closer to real product interfaces, the appeal was obvious: fewer handoffs, faster iteration, and a path from visual intent to something usable in the browser.

The group encouraged him to consider open sourcing it if he did not want to commercialize it directly. In a world where implementation effort is shrinking fast, sharing the tool could let others contribute the missing pieces while he focuses on the parts he knows best.

Jared’s Agent Harness for Data Engineering

Jared brought a deep dive into a custom agent harness built for data engineering teams. It began before skills and MCPs were mature, so he had to build many of the pieces by hand: tool orchestration, plan tracking, sub-agent review, dynamic tool selection, session files, and visual output renderers.

The most useful pattern was the reviewer sub-agent. The main agent does the work, then a separate reviewer checks files and acceptance criteria before the step is considered complete. It is a simple idea, but it consistently catches the last few percent of issues that otherwise slip through.

The Shape of Better Agent Interfaces

A recurring point from Jared’s demo: agents should not only return text. When an agent produces SQL, an entity relationship diagram, a pipeline, or a structured plan, the interface should know how to render that object properly. Cowork’s canvas hints at where things are going, but the group agreed there is a much bigger opportunity for domain-specific visual interfaces wrapped around agents.

Token Discipline Becomes a Product Skill

The cost conversation was grounded and useful. William shared an example of Claude moving data from Clockify to Notion by literally typing values through MCP calls — including IDs and potentially bulky encoded content. The group pushed back toward a cleaner pattern: have the agent write the API bridge, then run the transfer deterministically.

That pattern kept coming up: agents are excellent at planning, translating intent, and creating glue code. But once the path is known, ordinary code is still cheaper, faster, and easier to test.

What’s Coming

Adam confirmed the weekly catchups will continue, with in-person meetups likely every couple of months. There is also interest in regular online Claude-focused sessions so the wider New Zealand community can participate without being tied to one city.

Topics Discussed

Model Usage & Token Budgets

With usage limits tightening, the group discussed using the right model for the job — Opus for planning and review, Sonnet or smaller models for execution, and prompt caching, markdown conversion, and scheduled work to reduce waste.

Deterministic Workflows vs Agent Workflows

Several examples came back to the same lesson: if a step can be handled deterministically, write the script or API call and let the agent orchestrate rather than burn tokens typing data between tools.

Sub-Agents & Review Loops

Jared and others shared how reviewer agents, step acceptance criteria, and adversarial checks can close the final few percent of quality issues that a single agent often misses.

Skills, MCPs & Agent Harnesses

Discussion covered how quickly the primitives are evolving — skills replacing large tool lists, MCPs connecting systems, and teams increasingly building their own lightweight harnesses around their domain knowledge.

Community Cadence

Weekly catchups will continue, with in-person meetups likely every couple of months and interest in broader online Claude events so people outside Auckland can take part.

Show & Tell

Constantino

Figma-to-Live Web Components

Demoed a web app that turns Figma-style designs and design systems into live web components for rapid prototyping. The group discussed open sourcing it or collaborating with companies that need this workflow.

Jared

Data Engineering Agent Harness

Shared a custom front-end IDE and agent harness originally built for data engineering work inside Snowflake. It supports plans, skills, sub-agent review, knowledge retrieval, visualized SQL/ERD/pipeline outputs, and acceptance-criteria checks.