Tool deep-dive

Building a Custom Health App in an Afternoon

Devin, the autonomous AI engineer, promises to build applications from a single prompt. I tested it on a real wellness workflow.

By Sabin · Wellness & AI7 min read

The gap between the data we have and the insights we need is often a technical one. We have sleep scores, biometrics, and lab results in a dozen different apps and formats, but stitching them together into a coherent personal dashboard requires custom code most of us don't have the time or expertise to write. The default is manual entry in a spreadsheet—a tedious, error-prone process.

What It Actually Does

Devin, by the company Cognition, is an autonomous AI agent designed to operate as a software engineer. You give it a high-level task in natural language—like 'build a website that does X'—and it generates a plan, writes the code, debugs errors, and deploys the final product. It is, in essence, a tool for creating other tools.

  • It can build simple, functional web applications from a single, detailed prompt.
  • It can write scripts to parse, clean, and visualize data from files like a CSV export of lab results.
  • It can scaffold the connections (APIs) between different services to combine data streams.
  • It can create specific, one-off tools for data entry, moving beyond generic forms.

How I Use It for Personal Wellness

I wanted to move a specific workflow out of my notebook and into a structured app: tracking my daily supplement protocol against subjective energy and focus. This is a classic 'Ledger' task within the Wellness & AI 3-Layer Method, and it's notoriously hard to find an off-the-shelf app that does it exactly the way I want.

I gave Devin a single, detailed prompt describing a simple web tool. I asked for a date selector, a checklist of my current supplement stack, numeric sliders for 'Morning Energy' and 'Afternoon Focus' (rated 1-10), and a small text field for notes. I also specified that the data should be saved and displayed on a chart, plotting the energy and focus scores over time. Within about 20 minutes, Devin had planned the project, selected a technology stack, written the front-end and back-end code, and provided me a URL to a working, private instance of the app.

How Practitioners Can Use It

For coaches and practitioners, Devin can act as a rapid prototyper for client-facing tools. Imagine needing a bespoke intake form that's more dynamic than a simple document. A practitioner could task Devin with building a multi-step form that captures health history, symptoms, and lifestyle factors, then formats the output into a clean, structured summary—like a Markdown file or a JSON object—for easy import into their client management system.

This allows for the creation of highly specific tools without the cost and time of hiring a freelance developer. Have a new protocol you want clients to track? Instead of another spreadsheet, you could have Devin generate a simple, dedicated tracking app for that specific purpose overnight. The practitioner's job becomes that of an architect, designing the tool and then reviewing Devin's finished work.

Where It Falls Short

First, Devin is an expert-level tool. While it operates on natural language, the quality of the output depends entirely on the specificity of your input. You need to be able to think like a product manager, clearly defining the features, data structures, and user flow you want. Ambiguity leads to unpredictable results.

Second, and most importantly, is the question of privacy and data security. When you use Devin, your prompts and the data it processes are being sent to a third-party service. I would not use it to build applications that handle protected health information (PHI) or any deeply sensitive client data without a formal Business Associate Agreement (BAA) and a thorough security review. For now, its safest use is for personal projects, prototyping with non-sensitive data, or building tools that will be self-hosted and secured later.

The Point

A tool like Devin doesn't just offer a new way to get things done; it offers a new way of thinking about what's possible. It collapses the distance between an idea for a wellness tool and a working version of it. The agency here is profound. It's not about relying on a new health app, but about gaining the leverage to build your own, creating a truly personalized AI health stack that is shaped by your specific needs and workflows.

Three things to read next.

See all →