▲ 1 r/cursor

Got Cursor to run a real session against the live app and fix what broke (no babysitting)

The thing I always wanted from Cursor wasn’t better code. It was a way to walk away and trust that what came back actually works. Generating code is the easy 80%; knowing it runs in the real app is the part that used to keep me in the chair.

So for TestSprite’s Season 3 hackathon (“CLI Launch & Loop Engineering”) I built this: Cursor writes the code, then calls the testsprite CLI to run a real browser session against the live app — actual clicks and navigation, not mocks. When a step fails, the CLI returns one self-consistent bundle (failing step, screenshot, root cause, suggested fix) and Cursor uses it to patch the code and rerun. The loop closes when the rerun goes green, and I’m not in the middle of it.

The hard part isn’t the codegen — it’s defining what done means and giving the loop something that can actually say not yet. There are Free TestSprite accounts for the API key; the CLI is open source. You can search “TestSprite Season 3 hackathon.”

reddit.com
u/Hefty-Citron2066 — 6 days ago

testsprite-cli — an open-source verifier your coding agent calls to test its own code against the live app

Sharing a repo I’ve been leaning on: TestSprite CLI (Apache 2.0, Node 20+). It’s a CLI built to sit inside an AI coding loop — your agent calls it to verify the code it just wrote, by running a real session against the live app (real browser/API, not mocks) rather than trusting a green run on its own machine.

The part that sold me is the output shape. On a failure you don’t get a wall of logs — you get one self-consistent bundle: the failing step, a screenshot of what actually rendered, the DOM, a root-cause hypothesis and a recommended fix, all from the same run. It’s built for an agent to act on directly. Rough shape of the loop:

testsprite setup  # one-time: key + agent skill

testsprite test create --project proj_xxx --type frontend --plan-from ./flow.plan.json --run --wait

testsprite test failure get test_xxx --out ./.testsprite/failure   # the bundle

testsprite test rerun test_xxx --wait # after the agent fixes it

Honest headsup: the CLI is open source, but it talks to a hosted cloud that runs the real browsers/APIs, so you need a free account for an API key. it’s not self-hostable. For the routine verify-and-fix grind on AI-generated code it’s saved me a lot; the truly flaky cases still want a human.

github.com
u/Hefty-Citron2066 — 6 days ago

What open-source projects give an agent the same persistent work memory?

With Claude Tag, Anthropic basically shipped a persistent AI coworker: lives in your chat, keeps company context across channels, acts on its own. It's closed-source and cloud-only though, so I went looking for what the open-source world has for the same problem — an agent with durable work memory, not just chat history.

What I've evaluated:

  • OpenLoomi — open-source (Apache-2.0), local-first desktop agent. Builds a context graph of people/projects/decisions/follow-ups from connected tools and keeps it on device. Has a forgetting/summarization step instead of dumping everything into RAG, and exposes skills other agents can reuse. Caveats: early (v0.6.1), desktop-only, bring-your-own LLM key, only knows what you connect, no GitHub connector yet.
  • Letta / MemGPT — open, memory-as-architecture for long-running agents. Great if you want to build the agent; more framework than finished app.
  • Mem0 — open-source memory API you add to your own agent. Clean, but you design what gets remembered and retrieved.
  • Cognee — open knowledge-graph memory layer, good when your domain has lots of entities.

Different layers, really — some are libraries, some are apps. For an actual open-source "AI teammate that remembers my work," OpenLoomi and Letta are the two I keep coming back to.

reddit.com
u/Hefty-Citron2066 — 6 days ago
▲ 0 r/Slack

After Claude Tag, would you actually put a persistent AI teammate in your company Slack?

Claude Tag is interesting to me less as a product and more for the question it forces. Are you actually fine with a standing AI agent that sits in your company Slack all the time, reads everything across every channel, remembers it long term, and acts on its own?

The useful part is obvious. Most of the "where are we on X, who owns Y, what did we decide" stuff is really just a memory problem, and a teammate that already knows is great. But a persistent agent with full read access to company chat, run by some third party, is a big trust ask. Slack is where the unfiltered stuff lives.

