Clark - An AI coworker with its own cloud computer
by•
Clark is an AI coworker with its own cloud computer - browser, terminal, files, and code. Hand it a real task, close the tab, and come back to finished work: wide, sourced research; websites; spreadsheets; decks; audits; or tested code. It can fan work out to parallel specialists, run on a schedule, and return artifacts with the evidence behind them. Use Clark on web or mobile, work in real repositories with Clark Code, or embed the agent through an OpenAI-compatible API.


Replies
Tried Clark on a task to gather information on investors and VCs. It came back with a clean, well-structured spreadsheet, relevant investor profiles, and source links attached for every data point. Made the initial research process much faster and easier to verify. Good Luck
Clark
@giorgi_daraselia thank you! try clark code IDE as well!
OpenMarkdown
Congrats on the launch! How does Clark compare to Hermes Agent deployed on a cloud computer? Does the workflow / tool-chain is built to be more complete towards problem-solving?
Clark
@xueyanzhang good question! Clark is optimized on doing complex workflows on its own computers with its own browser, and be extremely token efficient
what hermes does with opus 4.8 clark can do with gemini 3.1 flash life (20x cheaper!)
OpenMarkdown
@stanislav_kirdey Impressive harness! Will give it a try. What types of task fit the best for Clark.
Clark
@xueyanzhang
clark cloud is great to draft documents, do very deep and wide research, or prototype toy projects
clark code ide for serious software development as alternative to codex
Moving from “answer my prompt” to “complete the work and return evidence” is the interesting shift here. For long-running tasks, how does Clark preserve the reasoning and context behind intermediate decisions so users can inspect more than just the final artifact?
Clark
@amir_mehrabi it shows full proof of work in chat
How does the fan out to parallel specialists actually work, does Clark decide on its own how to split a task or do you have to define the sub agents ahead of time?
Clark
@talhakhalidmtk it decides on its own
@stanislav_kirdey great
the scheduled monitoring use case is the interesting one - when a monitor job runs repeatedly, does it diff against the last run so you only get pinged on what changed, or does it hand back the full state fresh each time and you compare yourself?
Clark
@sabber_ahamed it diffs against last run so it is continous information, not same thing every day
todai
Clark
@umar_saleem clark code
www.clarkchat.com/clark-code should be able to navigate them with ease!
"Its own cloud computer" is a meaningfully different architecture than most AI-coworker tools that just call APIs — giving it a persistent environment changes what it can actually do end-to-end. Curious how you're handling security/sandboxing for that computer, especially once it's doing real multi-step tasks unsupervised. That's usually the part that keeps teams from trusting autonomous agents with anything consequential.
an AI coworker with its own cloud computer is a wild framing. curious how you handle the case where it needs to install something or hit a paywall/captcha mid-task - does it just stall out and ping you, or does it have some way to work around that on its own?
Clark
@omri_ben_shoham1 it will try to solve it, and if it needs to login somewhere it willl ask you to take over browser and provide credentials
the sandboxing/state questions above cover the trust side well. curious about the fan-out mechanic specifically - when Clark splits a task across parallel specialists, do they each get an isolated environment that gets merged into the final artifact, or do they share the same cloud computer/workspace while running concurrently? asking because shared-state parallelism is where I'd expect the weird bugs to show up first
Clark
@galdayan full isolated clarks with full browser and filesystem work in parallel and merge into final artifact
@stanislav_kirdey Full isolation makes sense - avoids exactly the shared-state race conditions I was worried about, at the cost of a merge step at the end. Is that merge automatic (Clark reconciling the artifacts itself) or does it flag conflicts for the user to resolve manually?
the scheduled monitoring runs are the part I'd worry about most - if a recurring job silently starts failing (site changed, credentials expired) does it flag that as a failure or just quietly hand back a stale/empty artifact next run?
Clark
@sabber_ahamed there is a flag it will stop wasting tokens if it fails