← Reddit

HORARIOS A TRAVES DE CLAUDE

Reddit · Great_Weight4757 · June 4, 2026
A user requested advice on building an ERP/HR platform to automate employee schedule management, replacing their current manual process of creating schedules in Excel and distributing via WhatsApp for six workers. The desired system would automatically generate schedules based on configurable parameters such as availability, vacation, mandatory breaks, and minimum coverage requirements, while providing interfaces for both employees to view shifts and managers to oversee operations. The user sought technology recommendations including Claude AI, Cursor, Next.js, Supabase, and Vercel, along with guidance on database architecture and scheduling logic for an MVP approach.

Detailed Analysis

A small business operator managing approximately six employees has turned to the r/ClaudeAI community seeking guidance on using Claude and AI-assisted development tools to build a custom workforce scheduling platform. Currently relying on manual Excel and PDF schedules distributed via WhatsApp, the user describes a workflow that has become increasingly inefficient and time-consuming. The proposed solution envisions a full-featured web application where employees can view individual schedules, request time off, and receive automatic updates, while management retains a visual panel for shift oversight and automated schedule generation based on configurable parameters such as weekly hours, mandatory rest periods, minimum coverage requirements, and weekend rotation rules.

The technical stack under consideration — Claude AI for development assistance, Cursor as an AI-powered code editor, Next.js for the frontend framework, Supabase as a backend-as-a-service database layer, and Vercel for deployment — reflects a modern, low-overhead approach increasingly favored by non-senior developers attempting to build production-grade applications. The user explicitly acknowledges a lack of advanced development experience and frames AI tooling as a force multiplier rather than a replacement for expertise. This is a telling use case: Claude is being evaluated not merely as a conversational assistant but as a practical coding collaborator capable of guiding architecture decisions, generating functional code, and navigating complex business logic such as constraint-based scheduling algorithms.

The scheduling automation component the user describes is notably sophisticated. Generating work schedules that simultaneously satisfy labor regulations, employee preferences, coverage minimums, and rotation fairness is a combinatorial optimization problem that has historically required dedicated software or significant engineering investment. The expectation that a non-developer could direct Claude through prompts to implement this logic — or at least scaffold a viable MVP — speaks to how dramatically AI coding assistants have shifted perceived accessibility thresholds for software development. Whether Claude can deliver on that expectation depends heavily on how well the user can decompose requirements into structured, iterative prompts, and how effectively they can evaluate and debug generated output.

This post is representative of a broader pattern emerging around Claude and similar large language models: small and medium-sized business owners are increasingly attempting to bypass the traditional software procurement or custom development pipeline by building their own tools with AI assistance. Rather than purchasing an off-the-shelf HR scheduling product — many of which exist and would likely satisfy the stated requirements — this user is treating AI-assisted development as a viable DIY alternative. This trend carries implications for both the software industry and for AI companies like Anthropic, as it demonstrates real-world demand for Claude as a development partner rather than simply an information retrieval tool. The success or failure of projects like this one will substantially shape community perceptions of Claude's practical utility in non-trivial software engineering contexts.

Read original article →