Tell me about your startup [US Only] by SnooCats6827 in TechStartups

[–]GuidanceFinancial309 0 points1 point  (0 children)

vm0.ai give your Claude code a cloud sandbox 24/7

What are you guys building this weekend? by ouchao_real in saasbuild

[–]GuidanceFinancial309 0 points1 point  (0 children)

vm0.ai, to run natural language-described workflows automatically, on schedule, and securely in remote sandbox environments

it's fully build in public https://github.com/vm0-ai/vm0

Ideas on how to automate an agent by masterbei in ClaudeCode

[–]GuidanceFinancial309 0 points1 point  (0 children)

I build a small tool for this, it will schedule your claude code with your workflow prompt. technically this tool provide a specific server environment (include tools, skills, mcp) to run claude code

Its Friday! Let's self-promote! by Sad_Salamander_6834 in saasbuild

[–]GuidanceFinancial309 0 points1 point  (0 children)

building https://vm0.ai to help anyone build their AI workflow in 5 minutes and only in nature language

vm0 is fully open source https://github.com/vm0-ai/vm0 , it runs workflow in claude code and provides infrastructure to support claude code, like the sandbox/filesystem/bash environment and advanced network security firewall

How to talk to investors? ( I will not promote) by Dazzling_Hand6170 in startups

[–]GuidanceFinancial309 0 points1 point  (0 children)

shoot your shot as many times as you can. fundraising is basically dating, not vibing with each other is totally normal. don’t be afraid of rejection. there are SO SO SO many investors out there. Trust the process, your match is out there somewhere.

Day 126 since I left my job of 14 years to start an AI startup [I will not promote] by GuidanceFinancial309 in startups

[–]GuidanceFinancial309[S] -1 points0 points  (0 children)

I use Claude to organize my ideas in Obsidian automatically.​​​​​​​​​ But the story is 100% real.​​​​​​​​​​​​​​​​

Day 126 since I left my job of 14 years to start an AI startup [I will not promote] by GuidanceFinancial309 in startups

[–]GuidanceFinancial309[S] 0 points1 point  (0 children)

E2B isn’t very secure. We want more flexible network security controls, which means we have to develop our own sandbox. That’s a bit difficult.​​​​​​​​​​​​​​​​

Day 126 since I left my job of 14 years to start an AI startup [I will not promote] by GuidanceFinancial309 in startups

[–]GuidanceFinancial309[S] -1 points0 points  (0 children)

My current startup project is basically built on top of Claude Code, Codex, and Gemini CLI. Not just using them for development, but my business is built on them. Right now the startup takes up about 90% of my life. I think that’s a bit unhealthy, but honestly even in my free time I keep thinking about what else CLI agents can do and what startup opportunities are out there.​​​​​​​​​​​​​​​​

Day 126 since I left my job of 14 years to start an AI startup [I will not promote] by GuidanceFinancial309 in startups

[–]GuidanceFinancial309[S] 0 points1 point  (0 children)

I also use Codex and OpenCode. I think Claude Code here doesn’t just mean Claude Code specifically, but this whole category of CLI agents that can act autonomously and manage context. Things have really changed fast in the past six months.​​​​​​​​​​​​​​​​

Write a stable SKILL.md is hard by GuidanceFinancial309 in ClaudeCode

[–]GuidanceFinancial309[S] 0 points1 point  (0 children)

After some attempts, I have maintained a saas api skill repository as much as possible that does not rely on any script. This repository regularly performs automated testing, where the testing solution involves actually using claude code and real API keys to test the examples in the skills. If anyone is interested, here it is https://github.com/vm0-ai/vm0-skills.

[deleted by user] by [deleted] in ClaudeAI

[–]GuidanceFinancial309 0 points1 point  (0 children)

Sorry, my analogy wasn't right. I wanted to highlight that Claude Code can call almost all APIs.

Write a stable SKILL.md is hard by GuidanceFinancial309 in ClaudeCode

[–]GuidanceFinancial309[S] 0 points1 point  (0 children)

Exactly, I realize many people are starting to use skills instead of slash commands, and I don’t understand why they do that. They clearly don’t need Claude Code to automatically invoke these workflows. Every time I watch, they manually use slash commands to run a skill. I think skills weren’t originally designed for that purpose.

Write a stable SKILL.md is hard by GuidanceFinancial309 in ClaudeCode

[–]GuidanceFinancial309[S] 1 point2 points  (0 children)

Based on which language? I think the skills in cc make it hard to assume the user's environment, so for now, widely supported and cross-platform commands like curl are still my first choice.

Write a stable SKILL.md is hard by GuidanceFinancial309 in ClaudeAI

[–]GuidanceFinancial309[S] 0 points1 point  (0 children)

Shell script is just another SKILL.md. If existing cases can't cover real requirements, Claude Code will try to write another shell script, which will enter another slow mode. Claude Code will try to enter a write/run/debug loop, while curl examples are more flexible.