Solaris Treats AI Adoption Like a Literacy Program, With a Competence Gate

||Download

Show notes

Today's episode explores a wave of tools wrestling with the same question: who controls the work and who just gets the result? Mia and Milo start with Solaris, a platform that treats AI adoption as a company-wide literacy program rather than another chatbot. They then look at two macOS-native launches — Macuse and scritty — that give coding agents real local context and persistent memory. The conversation moves to agents that can act on data, from Basedash Actions triggering database workflows t

Timeline

  • 00:00:00 Opening
  • 00:00:38 Solaris: Building AI Fluency Across Organizations
  • 00:02:18 Giving AI Agents Local Control: Macuse and scritty
  • 00:04:00 AI Agents That Act: Basedash Actions and PieterPost MCP
  • 00:06:05 Banger Mail: Shared Inboxes Where Humans and AI Collaborate
  • 00:07:18 Needle: A Proactive AI GTM Engineer for Revenue Teams
  • 00:08:18 Creator Tools: Fypro Monetises TikTok and PixFit Automates Ad Formats
  • 00:09:03 Context.dev: The Web Context API for AI Products and Agents
  • 00:09:46 Retrace: Debug AI Agent Executions with Full Traceability
  • 00:10:48 Flowly Goes Open Source: A Personal AI Agent with Private Memory
  • 00:11:31 Macro: The All-in-One Workspace with Team Memory
  • 00:12:08 Sidedoor: Find Referrals to Any Job Through Your Network
  • 00:12:45 ZCode: Agentic Development Environment for GLM-5.2
  • 00:13:37 CometChat Unreal SDK: In-Game Chat for Multiplayer Games

Related links

This episode is produced by Bri. Bri uses advanced AI technology to turn the feeds you care about into podcasts made for listening. Contact us at hi@bri.so.

Transcript

Mia: I'm Mia.

Milo: And I'm Milo. This is ProductHunt Daily, from the Bri podcast family. Today: Solaris wants to turn AI adoption into a company-wide literacy program—not another chatbot, but a platform that maps who actually understands the models. Macuse and scritty are both macOS-native launches that give coding agents real local context, from opposite sides of the same problem. And Basedash Actions now lets an agent act on what it finds in your database, while PieterPost MCP puts that same agent power into physical postal mail.

Mia: Every team we talk to says the same thing: half the company has ChatGPT open, but almost nobody can tell you what a transformer actually does.

Milo: And that gap is what Solaris on Product Hunt today is built to close.

Mia: It's an internal AI fluency platform. Not another chatbot wrapper—a place where employees move from prompt tinkering to understanding retrieval, fine-tuning, and how a model gets things wrong.

Milo: The core idea is to treat AI adoption like a literacy program. Solaris maps three stages: basic prompting, safe enterprise application, and then deeper technical fluency—things like data pipelines and evaluation.

Mia: And it ties fluency to your own stack. Instead of generic courses, the platform connects lessons to the models and APIs the organization already uses.

Milo: Which means when someone learns retrieval-augmented generation, they are doing it against the company's actual knowledge base—not an abstract demo.

Mia: The consequence is that risk moves in parallel with skill. If a team does not understand temperature and top‑p, Solaris flags that before they touch a customer‑facing workflow.

Milo: So the product is really an adoption control plane. You get visibility into who knows what, and you can unlock capabilities only when the fluency bar is met.

Mia: That turns AI deployment from a permission-by-role question into a permission-by-competence question—which legal and compliance teams tend to like a lot more.

Mia: Okay, that was big orgs building AI fluency top-down. Here's the other direction: giving individual agents local control on your own machine.

Milo: And this week we actually saw two macOS-native launches that try to do exactly that, from opposite sides of the same problem.

Mia: Right. One is Macuse, one is scritty. They're not competitors—more like two halves of a single missing layer.

Milo: What's the layer?

Mia: Letting a coding agent not just read a codebase, but know your whole local context. Files, terminals, other apps—and remember it across sessions.

Milo: So what's Macuse bringing first?

Mia: It's a native macOS app that acts as a local hub for MCP-compatible agents like Claude Code, Codex, or Cursor. The key claim is that it exposes local system actions—finder, terminal, browser tabs—as tools the model can call, with fine-grained permission control.

