AI that helps you
think diff|
Four AI personalities named after the legendary metasyntactic variables. Because if foo, bar, baz, and qux can be anything in code, imagine what they can do in conversation.
{ Meet the functions }
Every great codebase starts with foo, bar, baz, and qux
foo()
// The universal functionThe OG placeholder. Like foo in every codebase, it handles anything you throw at it — questions, ideas, random thoughts. Zero undefined behavior.
bar()
// The creative companionfoo's artsy best friend. bar() turns your half-baked ideas into fully rendered masterpieces. Warning: may cause spontaneous inspiration.
baz()
// The code wizardThe third musketeer of metasyntactic variables. baz() writes code so clean it makes linters cry tears of joy. Stack overflow? Never heard of it.
qux()
// The chaos gremlinThe wildcard function. qux() is that friend who sends you memes at 3am and somehow always has the best random facts. Chaotic good energy only.
Streaming
Watch AI think in real-time. It's like pair programming but the AI types faster.
stream.on('data')Persistent
Your chats are saved. Unlike your browser tabs, we actually remember things.
db.save(chat)Reactions
React to AI messages with emoji. Because sometimes 🔥 says it all.
msg.react('🔥')const you = await
ai.foo('anything');
// returns: something amazing