I keep seeing three reactions:

  1. Totally fine with it. The productivity wins, and they already trust the vendor.
  2. Want the capability but not the cloud. These folks would run a local version where the memory stays on their own machine. OpenLoomi is the open source one I've seen in that lane, still early and desktop only, but the data stays on device with audit logs.
  3. Don't want a standing agent at all. Only something on demand, nothing always watching.

I lean 2 myself.

reddit.com
u/Hefty-Citron2066 — 6 days ago

After Claude Tag, would you actually put a persistent AI teammate in your company Slack?

Claude Tag is interesting to me less as a product and more for the question it forces. Are you actually fine with a standing AI agent that sits in your company Slack all the time, reads everything across every channel, remembers it long term, and acts on its own?

The useful part is obvious. Most of the "where are we on X, who owns Y, what did we decide" stuff is really just a memory problem, and a teammate that already knows is great. But a persistent agent with full read access to company chat, run by some third party, is a big trust ask. Slack is where the unfiltered stuff lives.

I keep seeing three reactions:

  1. Totally fine with it. The productivity wins, and they already trust the vendor.
  2. Want the capability but not the cloud. These folks would run a local version where the memory stays on their own machine. OpenLoomi is the open source one I've seen in that lane, still early and desktop only, but the data stays on device with audit logs.
  3. Don't want a standing agent at all. Only something on demand, nothing always watching.

I lean 2 myself.

reddit.com
u/Hefty-Citron2066 — 7 days ago

tools i use to keep my one-person shop running smoothly

Running a small online shop by myself means I have to juggle a million tasks, from taking product photos to managing my finances. Finding reliable tools has been key to keeping things on track, and I thought I'd share a few that have really helped me.

First up is SaySo. This one is a bit of a lifesaver since I can just speak my emails and product listings instead of typing them out. It's voice-first and surprisingly accurate, even with my occasional mumbling. The best part? It’s super private, with zero data retention, so I don't have to worry about my info floating around. It’s not perfect, though. Sometimes it mishears my commands, which can be a little frustrating when I'm in a rush.

