Found 39 bookmarks
Custom sorting
How to Build an In-N-Out Agent with OpenAI Agents SDK
How to Build an In-N-Out Agent with OpenAI Agents SDK
In this video, I take a deeper dive look at the OpenAI Agents SDK and how it can be used to build a fast food agent. Colab: https://dripl.ink/MZw2R For more tutorials on using LLMs and building agents, check out my Patreon Patreon: https://www.patreon.com/SamWitteveen Twitter: https://x.com/Sam_Witteveen 🕵️ Interested in building LLM Agents? Fill out the form below Building LLM Agents Form: https://drp.li/dIMes 👨‍💻Github: https://github.com/samwit/llm-tutorials ⏱️Time Stamps: 00:00 Intro 00:11 Creating an In-N-Out Agent (Colab Demo) 00:40 In-N-Out Burger Agent 04:35 Streaming runs 05:40 Adding Tools 08:20 Websearch Tool 09:45 Agents as Tools 12:21 Giving it a Chat Memory
·youtube.com·
How to Build an In-N-Out Agent with OpenAI Agents SDK
The all NEW GitHub Copilot Experience
The all NEW GitHub Copilot Experience
There were a number of announcements at GitHub Universe that impacted VS Code and Copilot users. This is a roundup of those announcements, including the much-anticipated Copilot Edits, Intent Detection, Model Selection, and Code Reviews. We'll also take a look at some of the amazing extensions created by the VS Code team, including using images for prompts with Vision for Copilot, analyzing CSV data with Data Analysis for Copilot, and GitHub Pull Requests. 🔎 Chapters: 00:00 GitHub Universe announcements 00:30 Demo - Copilot Edits 05:30 Demo - Intent Detection 09:06 Demo - Data Analysis for Copilot 10:19 Demo - GitHub Pull Requests Copilot Integration 13:10 Happy Coding 🔗 Links: https://aka.ms/get-copilot https://aka.ms/IntroducingCopilotEdits Featuring: Rob Conery #vscode #copilot #githubcopilot
·youtube.com·
The all NEW GitHub Copilot Experience
DrSadiqfareed/Full-Page-Handwriting-Recognition: An implementation of a full-page handwriting recognition system using convolutional neural networks and transformers. This project tackles the complex task of recognizing handwritten text without segmentation.
DrSadiqfareed/Full-Page-Handwriting-Recognition: An implementation of a full-page handwriting recognition system using convolutional neural networks and transformers. This project tackles the complex task of recognizing handwritten text without segmentation.
An implementation of a full-page handwriting recognition system using convolutional neural networks and transformers. This project tackles the complex task of recognizing handwritten text without s...
·github.com·
DrSadiqfareed/Full-Page-Handwriting-Recognition: An implementation of a full-page handwriting recognition system using convolutional neural networks and transformers. This project tackles the complex task of recognizing handwritten text without segmentation.
Windsurf Editor by Codeium
Windsurf Editor by Codeium
Tomorrow's editor, today. Windsurf Editor is the first AI agent-powered IDE that keeps developers in the flow. Available today on Mac, Windows, and Linux.
·codeium.com·
Windsurf Editor by Codeium
I built a DeepSeek R1 powered VS Code extension…
I built a DeepSeek R1 powered VS Code extension…
Learn how to build a VS Code Extension from scratch. In this fun tutorial, we integrate DeepSeek R1 direction into our editor to build a custom AI assistant. Go Deeper https://fireship.io/courses Related Content: VS Code Extension Template https://code.visualstudio.com/api/get-started/your-first-extension Ollama DeepSeek R1 https://ollama.com/library/deepseek-r1 DeepSeek R1 First Look https://youtu.be/-2k1rcRzsLA DeepSeek Fallout https://youtu.be/Nl7aCUsWykg
·youtube.com·
I built a DeepSeek R1 powered VS Code extension…
pytudes/ipynb/CherylMind.ipynb at main · norvig/pytudes
pytudes/ipynb/CherylMind.ipynb at main · norvig/pytudes
There has been much debate on the degree to which Large Language Models (LLMs) have a theory of mind: a way of understanding what other people know and don't know. In this notebook I explore one small part of the issue by asking nine LLM chatbots to solve the Cheryl's Birthday Problem, a well-known logic puzzle in which different characters have different states of knowledge at different times.
·github.com·
pytudes/ipynb/CherylMind.ipynb at main · norvig/pytudes
leapingio/leaping
leapingio/leaping

