expert led courses for front-end web developers and teams that want to level up through straightforward and concise lessons on the most useful tools available.
🚀 Exciting news! AgentWorkflow from @llama_index now in TypeScript!
Build powerful AI systems with:
🔄 Multi-agent orchestration
🤝 Task handoffs between agents
⚡️ Real-time event streaming
Level up your AI development now:
$ npm i llamaindex
Learn how to build your own Deep Research agent from scratch in LlamaIndex!
In our latest workshop tutorial, we cover going from zero knowledge of LlamaIndex to a fully-fledged multi-agent system for deep research! You'll learn:
➡️ Using AgentWorkflow to create a single agent
➡️ Creating a multi-agent system using AgentWorkflow
➡️ Dropping down to Workflows for even finer-grained control
➡️ Building a multi-agent system from scratch with Workflows
Includes tool use, managing state, and common design patterns like reflection!
Check it out here:
https://colab.research.google.com/drive/1xYq4wr4dkmvOuq0Ljwt1W9fIxfR50ekq#scrollTo=OfNzCgHl08Sc
The question isn’t if AI will transform your business, but how to use it to maintain your competitive edge. Vercel CTO Malte Ubl shows how companies can understand AI’s fundamental shifts, adapt their skills, and integrate AI into their businesses.
humanlayer/12-factor-agents: What are the principles we can use to build LLM-powered software that is actually good enough to put in the hands of production customers?
What are the principles we can use to build LLM-powered software that is actually good enough to put in the hands of production customers? - humanlayer/12-factor-agents
Stanford CS25: Transformers United Since their introduction in 2017, transformers have revolutionized Natural Language Processing (NLP). Now, transformers ar...
Best-practices on how to fine-tune OpenAI models.Notes, links, and more resources available Here: https://parlance-labs.com/education/fine_tuning/steven.html...
Cursor AI Tutorial: Build a Full Stack App with AI in 30 Minutes | Nat E...
My guest today is Nat Eliason.Nat teaches the “Build Your Own Apps with AI” course which made $200K in just 7 days. I’m one of his 1,000+ students so natural...
Hallucinations in code are the least dangerous form of LLM mistakes
A surprisingly common complaint I see from developers who have tried using LLMs for code is that they encountered a hallucination—usually the LLM inventing a method or even a full …
The example-driven, practical walkthrough of Large Language Models and their growing list of related features, as a new entry to my general audience series o...
This post outlines the common components of a generative AI platform, what they do, and implementation considerations. It'll start from the simplest architecture and progressively add more components: context construction, guardrails, router, gateway, cache, agentic workflows, orchestration, and observability.
Join me to Master Python for AI Projects 👉 https://python-course-earlybird.framer.website/Get data science/ AI insights in your inbox 👉 https://thu-vu.ck.p...
Title: From ML Engineering to AI EngineeringDate: June 27, 2024Duration: 1 HRSPEAKERChip HuyenVP of AI & OSS, Voltron DataMODERATORAlejandro SaucedoDirector ...
On today’s episode of The Pragmatic Engineer, I’m joined by Chip Huyen, a computer scientist, author of the freshly published O’Reilly book AI Engineering, a...
Considerations for Chunking for Optimal RAG Performance – Unstructured
Learn about the importance of chunking for RAG, choosing optimal chunk sizes, text splitting methods, and advanced smart chunking strategies to enhance your RAG system's performance.