Let's vibe-code some Linear issues | Belgrade .

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.

November 27, 2025 · Belgrade

Linear: Agents and Code Quality

Learn a practical workflow for solving Linear issues using AI agents, focusing on maintaining code quality while accelerating development.

Overview
Tech stack
  • Claude Code
    Anthropic's agentic coding tool: Unleash Claude's raw power directly in your terminal or IDE to turn complex, hours-long workflows into a single command.
    Claude Code is Anthropic’s powerful agentic coding assistant, designed for high-velocity development. It operates natively within your terminal, IDE (VS Code, JetBrains), or via a web interface, allowing you to delegate complex tasks like feature building, bug fixing, and codebase navigation. The agent plans, edits files, executes commands, and creates commits, maintaining awareness of your entire project structure. Internally, Anthropic engineers using Claude Code reported a 67% increase in productivity, demonstrating its capacity to deliver significant gains for Pro and Max plan users.
  • TypeScript
    TypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.
    TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
  • React
    React is an open-source JavaScript library for building dynamic user interfaces (UIs).
    React is a component-based JavaScript library, developed by Meta (Facebook), engineered for building fast, declarative UIs. It mandates a one-way data flow and utilizes a Virtual DOM mechanism to ensure efficient, predictable updates to the user interface. Developers construct complex UIs by composing small, encapsulated components; this architecture promotes code reusability and simplifies state management across large applications. The library employs JSX (a syntax extension) to integrate HTML-like markup directly within JavaScript logic, supporting development for both web (React DOM) and native mobile platforms (React Native).
  • Linear
    Linear is the blazing-fast issue tracking platform purpose-built for modern software teams: manage bugs, sprints, and roadmaps with speed and clarity.
    Linear is the high-performance issue tracking and project management platform designed for modern software development teams. We eliminate the complexity of legacy systems (like Jira) with a clean, keyboard-first interface that prioritizes speed and developer velocity . Teams use our core building blocks—Issues, Projects, and Cycles—to centralize bug tracking, plan time-boxed sprints, and coordinate product roadmaps . Integrations with tools like GitHub, Figma, and Slack streamline your workflow, ensuring engineers and product managers ship faster and stay aligned .
  • Conductor
    This is Netflix Conductor: an Apache 2
    This is Netflix Conductor: an Apache 2.0 licensed, cloud-agnostic workflow orchestration platform. It was engineered at Netflix to solve the complexity of coordinating hundreds of microservices for processes like content ingestion and encoding. Developers define resilient, asynchronous workflows using a simple JSON-based DSL, decoupling the business logic from the state management. The engine handles the heavy lifting: task scheduling, automatic retries, error handling, and persistent state. Conductor is proven to scale, supporting millions of concurrent process flows, and provides critical observability via a built-in UI for real-time monitoring and debugging.

Related projects