Building an AI Layoffs Tracker with Claude Cowork: Practical Implementation Details

A developer built a live, interactive layoff tracker that scrapes and displays every company citing AI as a reason for job cuts in 2026. The tracker is fully searchable, filterable by industry and year, and includes a hiring board with active AI roles.
How Claude Cowork was used in development
The developer used Claude Cowork (the collaborative workspace) for several specific development tasks:
- Generate initial table structure: Pasted a CSV of layoff data and prompted: "Create an HTML/CSS table with sortable columns, responsive design, and industry/year filters. Use Tailwind CSS." Claude output the entire filter UI and table in one go.
- Debug filter logic: Shared a JavaScript snippet where the "All Years" filter wasn't resetting correctly. Claude identified the issue: "Your renderTable() function isn't resetting the filtered array when year is 'all'. Add a conditional." The fix took 2 minutes.
- Write comparison modal: Requested a pop-up modal to compare 3 laptops side-by-side. Claude wrote the entire modal HTML, CSS positioning, and JS event handlers from a single prompt.
- Optimize mobile touch targets: Asked: "Make the filter drawer accessible on mobile with 48px tap targets and a backdrop." Claude rewrote the CSS and added ARIA attributes.
- Generate mock data: Provided Claude with a list of 5 companies, and it expanded it to 12 with realistic job titles, salaries, and remote/hybrid tags for the hiring board.
The developer noted they couldn't have built this without the 200k context window, which allowed for handling larger code snippets and more complex prompts in a single interaction.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Sonnet 4.6 Grades Bug Reports from Four Qwen3.5 Local Models
A developer tested four Qwen3.5 variants by having them generate bug reports for an iOS game issue, then had Claude Sonnet 4.6 grade the reports. The models correctly identified a Swift bug where equipment border colors don't reset, but test code had compilation issues.

Financial Modeler Builds Local Speech-to-Tool Desktop App with Claude Code
A developer with a financial modeling background used Claude Code to create Sotto, a local Windows speech-to-text application that runs Whisper on GPU. The app features system-wide hotkeys, automatic stop detection, and a Qt UI, with about 2,200 lines of Python across 17 files.

Corporate Developer's Claude Workflow for Backend Development
A backend developer at a large US finance company shares their Claude workflow: providing detailed task descriptions with specs and internal documents, using Claude to create a working markdown document, then employing a codeReviewing agent with organizational style guidelines.

Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow
A developer with no CS background built a full mobile app called BloomDay using Claude and ChatGPT while unemployed, employing a React Native, Supabase, RevenueCat, and Cloudflare stack.