Tag: ai
-
Sentry AI Tracing for OpenAI in Laravel
- Sentry has built-in AI tracing for Python and JavaScript. PHP developers get nothing. Here's how to build it yourself.
-
Eval Testing LLMs in PHPUnit
- Prompts break silently. Here's how to catch regressions with PHPUnit evals before your users do.
-
Building an AI Application: Lessons from Lenny's Vault
- A few lessons from building an application built on top of AI APIs.
-
Thoughts on GitHub Copilot
- General thoughts after using Github Copilot
-
From Scepticism to Collaboration with LLMs
- LLMs work best when you treat them like a junior engineer, not a magic wand. Same standards, same discipline, same reviews.
-
Improve LLM prompts using LLMs
- Experimenting with ways to improve how I interact with large language models (LLMs) like ChatGPT. Prompting is a surprisingly high-leverage task, where small tweaks often lead to disproportionately better results....