Lessons After a Half Billion Gpt Tokens
Practical lessons from integrating LLMs into a product, focusing on prompt design pitfalls like over-specification and handling null responses.
Practical lessons from integrating LLMs into a product, focusing on prompt design pitfalls like over-specification and handling null responses.
Call for participation in WAIT #3, a peer conference on AI in software testing, seeking experienced testers to share and evaluate real-world AI testing experiences.
Explores immutability and transparency in data modeling using Java records, part of a series on Data-Oriented Programming v1.1.
Analyzes the complex total cost of ownership for deploying generative AI models in production, beyond just raw compute expenses.
A technical exploration of combining the CSS Anchor Positioning spec with the Popover API to create progressively enhanced toggletips for web references.
Tips for handling CoreData and CloudKit syncing in iOS apps, including checking user iCloud login status and managing first-run data scenarios.
A podcast episode discussing the pros and cons of building your own backend services versus using third-party solutions for cross-platform game features like leaderboards.
A guide to creating a SuperLink component in Next.js that combines Link and anchor tag features for automatic prefetching.
Explores the slow adoption of new CSS features like Container Queries and Layers, examining barriers like browser support and invisible improvements.
Explains core prompting fundamentals for effective LLM use, including mental models, role assignment, and practical workflow with examples.
A guide for engineering managers on setting clear, effective probation goals for software engineers, with templates for senior and junior roles.
A guide to creating a custom autocomplete source for nvim-cmp in Neovim, specifically for blogging tasks like tags and links.
A developer details building a Lisp-to-JavaScript compiler in Rust, covering parsing, AST generation, and code transformation.
Analysis of internal FTC memos reveals a flawed 2011-2012 Google antitrust investigation, citing a lack of tech industry understanding.
Explores automatic query invalidation after mutations in React Query, covering implementation strategies and global cache callbacks.
A talk from PyCon Italia 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
The SEC has approved eight spot Ethereum ETFs, expanding institutional access to Ether and marking a major development in cryptocurrency regulation.
Explores GPT-4o, OpenAI's new multimodal AI model that processes text, images, and audio, now available in preview on Azure AI.
An analysis of the financial realities of writing technical books, covering royalty models, potential earnings, and publishing strategies.
Explains tagged singletons in dependency injection, allowing multiple singleton instances of the same class distinguished by tags for different contexts.