- Do More Newsletter
- Posts
- Do More Newsletter
Do More Newsletter
This issue contains featured article "Coding for the Rest of Us: A Non-Coder's Guide to Getting Started with Claude Code" and exciting product information about Orion Denali AI, Alti by Altius, SaaSO.com, Superhuman Go Partner Agents, and AI/R Lliaa.
If you want help deploying AI in your business, email us at [email protected].

Stay ahead with the most recent breakthroughs—here’s what’s new and making waves in AI-powered productivity:
Orion has launched Denali AI, an intelligence layer that sits across an advisory firm’s portfolio management, planning, CRM, reporting, and data systems so teams can ask one question and get a clear answer in the flow of work. Instead of hopping between multiple apps, advisors work from one integrated prompt screen that pulls from firm approved, permissioned data and returns traceable, policy aligned responses they can review and adjust. New built in assistants like Report Assistant and Query Studio draft client ready reports and let operations teams query complex data in plain English, helping wealth management firms save time while maintaining compliance‑grade oversight.
Altius has officially launched Alti, a next generation “life quality AI” companion designed for employers and healthcare organizations that want to boost both wellbeing and productivity at scale. Alti combines behavioral science and AI to guide people through healthier routines and benefit usage, with reported outcomes like 48% reductions in stress, anxiety, and depression and 40% reductions in chronic disease risk factors, which in turn drive 23% higher productivity and more than 3x first year ROI for organizations using the platform. For everyday users inside those organizations, Alti shows up as a friendly assistant that nudges better sleep, activity, and mental health habits while surfacing the right programs or services at the right time.
SaaSO.com is a new AI platform aimed at making high quality marketing and content creation tools accessible to both individual creators and businesses worldwide. The web based suite includes an AI content generator for personalized copy, an SEO optimizer with intelligent keyword suggestions and content structures, creative headline and social media post tools, an email copy “wizard,” global translation capabilities, and real time analytics insights, giving solo creators and small teams an all-in-one workspace for planning, writing, and optimizing their online presence. By bundling ideation, writing, optimization, and performance tracking into one interface, SaaSO helps users move from blank page to publishable, search friendly content in minutes instead of hours.
Superhuman has announced that Superhuman Go is scaling its AI agent ecosystem with new partner agents from Box, Gamma, and Wayground, expanding what its email centric AI can do for busy professionals. Go already helps users draft and reply to messages, but the new partner agents let it reach into connected tools such as cloud storage, slide tools, and knowledge bases—to fetch context, summarize documents, and orchestrate workflows from right inside the inbox. For an average knowledge worker, that means fewer context switches: you can delegate tasks like “summarize this client folder and prep talking points for tomorrow’s call” to an AI that understands both your mail and your documents.
AI/R has released Llia, an intelligent AI agent for recruitment operations that is now available through the Microsoft Marketplace, making it easier for HR and talent teams to deploy it within their existing Microsoft environments. Llia is designed to automate repetitive recruiting workflows—such as screening, scheduling, and pipeline updates while integrating with Microsoft Azure and other Microsoft products so organizations can manage it alongside their broader cloud stack. For recruiters and hiring managers, this translates into faster shortlists, fewer manual updates, and more time spent on high value candidate conversations instead of administrative tasks.

Alti, the new AI‑powered life quality companion from Altius, is built around a simple idea: wellbeing and productivity are two sides of the same coin. Instead of acting as another dashboard or wellness app that people ignore, Alti combines AI with behavioral science to become a daily companion that nudges better choices on sleep, stress, movement, and benefits usage, while continuously measuring how those choices affect both personal health and organizational outcomes. It lives inside employer and healthcare ecosystems, connecting users to existing programs, benefits, and care options at the moment they are most likely to engage.
The latest launch emphasizes a data‑driven approach to burnout and performance, promising measurable results like 96% of users reporting they feel better, a 48% reduction in stress, anxiety, and depression, and a 40% reduction in chronic disease risk factors. On the productivity side, organizations using Alti have seen 23% higher productivity, 15% higher retention, and more than 3x ROI in the first year by getting more people to the right resources before issues become crises. For managers, this means they no longer have to guess whether wellness initiatives are working; Alti’s analytics tie usage patterns and wellbeing changes directly to engagement, retention, and performance metrics.
For individual employees, the benefits show up in more human ways: targeted micro‑interventions, personalized check‑ins, and contextual suggestions that help them manage stress or navigate benefits without digging through portals. Alti’s AI engine adapts over time, learning what types of prompts, content, and timing work best for each person, which increases engagement and reduces the “notification fatigue” that plagues many wellness tools. Because it is deployed via employers and healthcare organizations, it can also align recommendations with covered services, in‑network providers, and company‑sponsored programs, reducing friction when people decide to act.
From a feature standpoint, one of the most useful aspects is how Alti connects the dots between wellbeing interventions and hard business outcomes. HR and benefits leaders can see how specific initiatives—like mental health programs or movement challenges—affect stress levels, chronic disease risk factors, and productivity, allowing them to double down on what works and sunset what doesn’t. In a world where AI productivity usually means “do more tasks faster,” Alti offers a different take: help people feel and function better first, then let the productivity gains follow.
Coding for the Rest of Us: A Non-Coder's Guide to Getting Started with Claude Code

