Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 789 - Do More With AI - LLMs With Big Token Counts.md #1720

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions shows/789 - Do More With AI - LLMs With Big Token Counts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
number: 789
title: Do More With AI - LLMs With Big Token Counts
date: 1719831600000
url: https://traffic.libsyn.com/syntax/Syntax_-_789.mp3
youtube_url: https://www.youtube.com/watch?v=81DY1IsMckE
---

Join Scott and CJ as they dive into the fascinating world of AI, exploring topics from LLM token sizes and context windows to understanding input length. They discuss practical use cases and share insights on how web developers can leverage larger token counts to maximize the potential of AI and LLMs.

### Show Notes

* **[00:00](#t=00:00)** Welcome to Syntax!
* **[01:31](#t=01:31)** Brought to you by [Sentry.io](https://sentry.io/syntax).
* **[02:42](#t=02:42)** What is a token?
* [Quizgecko GPT-4 Token Counter](https://quizgecko.com/tools/token-counter).
* **[04:22](#t=04:22)** Context window sometimes called "max tokens".
* [OpenAI Platform Models](https://platform.openai.com/docs/models).
* [Claude Models](https://www.anthropic.com/api#pricing).
* **[10:42](#t=10:42)** Understanding input length.
* **[11:59](#t=11:59)** Models + services with big token counts.
* [Gemini Docs](https://ai.google.dev/gemini-api/docs/workspace).
* **[13:22](#t=13:22)** Generating open API documentation for a complex API.
* **[17:29](#t=17:29)** Generating JSDoc style typing.
* [Drop-In stolinski GitHub](https://github.com/stolinski/drop-in).
* **[21:07](#t=21:07)** Generating seed data for a complex database.
* [bytedash w3cj GitHub](https://github.com/w3cj/bytedash/tree/main/src/db/seeds).
* **[24:34](#t=24:34)** Summarizing 8+ hours of video.
* **[29:35](#t=29:35)** Some things we've yet to try.
* **[31:32](#t=31:32)** What about cost?
* [Google AI for Developers Cost](https://ai.google.dev/pricing).

### Hit us up on Socials!

Syntax: [X](https://twitter.com/syntaxfm) [Instagram](https://www.instagram.com/syntax_fm/) [Tiktok](https://www.tiktok.com/@syntaxfm) [LinkedIn](https://www.linkedin.com/company/96077407/admin/feed/posts/) [Threads](https://www.threads.net/@syntax_fm)

Wes: [X](https://twitter.com/wesbos) [Instagram](https://www.instagram.com/wesbos/) [Tiktok](https://www.tiktok.com/@wesbos) [LinkedIn](https://www.linkedin.com/in/wesbos/) [Threads](https://www.threads.net/@wesbos)

Scott: [X](https://twitter.com/stolinski) [Instagram](https://www.instagram.com/stolinski/) [Tiktok](https://www.tiktok.com/@stolinski) [LinkedIn](https://www.linkedin.com/in/stolinski/) [Threads](https://www.threads.net/@stolinski)

CJ: [X](https://twitter.com/CodingGarden) [Instagram](https://www.instagram.com/coding.garden/) [YouTube](https://www.youtube.com/@CodingGarden) [TwitchTV](https://www.twitch.tv/codinggarden)

Randy: [X](https://twitter.com/randyrektor) [Instagram](https://www.instagram.com/randyrektor/) [YouTube](https://www.youtube.com/@randyrektor) [Threads](https://www.threads.net/@randyrektor)
Loading