Milo: So it's solving the "agent can't touch my machine" gap without handing over root access.

Mia: Exactly. And then scritty comes at the same problem from the terminal side.

Milo: It's a terminal emulator that captures every CLI agent's conversation and output, indexes it, and makes it searchable across sessions.

Mia: That's the piece Macuse doesn't cover. The agent might be powerful in the moment—but if it forgets everything next time you open a terminal, you're constantly re-teaching it.

Milo: And the practical consequence? You run a debugging session on Tuesday, and by Thursday the agent can recall the exact error and the fix you tried, without you repeating yourself.

Mia: So we just talked about agents controlling a local Mac. Now here's the flip side: agents that go from watching your data to actually doing something about it.

Milo: Right—and the first case is Basedash Actions. It started as a business-intelligence tool that answers questions about your database, and now it can take action on what it finds.

Mia: What kind of action, concretely?

Milo: The product page says that instead of just showing you a list of inactive users, it can trigger the account-reactivation flow for you—or turn a SQL query directly into a Slack message, an email, or a database write.

Mia: So it’s a BI dashboard that hands the follow-through to an agent, not a person. That shifts the blame question: who owns the mistake when an agent acts on stale data?

Milo: That tension is what makes it notable. Basedash frames it as a controlled loop: you run the query, you review the trigger, and the agent only executes steps you've approved ahead of time.

Mia: But the leap from approve-ahead-of-time to agent-acts carries a concrete risk: batch operations that look safe until the data changes mid-run. That's the underwriting problem these tools haven't solved yet.

Milo: And it’s not just software actions. PieterPost MCP gives agents access to physical postal mail, from ChatGPT, Claude, or a CLI.

Mia: Wait—an AI can now send a letter through the actual mail system?

Milo: Yes. The product connects an agent to a mail API: it can format, address, and mail a physical letter without a human licking the stamp. They even have a demo of an agent mailing a thank-you note after a job interview.

Mia: That's charming and a little unnerving. An unverified language model can now put something in your real-world mailbox with your return address on it. The verification gap just moved from a screen to the street.

Mia: We just talked about tools that let AI agents act on behalf of humans. Here's one that puts them inside the inbox with you.

Milo: Inside the inbox? So it's like a shared mailbox where an AI agent actually replies alongside the team?

Mia: Exactly. Banger Mail is a native Mac app that turns shared inboxes—support@, sales@—into a workspace where humans and AI agents collaborate in the same threads.

Milo: So the AI isn't just drafting suggestions in a side panel; it's a participant the team can see and steer in real time.

Mia: Right. Everyone can watch what the agent is about to send, edit it, or take over—and the agent learns from those corrections.

Milo: That shifts the dynamic. Instead of “AI is taking my job,” it’s more “AI is the junior teammate who never sleeps.”

Mia: And the real consequence— teams can keep a 24/7 inbox without losing the human judgment on tone, policy, or tricky customer situations.

Milo: So the inbox stops being a bottleneck, but the team stays in control. That sounds like a pretty practical middle ground.

Mia: So the last tool was about inboxes where humans and AI collaborate. This next one flips the relationship completely.

Milo: This next one flips the relationship completely.

Mia: Needle positions itself as a proactive AI GTM engineer for revenue teams.

Milo: What does "proactive" actually mean here?

Mia: It means the AI pushes a Slack or Teams message before you have to ask it anything.

Milo: So it is not a chatbot waiting for a prompt.

Mia: Exactly. Needle watches for intent signals from tools like your CRM, email, or calendar.

Milo: And then it suggests a next sales action on its own.

Mia: That flips the whole discovery loop: instead of you hunting for insights, the AI surfaces them and can even draft the outbound.

Milo: The concrete consequence is a rep might open Slack and already see a recommended follow-up not a dashboard they still need to interpret.

Mia: Those two tools come at the same problem from opposite sides: creators spend too much time on the parts of their business that don't make money.

Milo: That one feels like a quiet cost nobody measures. A designer makes a great asset, and then the afternoon disappears into sixteen aspect ratios. PixFit turns one creative into every ad format instantly, so that designer moves on to the next campaign instead of babysitting exports.

Milo: So the thread isn't really about creator tools broadly, it's about two specific drains. One is the gap between a trusted audience and a transaction, the other is the gap between a finished creative and a live campaign.

