← Back

Tagged: TypeScript

5 articles tagged with “TypeScript”


Case Studies

Building an Evidence-First Knowledge Assistant

How a basic internal search interface evolved into a conversational assistant with source authority, evidence-level citations, durable history, and bounded live retrieval.

TypeScriptReactNode.jsLLM APIsFull-Text Search

Generating UI Prototypes from a Living Design System

A UI-first workflow that snapshots the real application, converts screens into compact semantic templates, and lets an LLM make bounded changes instead of inventing the product from scratch.

PythonPlaywrightReactTypeScriptHTMLGitHub Actions

Evolving a Ticket Assistant from Plans to Tool Chaining

How a conversational work assistant moved from explicit multi-step plans to a bounded tool loop, while adding deterministic shortcuts, design decisions, independent criticism, and UI-first prototyping.

PythonFastAPIReactTypeScriptPydanticLLM CLIs

Agentic SDLC Platform: From Ticket to PR

A multi-agent platform that takes a ticket from intent to merged PR — story authoring, planning, code execution, and quality review, with a human in the loop only at the moments that matter.

PythonFastAPIReactTypeScriptPydanticLLM CLIsGitHub API

A Conversational Ticket Assistant That Plans Before It Acts

A chat interface that doesn't just call tools — it decomposes complex goals into approvable plans, references prior step outputs, recovers from failures, and verifies the goal after completion.

PythonFastAPIReactTypeScriptLLM CLIsPydantic