Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

It's time to make AI Agents useful. I'm thrilled to announce that the HyperWrite Agent Studio is now live! Just show it a task once by doing it yourself, and the AI can repeat it.

102,359 Aufrufe • vor 2 Jahren •via X (Twitter)

10 Kommentare

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

Using Agent Studio is simple. Click 'Record', complete the task you want to teach the AI, and press 'Save'. From there, make any edits you want to the workflow, describe how it should make decisions, etc. That's it! From now on, you can run that workflow any time you need it.

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

But don't stop there. If your workflow is slightly different each time, you can include variables. This opens up so many possibilities.

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

Keep in mind that is is very much a v1 product. There will be bugs and limitations, and it may take some experimentation to get your workflows right. Please share any feedback you have with the team and I so we can improve!

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

Be the first to try the Agent Studio here:

Profilbild von Robert Scoble
Robert Scoblevor 2 Jahren

@HyperWriteAI That rocks!

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

@HyperWriteAI Thanks Robert! Let me know what you think of it :)

Profilbild von Jonathan Rose Dunlap
Jonathan Rose Dunlapvor 2 Jahren

@HyperWriteAI I appreciate you. Excited to carve out space to enjoy this

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

@JonathanXRose @HyperWriteAI Excited to hear what you think of it!

Profilbild von Shray Bansal
Shray Bansalvor 2 Jahren

@HyperWriteAI Hyped to try this out 💪🏽

Profilbild von Matt Shumer
Matt Shumervor 2 Jahren

@HyperWriteAI 🫡

Ähnliche Videos

Bash is all you need! Which is why I'm introducing my holiday project: just-bash just-bash is a pretty complete implementation of bash in TypeScript designed to be used as a bash tool by AI agents. Because it turns out agents love exploring data via shell scripts, even beyond coding. It comes with grep, sed, awk and the 99th percentile features that an agent like Claude Code or Cursor would use. In fact, Claude Code can use it for secure bash execution. In the package - A bash-tool for AI SDK - A binary for use by yourself or your coding agents - An overlay filesystem to feed files to your agent securely - A Vercel Sandbox compatible API, so you can quickly upgrade to a real VM if you need to run binaries - An example AI agent that explores the just-bash code base using just-bash - I imported the Oils shell bash compatibility suite and just-bash passes a very good chunk What is interesting about this codebase: It was essentially entirely written by Opus 4.5. Coding agents love bash and they are good at reproducing it. They are also great at text-book recursive descent parsers and AST tweet-walk interpreters. That said, it is, like, a lot of code and I didn't read it all 😅. This is very much a hack, but it also seems to be _really_ useful. I haven't really found anything agents want to use that it doesn't support and it's fast and secure (caveats apply). It doesn't have write access to your computer and the filesystem is given a root that the agent cannot escape from. Find it at Related: Our recent blog post how we migrated our data analysis agent to bash tools and achieved incredible quality improvements The video shows the example agent investigating the just-bash code base

Malte Ubl

125,326 Aufrufe • vor 8 Monaten