For programmers like me, it's been a weird time. There's this highly specialized skill we have allowing us to talk to a computer in a language it understands.
But now, the language computers understand is the one we're using right now.
With tools like Anthropic's Claude Code, you no longer need to know C or Python or Swift to build software. Instead, you act as the project manager, and Claude Code acts as your tireless, lightning-fast lead developer who knows all the esoteric stuff. You tell it what you want in plain English, and it writes, tests, and fixes the code for you.
This is not a toy demo. Developers use Claude Code for real work — building websites, debugging complex systems, managing entire codebases. But what makes it interesting for you is that the barrier to entry has collapsed. If you can clearly describe what you want, Claude Code can probably build it. People who have never written a line of code are using it to create personal websites, small business tools, browser extensions, data cleanup scripts, and simple apps. The "vibe coding" movement — where you describe your vision and let the AI handle the implementation — started as a joke and is now a legitimate workflow.
Here is everything you need to know to get Claude Code running on your Mac or Windows machine today, even if you have never opened a terminal in your life.
Before You Begin: The Prerequisites
To use Claude Code, you need three things:
A Claude Pro or Max subscription. Claude Code is a premium feature. The Pro plan runs $20/month ($17/month if you pay annually) and includes Claude Code access — plenty for learning and light projects. If you get serious, the Max plan at $100/month gives you significantly more usage (usage limits still apply, but they're generous). Either way, you'll log in with the same Anthropic account you use for regular Claude chat.
A computer running macOS or Windows. Specifically, macOS 10.15 or later, or Windows 10 or later. If your computer was made in the last six or seven years, you're almost certainly fine. You'll also want at least 4GB of RAM, which virtually any modern machine has.
A "project folder." Before Claude can build anything, it needs a folder on your computer to put the files in. Create a new folder on your Desktop and name it something like MyFirstApp. This is where your project will live.
Choose Your Path: Desktop App vs. The Terminal
You have two main ways to use Claude Code: the Desktop App (highly recommended for beginners) or the Command Line (for those feeling a bit more adventurous). There are also IDE extensions and a web-based option for more advanced users, but if you're reading this article, one of the first two is where you want to start.
Both give you the same core experience — a chat interface where you type instructions in English and Claude writes the code. But the desktop app adds some genuinely useful extras on top of that, which I'll get into below.
Method 1: The Easy Way (The Claude Desktop App)
If you want to avoid the "hacker screen" entirely, Anthropic has integrated Claude Code directly into their official Desktop application. This is the same app you might already use for chatting with Claude — it just has a Code tab built in. No terminal commands, no installation scripts required.
For Mac and Windows:
Head to claude.com/download and download the Claude Desktop App for your operating system.
Install the app — drag it to your Applications folder on Mac, or run the installer on Windows.
Open the app and log in with your Anthropic account.
At the top of the app, click the Code tab.
Click Select Folder and choose that MyFirstApp folder you created earlier.
That's it. You are ready to start building.
Windows users: Before you click the Code tab for the first time, you'll want to install Git for Windows. The Code tab needs it to work properly. Just download it, run the installer with the default settings, and you're good.
The desktop app isn't just a simplified wrapper, either. It includes some genuinely nice features that make it arguably better than the terminal for beginners and visual learners alike: you get a built-in diff view that shows exactly what Claude changed in your files (with Accept and Reject buttons for each change), the ability to preview running web apps right inside the window, and support for running multiple sessions at once. You can even drag and drop files or images directly into the chat to give Claude more context about what you're working on. These are real workflow advantages, not just cosmetic differences.
Method 2: The Terminal Way (The Native CLI)
If you want to use Claude Code the way developers do — directly in your computer's terminal — you can install the Command Line Interface (CLI). In the early days, this required downloading complex developer environments like Node.js. Anthropic has since released native installers that handle all of that for you, so it's now a single command.
For Mac:
Open your Terminal. (Press Command + Space, type Terminal, and hit Enter.) Copy the following text exactly, paste it into the Terminal, and hit Enter:
curl -fsSL https://claude.ai/install.sh | bash
Wait for the installation to finish. Type claude and hit Enter. It will prompt you to log in to your account via your web browser.
For Windows:
First, make sure you have Git for Windows installed (download it and run the installer with defaults if you haven't already). Then open PowerShell (click the Start button, type PowerShell, and hit Enter). Copy the following text exactly, paste it into PowerShell, and hit Enter:
irm https://claude.ai/install.ps1 | iex
Wait for the installation to finish. Type claude and hit Enter to trigger the login process.
Note for terminal users: To start working, navigate to your project folder first. In your terminal, type cd Desktop/MyFirstApp and hit Enter, then type claude to start a session. On Windows, the path format may differ slightly — use cd Desktop\MyFirstApp instead.
Your First Project: Building a Web App
Whether you are using the Desktop App or the Terminal, the workflow is exactly the same. You have a chat interface, and you have an AI waiting for instructions.
Try typing this prompt:
"I want to build a simple, beautiful to-do list web application. Please create the necessary HTML, CSS, and JavaScript files in this folder. Make the design modern and clean."
Press Enter. You will see Claude spring into action. It will read the folder, propose creating new files, and ask for your permission before making any changes.
A helpful default: In its standard mode, Claude Code will always propose changes and wait for your approval before touching your files. You review what it wants to do and click "Accept" in the desktop app (or type y in the terminal). There are faster permission modes for experienced users who want to skip the approval step, but the default is the safe one — and it's where you should stay while you're learning.
Within a few minutes (sometimes faster, depending on the complexity), you will have a working application in your folder. Open the HTML file in any web browser — or if you're using the desktop app, use the built-in preview to see it right there.
Tips for Success as a Non-Coder
Iterate, iterate, iterate. Your first prompt rarely produces the perfect final product. That's fine — it's not supposed to. If the button is the wrong color, just tell Claude: "Change the Submit button to a darker shade of blue." It will find the right file and make the exact edit. Think of it as a conversation, not a one-shot request.
Paste your errors. If you try to open your app and something is broken, do not panic. Copy the error message or describe what went wrong, and paste it to Claude. It is remarkably good at debugging its own work.
Ask for explanations. If you want to understand how something works, just ask. You can say, "Explain what the JavaScript file you just created actually does, in simple terms." Over time, you'll start picking up concepts without even trying. You won't become a programmer overnight, but you'll develop an intuition for how software fits together.
Be specific about what you want. "Make it look better" is a prompt that will get you something, but "Make the header font larger, add more spacing between the cards, and use a soft blue color scheme" will get you exactly what you pictured.
What Can You Actually Build?
More than you'd think. Here's a sampling of what non-coders have built with AI coding tools: personal portfolio websites, budget trackers that auto-categorize expenses, scripts that rename and organize thousands of photos by date, small business appointment booking pages, browser extensions that block distracting elements on specific sites, automated email templates, data visualizations from spreadsheet files, and simple games.
None of these required the builder to understand what was happening under the hood. They described the outcome, the AI handled the implementation, and they tested the result.
A Few Honest Caveats
Claude Code is powerful, but it is not infallible. For simple to moderate projects, it's remarkably good. For large, interconnected systems, you'll start bumping into its limits — it can lose track of context across many files, or make a fix in one place that breaks something elsewhere. That said, you'll be learning as you go, which is kind of the point.
You also won't become a "real programmer" just by using Claude Code, in the same way that using Google Translate doesn't make you bilingual. But you will be able to get things done that previously required hiring a developer or spending months learning. Whether that distinction matters depends entirely on your goals.
And the cost is real. At $20/month for Pro, it's an investment. But if you're someone who regularly wishes they could automate a task, build a small tool, or prototype an idea, it pays for itself fast.
The Bottom Line
Coding is no longer about memorizing syntax. It is about clearly communicating your ideas. The people who will get the most out of tools like Claude Code aren't necessarily the ones with computer science degrees — they're the ones who can describe what they want with precision and iterate patiently when the first result isn't perfect.
With Claude Code set up on your machine, the only real limit to what you can build is the clarity of your imagination. So go create that project folder, open the Code tab, and start telling your AI developer what to make. You might be surprised at what comes back.

Partner Spotlight: Duet Display
If you want an immediate, practical productivity upgrade, Duet Display turns your iPad, Mac, Windows PC, or Android devices into an extra monitor or drawing tablet with near‑instant setup. By extending or mirroring your desktop, Duet gives AI‑powered workflows more room to breathe—run your favorite AI assistant or research tools on one screen while you write, edit, design, or code on the other. For creators, Duet’s low‑latency touch and pen input make it a strong companion for sketching, storyboarding, and annotating AI‑generated content without investing in a separate pen display. Learn more or download the app at Duet Display.
Dictate prompts and tag files automatically
Stop typing reproductions and start vibing code. Wispr Flow captures your spoken debugging flow and turns it into structured bug reports, acceptance tests, and PR descriptions. Say a file name or variable out loud and Flow preserves it exactly, tags the correct file, and keeps inline code readable. Use voice to create Cursor and Warp prompts, call out a variable like user_id, and get copy you can paste straight into an issue or PR. The result is faster triage and fewer context gaps between engineers and QA. Learn how developers use voice-first workflows in our Vibe Coding article at wisprflow.ai. Try Wispr Flow for engineers.
Stay productive, stay curious—see you next week with more AI breakthroughs!