Leaping's pytest debugger is a simple, fast and lightweight debugger for Python tests. Leaping traces the execution of your code and allows you to retroactively inspect the state of your program at any time, using an LLM-based debugger with natural language.

It does this by keeping track of all of the variable changes and other sources of non-determinism from within your code.

·github.com·
leapingio/leaping
LangGraph Crash Course with code examples
LangGraph Crash Course with code examples
Colab 01. Learning LangGraph Agent Executor: https://drp.li/vL1J9 Colab 02. Learning LangGraph - Chat Executor: https://drp.li/HAz3o Colab 03. Learning LangGraph - Agent Supervisor: https://drp.li/xvEwd Interested in building LLM Agents? Fill out the form below Building LLM Agents Form: https://drp.li/dIMes Github: https://github.com/samwit/langchain-tutorials (updated) https://github.com/samwit/llm-tutorials Time Stamps: 00:00 Intro 00:19 What is LangGraph? 00:26 LangGraph Blog 01:38 StateGraph 02:16 Nodes 02:42 Edges 03:48 Compiling the Graph 05:23 Code Time 05:34 Agent with new create_open_ai 21:37 Chat Executor 27:00 Agent Supervisor
·youtube.com·
LangGraph Crash Course with code examples
Code LoRA from Scratch - a Lightning Studio by sebastian
Code LoRA from Scratch - a Lightning Studio by sebastian
LoRA (Low-Rank Adaptation) is a popular technique to finetune LLMs more efficiently. This Studio explains how LoRA works by coding it from scratch, which is an excellent exercise for looking under the hood of an algorithm.
·lightning.ai·
Code LoRA from Scratch - a Lightning Studio by sebastian
Stable Code 3B: Coding on the Edge — Stability AI
Stable Code 3B: Coding on the Edge — Stability AI
Stable Code, an upgrade from Stable Code Alpha 3B, specializes in code completion and outperforms predecessors in efficiency and multi-language support. It is compatible with standard laptops, including non-GPU models, and features capabilities like FIM and expanded context size. Trained in multiple
·stability.ai·
Stable Code 3B: Coding on the Edge — Stability AI
Pydantic is all you need: Jason Liu
Pydantic is all you need: Jason Liu
Please return only json, do not add any other comments ONLY RETURN JSON OR I'LL TAKE A LIFE If this was you, then you've probably been pretty happy to see OpenAI function_call get released, I'm here to show you how you can get the most out of such powerful feature. Instead of writing prompts that turn strings into strings, we can write Pydantic objects and get Pydantic objects out of OpenAI. In this talk we explore some model driven development. Where we go step by step with some examples on how to represent your problem as simple code so we can model, generate diagrams, and write prompts as code to save time and model complex data correctly, allow us to use the same best practices rather than having to invent new ones for how we manage prompts. Recorded live in San Francisco at the AI Engineer Summit 2023. See the full schedule of talks at https://ai.engineer/summit/schedule & join us at the AI Engineer World's Fair in 2024! Get your tickets today at https://ai.engineer/worlds-fair About Jason Liu Previously stitch fix and Facebook. Currently consulting startups on production using llm systems.
·youtube.com·
Pydantic is all you need: Jason Liu
Onboard AI
Onboard AI

Navigate unfamiliar codebases using AI. Step 1: Clone a GitHub repository Step 2: Ask questions to find your way around

·getonboard.dev·
Onboard AI
Phind: AI Search Engine and Pair Programmer
Phind: AI Search Engine and Pair Programmer
We have fine-tuned CodeLlama-34B and CodeLlama-34B-Python on an internal Phind dataset that achieved 67.6% and 69.5% pass@1 on HumanEval, respectively. GPT-4 achieved 67% according to their official technical report in March. To ensure result validity, we applied OpenAI's decontamination methodology to our dataset.
·phind.com·
Phind: AI Search Engine and Pair Programmer