Sources: 27 chunks across 6 transcripts (Karen, Frank, Paul Rios, Todd, Amato, Geraldine)
Users are terrified of the terminal. They don't know cd, ls, Control+C. The black box is intimidating.
Sources: 27 chunks across 6 transcripts (Karen, Frank, Paul Rios, Todd, Amato, Geraldine)
Users are terrified of the terminal. They don't know cd, ls, Control+C. The black box is intimidating.
Most people get this backwards.
They imagine AI agents as some all-knowing system that watches everything, surfaces opportunities, and tells them what to do. A strategy advisor. A chief of staff. A boss.
Nope.
The mental model I keep coming back to: anything a VA can do, your agent can do. That's it. You would never expect a VA to be watching your Slack and your emails and then give you business advice. So why expect that from an AI?
| slate.config('defaultToCurrentScreen', true) | |
| slate.bind('up:cmd;ctrl;alt', screenify(topCenter)) | |
| slate.bind('down:cmd;ctrl;alt', screenify(bottomCenter)) | |
| slate.bind('left:ctrl;alt;shift', screenify(topLeft)) | |
| slate.bind('up:ctrl;alt;shift', screenify(topRight)) | |
| slate.bind('right:ctrl;alt;shift', screenify(bottomRight)) | |
| slate.bind('down:ctrl;alt;shift', screenify(bottomLeft)) | |
| slate.bind('left:cmd;ctrl;alt', screenify(left)) |
| [ | |
| { | |
| "rank": "1", | |
| "name": "EOS", | |
| "platform": "Ethereum", | |
| "cap": "$6,103,736,922", | |
| "price": "$6.81", | |
| "volume": "$562,160,000", | |
| "supply": "896,149,492" | |
| }, |
| [ | |
| { | |
| "rank": "1", | |
| "name": "Bitcoin", | |
| "cap": "$106,248,736,115", | |
| "price": "$6,196.82", | |
| "volume": "$3,601,760,000", | |
| "supply": "17,145,687 BTC" | |
| }, | |
| { |
| function boilPotatoes () {} | |
| function mashPotatoes () {} | |
| function cookTurkey () {} | |
| function carveTurkey () {} | |
| function preparePotatoes () { | |
| boilPotatoes() |
| var Color = require('color') | |
| var Isomer = require('isomer') | |
| var Simplex = require('perlin-simplex') | |
| var Point = Isomer.Point | |
| var Shape = Isomer.Shape | |
| var simplex = new Simplex() | |
| var baseColor = Color('#0096B0') |
| var Color = require('color') | |
| var Isomer = require('isomer') | |
| var Point = Isomer.Point | |
| var Shape = Isomer.Shape | |
| var cPink = Color('#ff0177') | |
| cPink = cPink.darken(0.2) | |
| document.body.style.background = '#222' |