← Reddit

I'm Autistic and non-verbal some days, so I built my partner a way to check in on me without needing words.

Reddit · MysticGoddess27 · July 2, 2026
An autistic person built a web app to help communicate with their partner during non-verbal episodes by posting brief status updates that Claude API interprets into emoji, emotional descriptions, and activity summaries. The app requires minimal typing and shows the creator the interpretations before publishing, maintaining full control over what the partner sees. The partner can view these status updates and respond with emoji reactions, with accessibility features available to both users.

Detailed Analysis

A self-described non-coder on the autism spectrum has built a personal communication tool using Claude's API, addressing a gap that existing accessibility technology has largely failed to fill: real-time, low-effort status sharing during nonverbal periods. The developer, who experiences selective mutism as part of their autism, created a web app that lets them communicate their emotional and physical state to their partner without requiring spoken or extensively typed words. When typing feels inaccessible, a short phrase of as few as four words gets sent to Claude via the Anthropic API, which translates it into a structured status update: an emoji, an emotion label, an activity descriptor, and a note. Critically, the system always surfaces its interpretation back to the user before publishing, preserving their agency over how they're represented rather than letting the AI make unilateral claims about their internal state.

This project is a compelling example of "vibe coding" — the increasingly common practice of using AI coding assistants to build functional software without traditional programming expertise — being applied to a deeply personal, high-stakes use case rather than a generic side project or business tool. The builder explicitly frames their lack of coding skill as a barrier that AI tools have removed, enabling them to prototype, iterate, and deploy a working application (hosted on Vercel, backed by a private GitHub repo) essentially for free, with API costs kept minimal by design since only small snippets of text are sent to Claude per update. The staged rollout plan — web app first, then a dedicated hardware device, then potentially a crowdfunded consumer product — reflects a pragmatic, user-tested approach uncommon in typical "I built this thing" tech posts: the creator explicitly states they're validating the tool with their partner for a week before investing further, prioritizing whether it solves a real communication problem over shipping speed or feature count.

The significance here extends beyond one couple's workaround. It illustrates a broader trend of AI language models being repurposed as accommodation infrastructure for neurodivergent and disabled communities — not as novelty chatbots, but as translation layers between internal states that are hard to articulate and external parties who need legible information to provide support. The partner's accessibility needs (she is legally blind, requiring high-contrast, large-text interfaces) are also built into the product from the outset, making this a rare example of an assistive tool designed around two different disabilities simultaneously rather than a single "average" user. This bidirectional accessibility design, done by someone with lived experience of the exact problem being solved, stands in contrast to much assistive technology historically built by non-disabled engineers guessing at user needs.

More broadly, this project reflects how generative AI is lowering the barrier to entry for building bespoke, small-scale software solutions to problems too niche or personal for commercial products to address. Anthropic and other AI labs have increasingly highlighted such grassroots, individual use cases — mental health check-ins, communication aids, personal accessibility tools — as evidence that large language models have utility well beyond coding assistance or content generation for professional developers. The transparency mechanism built into the app, where the AI's interpretation is always shown and editable before being shared with another person, also models a thoughtful design pattern for human-AI collaboration in sensitive contexts: using the model to reduce friction and cognitive load without ceding control over self-representation, a principle likely to become more relevant as AI-mediated communication tools proliferate in caregiving, disability support, and relationship contexts.

Read original article →