An AI Odyssey, Part 2: Prompting Peril
Explores the challenges of getting consistent, reliable answers from AI models like ChatGPT due to prompt sensitivity and hidden variables.
Explores the challenges of getting consistent, reliable answers from AI models like ChatGPT due to prompt sensitivity and hidden variables.
Explores using Skills directly in the OpenAI API, including inline base64-encoded zip data, with a practical script example.
Explains how to use the new 'Skills' feature in the OpenAI API, including inline base64-encoded tools for tasks like word counting.
A technical exploration of llmfs, a FUSE filesystem where all file operations are dynamically generated and controlled by an LLM.
A guide to benchmarking language models using a Jupyter Notebook that supports any OpenAI-compatible API, including Ollama and Foundry Local.
Explains why standard language model benchmarks are insufficient and how to build custom benchmarks for specific application needs.
Developer releases Legba 2.0.0, a Windows desktop app for managing LLM requests with OpenAI API format, featuring new source code inclusion.
A tutorial on building a full-stack AI chat application using React.js, Next.js, and the OpenAI API, including streaming responses.
Testing GPT-4o's new image generation feature using C# and the Microsoft.Extensions.AI library, with a practical coding example.
An introduction to RealTime AI, exploring the fundamentals of low-latency AI using the OpenAI Realtime API for fluid, conversational applications.
Explains how to extract logprobs from OpenAI's structured JSON outputs using the structured-logprobs Python library for better LLM confidence insights.
A tutorial on building a chatbot with LangChain, OpenAI, and Next.js/React.js, including code examples for the frontend and backend.
A guide on using LLMs like Llama 3.2 Vision with .NET to automatically generate descriptive alt text for images, improving web accessibility.
A tutorial on building a ChatGPT-like chat application using Ruby on Rails and the Claude 3.5 Sonnet AI model, covering setup, models, and integration.
Investigates why ChatGPT 3.5 API sometimes refuses to summarize arXiv papers, exploring prompts, content, and model behavior.
A developer documents building a game-playing AI using ChatGPT and Ruby on Rails, covering API integration, token management, and frontend development.
Introduces EasyLLM, an open-source Python package for streamlining work with open large language models via OpenAI-compatible clients.
A video tutorial on building an iOS ChatGPT app using SwiftUI and the OpenAI API, covering UI and state management concepts.