Mia: We just talked about tools that turn content into money. Most of those still struggle with one thing: getting the web page right.

Milo: Right, the raw HTML scraped by a bot is often a mess for AI.

Mia: Context.dev pitches itself as the web context API made exactly for that.

Milo: So instead of returning a wall of tags, it scrapes, cleans, and extracts only the readable structure an AI agent actually needs.

Mia: That removes a big chunk of preprocessing work for any product that tries to answer questions from live pages.

Milo: And the consequence: devs can stop building their own brittle parsers and call one API for clean, AI-ready content.

Mia: So just when you think you've traced an AI's mistake, it's already five steps ahead and the trail is gone. What if you could just hit rewind and fork the whole run?

Milo: That's exactly what Retrace offers—it records every step of an AI agent's execution. We're talking every model call, every tool the agent touched, the full context window, and even the parsed arguments.

Mia: So instead of guessing why an agent ordered 10,000 paperclips, you just replay the moment it misread the command.

Milo: Right, and you can fork the session from that exact point, tweak the prompt or tool logic, and see if the fix actually solves it without losing the original bug's state.

Mia: That's huge. It shifts debugging from reading static logs to interacting with a live replay of the failure. The concrete consequence is teams stop treating agent errors as flukes and start fixing the root cause in minutes.

Mia: Flowly, a personal AI agent that runs on your desktop and iPhone, just went fully open source under Apache 2.0.

Milo: So the whole agent core is now available. What makes it different from just cloning another chatbot?

Mia: It stores your memories, preferences, and tasks privately on your own device. No cloud dependency for your personal data.

Milo: That's a concrete privacy stance. And because it's Apache-2.0, teams could embed the same private-memory approach into their own apps without building it from scratch.

Mia: Right—open licensing lowers the barrier for any product that needs an on-device personal agent while keeping user data local.

Mia: After talking about an AI that remembers for one person, here’s something building a shared memory for whole teams—Macro.

Milo: So it’s not just a docs tool or a chat app—it tries to pull everything into one workspace?

Mia: Exactly. Email, messages, docs, and tasks all live together, tied to a single team memory.

Milo: That means when you search, you’re not hopping between five different silos. The context is supposed to follow the project.

Mia: The risk is getting it adopted—everyone on the team has to use it for that shared memory to really work.

Mia: What if finding someone who can refer you into a job was as simple as pasting the listing?

Milo: That's the bet behind Sidedoor. It scans your Gmail, LinkedIn, Instagram, Twitter, Outlook and more.

Mia: So it maps your actual network connections across platforms?

Milo: Exactly. It cross-references the people you've interacted with against any job you paste in, and surfaces who can give you a warm referral.

Mia: That turns a cold application into an introduction someone already owes you. Worth a try for anyone tired of sending applications into the void.

Mia: We've talked about using your network for referrals. What about the AI helping you build the project once you get the job?

Milo: That's a good pivot, and it brings us to a tool just launched for developers working with a very specific model.

Mia: ZCode is being called the official harness for GLM-5.2. What does "agentic development environment" actually mean here?

Milo: It means you're not just prompting for code snippets. It's built for a long-running collaborative process where the AI acts as a persistent coding agent.

Mia: So instead of a single request, the system is designed to maintain context over an entire build session with the GLM-5.2 model.

Milo: Exactly. That changes the workflow from a chat window to something closer to a pair programmer who remembers every decision you've made.

Mia: What if adding in-game chat to a multiplayer title was as simple as dragging in a plug-in?

Milo: That's exactly what CometChat's new Unreal SDK promises— it drops chat straight into Unreal Engine like it was always there.

Mia: The pitch is blunt: focus on building the game, and they handle the chat backend, moderation, and scaling.

Milo: For a studio racing to launch, that shifts chat from an engineering sink into a feature toggle.

Mia: So the real bet here is shrinking multiplayer time-to-market, not just shipping another SDK.

Mia: From a plug-in that shrinks multiplayer launch time to an open-source agent that keeps your data on your own device—today's tools keep coming back to that same question: who controls the work and who just gets the result.

Milo: Thanks for spending the time with us. We're Mia and Milo, and this has been ProductHunt Daily from Bri. We'll be back tomorrow with another batch of launches worth your attention.