Next, for my product photos, I’ve been using snappyit (https://snappyit.ai). It's pretty handy for turning my phone photos into clean, professional-looking shots. It does ghost-mannequin effects and swaps backgrounds with ease, which saves me a ton of time and money compared to hiring a studio. Costs about $0.10 to $0.30 per image, so it's way cheaper than the $15 to $50 I’d be spending otherwise. The only downside is that if I'm shooting products with complex textures or unusual shades, I have to double-check the color accuracy.

Then there’s Apolosign, which is basically a fancy digital calendar that helps me keep my shop schedule and shipping deadlines visible at all times. It's a WiFi smart display, and I love that I can glance over and see everything I need to get done for the day. It’s not revolutionary, but it does the job, and I’d be lost without it.

Of course, I still rely on Canva for creating marketing materials and social media posts. It’s got a ton of templates, which is great, but I sometimes find it a bit clunky when I'm trying to be more creative. Still, it’s better than starting from scratch, and it gets the job done.

And lastly, QuickBooks for managing my finances. It’s a well-known tool, and while it’s comprehensive, it can be a bit overwhelming. I had to spend quite a bit of time figuring it out in the beginning. But now that I'm used to it, it's an essential part of keeping my books in order.

TL;DR: Sayso for voice-typed emails and listings, snappyit for cost-effective product photos, Apolosign for keeping my schedule visible, Canva for design needs, and QuickBooks for finances. Each has its ups and downs, but together, they keep my shop running smoothly.

u/Hefty-Citron2066 — 10 days ago

The Best AI Presentation Tools in 2026 - I tested all of them so you don't have to

Got tired of seeing "THIS AI MAKES PRESENTATIONS IN 30 SECONDS" ads everywhere, so I tested pretty much every major AI presentation tool to see which ones actually deliver.

TL;DR at the bottom if you don't want my rambling.

How I tested: Same prompt across all tools, judged on design quality, how much editing I had to do after, and whether the output looked like a template explosion or something I'd actually present.

The winners (and why):

ChatSlide [https://chatslide.ai] - Best overall if you care about design and speed without compromising on either. Gives you 4 layout options per slide instead of one take-it-or-leave-it output. The AI actually understands context across slides which makes it easier while making content edits. Editing is easier with both AI and element specific controls, Downside: smaller template library, no Google Slides plugin.

Gamma [https://gamma.app] - Great for docs you'll share async (investor updates, internal reports). The scroll format is polarizing - love it for async, hate it for live presenting. Free plan is generous which I appreciate (400 credits). Editing with AI is smooth but the only hassle is it when I use the chat interface to make changes, I often end up changing more than what I wanted.

Plus AI [https://plus.ai] - If your team lives in Google Slides, this is the answer. Works as an add-on, zero learning curve. Smooth iterations and great collab features although I felt Gamma and Alai offer more creative control and have more elements to play with.

Canva [https://canva.com] - You probably already have it. Template library is massive. AI features are fine but it's not built for presentations specifically - it's a design tool that happens to do slides.

The ones that you can skip:

Beautiful AI - Templates look dated. The AI pretty much only exists at the time of creating the first draft post which you are on your own. For their hefty subscription, I don't think the tool is the best on out there.

Gemini Canvas - Google's entry. Zero visual control, inconsistent output quality, requires prompt engineering to get anything decent. Only worth it if you're already paying for Google AI Pro and refuse to pay for another tool.

SlidesAI - Cheap ($10/mo) but you get what you pay for. Basic text-to-slide conversion. Expect to do significant manual clean-up.

Prezi - The zoomable canvas is genuinely cool for storytelling presentations, but AI feels like an afterthought. Can't export to PPTX. Learning curve is real.

The niche picks:

Pitch - If you're in sales and need engagement analytics + CRM integration, this is purpose-built for you. Pitch rooms are legit useful.

Chronicle - Interesting take on slides. Widget-based, has these "Peek" and "Deep Hover" features for controlling audience attention during live presenting. No PPTX export though.

TL;DR - Which tool to pick:

Need quality + speed: ChatSlide

Sharing async (not presenting live): Gamma

Team uses Google Slides: Plus AI

Need templates for everything: Canva

Sales team with CRM: Pitch

Tight budget: SlidesAI (but expect manual work)

Already paying for Google AI Pro: Gemini Canvas (barely)

Happy to answer questions if anyone's deciding between specific tools.

u/Hefty-Citron2066 — 16 days ago

What is the best AI slides tool for enterprises? (Not PowerPoint or Gamma.)

Now I'm working at an enterprise, and I definitely need a lot of skill tools for enterprise.

I have tried PowerPoint. It's legit, but it's not AI. I have tried Gamma, which is fine, but it's not for enterprise. I have tried a few other tools which are either not AI, not skill, or not enterprise.

What is the best choice here?

reddit.com
u/Hefty-Citron2066 — 16 days ago
▲ 25 r/civ5

Which wonders do you see replicated the most in the real world?

I will start. Certainly, Effiel Tower and Pyramids are replicated a lot, but if you go to Chinese restaurants in the USA a lot, you will see a lot of them actually have Terracotta Warriors.

reddit.com
u/Hefty-Citron2066 — 17 days ago

Anyone using AI to organize work across multiple platforms? Need advice

Hey folks, I'm a developer who's been self-hosting AI tools to keep my data private. I've tried a few solutions, but I'm still looking for something that can really help manage my workload across different platforms like Slack, email, and GitHub. The main issue is getting these tools to proactively assist without compromising privacy or requiring everything to be online.

I've experimented with OpenClaw for chat, and it's pretty solid there, but I need something more proactive, like for organizing tasks and reminders based on context from multiple sources. I came across OpenLoomi, which looks aimed at exactly this kind of cross-platform context, but I haven't gone deep yet.

Has anyone here found an open-source tool that handles this well? I'd love to hear about your experiences, especially if you've tried integrating it with your existing workflows. Any insights would be super helpful!

reddit.com
u/Hefty-Citron2066 — 19 days ago

what's the best ai form maker for real estate?

askign for a friend, he has a lot of real estate related clients, and he needs to work on a lot of forms, what's the best choice? thansk!

reddit.com
u/Hefty-Citron2066 — 20 days ago

PSA: Self-Hosting OpenLoomi vs OpenClaw for Developers

So, I've been self-hosting AI agents for a while, and if you're like me, trying to decide between OpenLoomi and OpenClaw can be tricky. Both are solid options, but they cater to different needs.

OpenClaw (formerly Moltbot) is a solid choice if you're looking for a chat assistant. It integrates well with platforms like WhatsApp, Telegram, and Discord, and has a huge community—247k GitHub stars say it all. It's mature and great for quick messaging tasks.

But if you're looking for something that goes beyond chat, OpenLoomi might be worth a look. It's still in early stages (v0.5), but it’s got this Universal Context Graph that connects Slack, email, GitHub, calendar, and docs into a sort of evolving memory of your work. It’s like having a mini project manager that drafts replies, schedules follow-ups, and even runs briefings for you. You do need to connect your tools, though, and setting it up can be a bit of a hassle. But once it's running, it acts on real work without waiting for you to send a message.

Data privacy is a big deal for me, and I like that OpenLoomi keeps everything local and doesn’t train public models. It’s self-hostable, like OpenClaw, but it does require you to bring your own LLM key. You can check it out on GitHub if you're curious: github.com/melandlabs/openloomi.

TL;DR: OpenClaw for chat, OpenLoomi for proactive work context. Both have their strengths, just depends on what you need. Anyone else tried both? What’s your take?

reddit.com
u/Hefty-Citron2066 — 20 days ago

Genuine question: what is the best tool to make slides for legal professionals?

Recently getting into the legal professional domain, and I see there's a lot of issues with just juggling between data and facts. Wondering if there is any tool to help me with it. Really appreciate. Thank you.

reddit.com
u/Hefty-Citron2066 — 22 days ago

How I cut an hour a day of "research before every call" without hiring anyone

Founder biggest time sink: prepping for calls. Before every prospect or partner call I'd be digging back through old emails, chats and notes trying to remember what we last said and what I'd promised. Easily an hour a day just rebuilding stuff I already had somewhere.

What flipped it for me was treating it as a memory problem, not a search problem. I started using OpenLoomi. It keeps a running record of every contact and thread across my email and messaging, so before a call I just ask what the history is and what's still open, and get it back in one shot.

Couple honest notes: it only knows what you actually connect it to. If you haven't hooked up your email, calendar, Slack and docs, it can't magically know your latest state, so there's a bit of setup up front. And it's early software. But the prep time alone changed my mornings. It stays on my own machine too, which mattered since this is real pipeline data.

reddit.com
u/Hefty-Citron2066 — 23 days ago

Sharing lessons of cold starting an open source project

Sharing some real lessons from the early grind on an open-source local-first AI agent (OpenLoomi). About 2 months in, hundreds of stars. Here's the stuff that was harder than I expected.

Local-first is a great angle and a brutal constraint at the same time. A ton of logic that'd be a quick backend endpoint has to run on device and stay fast. It's why people trust you with their email. It also easily triples your build time.

"26 connectors" sounds like a feature list. It's mostly just OAuth edge cases. Every platform breaks in its own special way.

The proactive stuff is the best demo and the fastest way to annoy a user. Too eager and it's just noise. That tuning never really ends.

Install friction is real. Asking someone to install a desktop app instead of clicking a hosted demo is a higher bar. Fewer people try it. But the ones who do are way more serious.

What's working: the privacy angle genuinely lands with the self-hosting / local-model crowd. People who'd never connect email to a cloud tool will connect it to one that stays on their machine.

For others doing OSS or local-first, how are you handling the install-friction vs reach thing? Feels like the core tension of this whole model.

reddit.com
u/Hefty-Citron2066 — 23 days ago
▲ 24 r/bestai2026+3 crossposts

What local-first actually costs you as a builder (notes from an early OSS agent)

Some build-in-public notes from working on an open-source local-first AI agent (OpenLoomi, Apache-2.0, ~135 stars, ~2 months in). Local-first shaped basically everything, and it's a bigger tradeoff than the marketing makes it sound.

What it costs:

• Time. Logic that'd be a one-day backend job runs on device and has to stay fast. Easily 3x the work.

• Onboarding. No instant hosted demo, people install a real app and wait while it learns them.

• Reach. You self-select for a smaller, more technical crowd.

What it buys:

• Trust you can't get any other way. People connect their actual email/chats because the data never leaves their machine.

• Something the cloud incumbents can't easily copy without breaking their own model.

Net: smaller funnel, way higher intent. For a privacy product I think it's the right trade but I wouldn't pretend it's free.

Repo: https://github.com/melandlabs/openloomi

Anyone else building local-first? How are you handling the onboarding hit?

u/Hefty-Citron2066 — 23 days ago

People who have used both Birdfy and Bird Buddy, which would you buy again?

I have spent a bit too much time reading reviews, and I am still undecided. Most comparisons come from people who only own one of them, so it is hard to know what actually matters. Especially after a few months People who have used both, what would you buy today? I'm more interested in real-world experience than specs. I like reliability, experience, customer support, subscriptions, and whether you are still happy after half a year.

reddit.com
u/Hefty-Citron2066 — 24 days ago

Built an AI agent and Getting it actually used is the real work

I am sharing this as a lessons post, not a launch, because the thing i got wrong is probably useful to anyone here messing with agents.

Building an agent is the easy part now. you give a model some tools and context and it does a real job. i built a code-review agent i'm happy with, and the actual hard problem showed up after: a good agent that nothing ever calls is worth zero. getting it used is the whole game, and i underestimated it completely.

A few things i learned the hard way:

• cold start is brutal. nobody publishes an agent without demand, and there's no demand without agents worth calling. classic chicken and egg, and i walked right into it. • the invocation surface matters more than the agent itself. a desktop app makes sense because agents need local context (files, repo, tools), but "install this" loses way more people than "call this endpoint." a CLI lowered the bar a lot more than the GUI did. terminal people just try it. • surfacing the right agent is basically unsolved. once there are more than a handful of them, finding the one to call is its own problem, and rankings get gamed instantly.

I'm building something in this space, it's called boids (https://boids.so), so take all of this with that grain of salt. to be clear it's early and rough: 0.1.2, desktop only (MacOS Apple silicon and windows), no mobile, not open source. i'm not claiming it solved any of the above, I'm mostly still figuring it out.

u/Hefty-Citron2066 — 25 days ago

A few hard lessons from building a two-sided micro-saas

Posting this as a #build-in-public thing, with actual lessons instead of an MRR screenshot

Context: i'm building a platform https://boids.so, where creators publish small expert agents (think a really good code-review agent, or a niche research agent) and earn when someone runs them. so it's two-sided, creators on one side, people who need the work done on the other. a few months in, just shipped the first real version.

The lessons that actually cost me time:

  1. I optimized the wrong side first. i spent forever making the build-an-agent flow clean. should have spent that time on the "why would anyone call your agent" side. a great agent nobody runs earns exactly $0. supply is worthless without a demand path.

  2. "Earn when it runs" sounds amazing on a landing page and converts terribly cold. creators want proof of payout before they invest effort, but there's no payout without volume, and no volume without creators. textbook cold start, and i walked straight into it.

  3. Desktop app was the right product call but the wrong growth call. Agents need local context (your files, your repo, your tools) so a desktop client genuinely makes sense. but "download a 0.1.2 dmg" is a far worse funnel than a link. i traded conversion for capability and i'm honestly not sure it was the right trade.

What's working a little: a CLI that devs can drop into an existing workflow lowers the activation bar more than the GUI does. someone who already lives in a terminal will try boids run "..." way faster than they'll install and learn an app.

Honest state: it's 0.1.2, MacOS/windows only, not open source, marketplace is still thin. So roast the funnel, that's the part i actually need help with, not the logo.

u/Hefty-Citron2066 — 25 days ago