All activity
Jarmo Tuiskleft a comment
I am a little bit scared of this. Have you checked potential attack vectors? I am not a cyber security expert, but someone injecting a takeover prompt and then moving easily around in my compter and browser, seems terrifying. I am building native app and I would benefit hugely from automated testing though.

Computer Use in Claude CodeLet Claude use your computer from the CLI
Jarmo Tuiskleft a comment
Oh that's the nice one. I'm building native apps for multiple platforms (Ritemark for Mac Arm, x64, Windows) and build times are loooong. CI failures sometimes happen like 1h into build. Will auto-fix help me in those scenarios?

Claude Code auto-fix Auto-fix PRs in the cloud while you stay hands-off
Jarmo Tuiskleft a comment
Smart approach. The gap between "I see a component I like" and getting my agent to reproduce it is still way too big. Screenshots lose all the interactive behavior. Does it capture state and interactions too, or mainly the visual structure?

slicer.devCopy interactive web components as AI prompts
Jarmo Tuiskstarted a discussion
Hey, I'm Jarmo. Building Ritemark - an Office for Agents.
My background is in product management (25+ years) and AI training (trained 9000+ people, 250+ companies at Productory). I started building software with Claude Code about a year ago. Non-developer who ships anyway (so vibecoder - if you wish) Ritemark is meant to provide an "Office for Agents" based on the dual-use formats agents and humans both can directly work with: Markdown and CSV. It's...
Jarmo Tuiskleft a comment
Ritemark - Office for Your Agents
Pitch your product with max 5 words. Can you?
Tasos VJoin the discussion
Jarmo Tuiskleft a comment
Can you bring your own context or instructions to the agent, or does it start fresh each time? For anything beyond a landing page the agent needs project context to make good decisions, and that's where most of these tools break down. Building Ritemark app - context and instructions are piling up as fast as code.

Netlify.newStart a project with just a prompt on Netlify
Jarmo Tuiskleft a comment
The "without the MCP context tax" line caught my eye β that's a real pain point. We have 100+ skills/tools defined across our agent setup too and most of the work isn't adding new ones, it's keeping the existing ones from going stale or contradicting each other. Curious if anyone else is hitting "skill debt" yet β like tech debt but for agent tooling. You add skills fast, they rot quietly, and...

Google Workspace CLICLI for Google Workspace ecosystem built for humans & agents
Jarmo Tuiskleft a comment
this is a smart approach β the MCP integration means any AI that speaks MCP can publish directly, which removes the biggest friction point in the "vibe coding" workflow: actually getting your stuff live. we build with Claude Code and the amount of throwaway HTML that gets generated in conversations but never sees the light of day is wild. having a one-step publish would save a lot of...

HTML PubTurn AI-generated HTML into a live URL via MCP/API
Jarmo Tuiskleft a comment
oh man this hits close. been building a desktop app with Claude Code for months and the CLAUDE.md staleness problem is probably our #1 source of wasted time. you write great instructions, they work for a week, then the codebase evolves and the agent starts doing weird things because the context is outdated. we ended up with this whole system of CLAUDE.md + AGENTS.md + skills files and honestly...

CodeYam CLI & MemoryComprehensive memory management for Claude Code
Jarmo Tuiskleft a comment
been building with Claude Code for months now and the "quick skim" problem is very real. agents write code fast but the subtle bugs pile up β especially when one agent changes something another agent built two weeks ago. multi-agent review makes a lot of sense here, curious how it handles context across larger PRs where the full picture only emerges from reading multiple files together.

Claude Code ReviewMulti-agent review catching bugs early in AI-generated code
Jarmo Tuiskleft a comment
I do AI trainings for teams so this trust thing comes up like every single session. Agents are getting really good but honestly how much you trust them depends way more on how you set up the context β guardrails, instructions, steering β than on the model itself. Like maybe 30% is the model and 70% is your prep work. Best analogy I have is hiring a summer intern from college. Smart kid, learns...
Jarmo Tuiskleft a comment
This hits close to home β I'm building a markdown editor (Ritemark) and one of the biggest decisions right now is exactly this: do we integrate Claude SDK directly, or go through something like 21st Agents SDK? Direct integration gives us full control but we're spending a lot of time on the plumbing β streaming, session handling, error states. Stuff that has nothing to do with what makes our...

21st Agents SDKSDK to add an Claude Code AI agent to your app
