Patric Gutersohn (@gutersohnpatric) 's Twitter Profile
Patric Gutersohn

@gutersohnpatric

ID: 1320766842902880257

calendar_today26-10-2020 16:38:58

321 Tweet

80 Followers

244 Following

Patric Gutersohn (@gutersohnpatric) 's Twitter Profile Photo

๐Ÿš€ Just shipped a production LLM inference system that cuts GPU costs by 97% โ€ข Pay-per-second vs $2K+/month always-on servers โ€ข 0-3 second cold starts with GPU snapshots โ€ข Auto-scaling from 0โ†’โˆž requests โ€ข Real-time token streaming Built with Modal + llama.cpp - zero

Patric Gutersohn (@gutersohnpatric) 's Twitter Profile Photo

3 hours ago I shared a GitHub repo showing how to build AI Agents in JavaScript, from scratch. โ€จIt doesnโ€™t cover everything, just the basics - but it already got 21 โญ on GitHub and 49 โฌ†๏ธ on Reddit ๐Ÿคฏ Hereโ€™s the code ๐Ÿ‘‡ github.com/pguso/ai-agentโ€ฆ

Nina (@heynina101) 's Twitter Profile Photo

If you cannot build an AI agent without a library, you do not understand how it works. This ๐—ณ๐—ฟ๐—ฒ๐—ฒ, ๐Ÿฌ$ ๐—ฐ๐—ผ๐˜€๐˜, ๐—ผ๐—ฝ๐—ฒ๐—ป-๐˜€๐—ผ๐˜‚๐—ฟ๐—ฐ๐—ฒ repository teaches you ๐—ต๐—ผ๐˜„ ๐˜๐—ผ ๐—ฏ๐˜‚๐—ถ๐—น๐—ฑ ๐—”๐—œ ๐—ฎ๐—ด๐—ฒ๐—ป๐˜๐˜€ ๐—ณ๐—ฟ๐—ผ๐—บ ๐˜€๐—ฐ๐—ฟ๐—ฎ๐˜๐—ฐ๐—ต using Python avoiding frameworks entirely.

If you cannot build an AI agent without a library, you do not understand how it works.

This ๐—ณ๐—ฟ๐—ฒ๐—ฒ, ๐Ÿฌ$ ๐—ฐ๐—ผ๐˜€๐˜, ๐—ผ๐—ฝ๐—ฒ๐—ป-๐˜€๐—ผ๐˜‚๐—ฟ๐—ฐ๐—ฒ repository teaches you ๐—ต๐—ผ๐˜„ ๐˜๐—ผ ๐—ฏ๐˜‚๐—ถ๐—น๐—ฑ ๐—”๐—œ ๐—ฎ๐—ด๐—ฒ๐—ป๐˜๐˜€ ๐—ณ๐—ฟ๐—ผ๐—บ ๐˜€๐—ฐ๐—ฟ๐—ฎ๐˜๐—ฐ๐—ต using Python  avoiding frameworks entirely.
Patric Gutersohn (@gutersohnpatric) 's Twitter Profile Photo

The Two Questions Every Agent Needs to Answer: Before deployment: "Does it still work after I changed it?" โ†’ This is evals (Lesson 11) After deployment: "What went wrong?" โ†’ This is telemetry (Lesson 12) Most tutorials only show you how to build agents. Few show you how to

The Two Questions Every Agent Needs to Answer:

Before deployment: "Does it still work after I changed it?"
โ†’ This is evals (Lesson 11)

After deployment: "What went wrong?"
โ†’ This is telemetry (Lesson 12)

Most tutorials only show you how to build agents.

Few show you how to