AI
57 bites tagged AI — interview questions with model answers, and 60-second explainers.
OpenAI, Anthropic Launch $5.5B Services Arms
Anthropic and OpenAI are launching dedicated services companies, backed by a combined $5.5B, to embed their models into enterprise workflows. This signals a shift from pure model development to last-mile integration, recognizing that applying AI requires significant custom engineering and change management. Expect more competition from model labs themselves in the system integrator space, potentially squeezing smaller AI-focused consultancies.
Anthropic Automates AI Safety Research with Claude
Anthropic's automated AI agents, using Claude, achieved a 0.97 Performance Gap Recovered (PGR) score on a weak-to-strong supervision task, crushing the 0.23 score achieved by human researchers. This is one of the first concrete examples of automating open-ended AI research, where agents autonomously proposed, tested, and iterated on ideas. Engineers should anticipate R&D cycles accelerating as AI agents begin to tackle complex research problems.
AI May Automate AI R&D by EOY 2028
Claude Mythos Preview now solves 93.9% of real-world GitHub issues on SWE-Bench, a massive leap from Claude 2's 2% in late 2023. This near-saturation of coding benchmarks is a key indicator that AI can automate its own engineering. Based on this trend, Anthropic's Jack Clark predicts a 60%+ chance of no-human-involved AI R&D by EOY 2028. This shifts the focus from AI-assisted coding to fully automated AI development.
Google Search demos visual AI and planning tools
Google Search is showcasing new visual AI capabilities, including an 'AI Mode' with a 'Canvas tool' for planning and 'Search Live' for real-time camera analysis. This demonstrates Google's strategy of integrating multimodal AI directly into its core product, moving beyond text queries to interactive, visual problem-solving. Engineers should note the shift towards integrated, task-oriented AI experiences that combine visual input, planning, and real-world data.
Explain prompt injection and how to defend against it
This question tests your understanding of LLM security vulnerabilities and how untrusted user input can manipulate model behavior. A strong answer defines prompt injection as hijacking the model's instructions, then outlines a layered defense including input sanitization, instruction-tuned models, and separating user input from system prompts. A common red flag is confusing it with traditional SQL injection or suggesting simple input filtering is a sufficient solution.
Explain the concept of self-attention
This tests your ability to explain the core mechanism of Transformers. A strong answer defines self-attention as a process for relating positions of a single sequence, explains the Query-Key-Value (QKV) model where a token's Query is compared to all Keys to generate weights, and describes how these weights create a weighted sum of Values. A red flag is vaguely describing 'importance' without mentioning the QKV mechanism.
Google's April AI Push: Gemma 4 and Agent Platform
Google's April AI update introduces the Gemma 4 open model, an eighth-generation chip, and the Gemini Enterprise Agent Platform. This signals a major push into the "agentic era," providing engineers with the foundational models, hardware, and platforms to build more autonomous AI systems. The release also includes a personalized coding tutor in Colab and the Deep Research Max data analysis tool. Evaluate Gemma 4 for your open-source needs and explore the new agent platform for building complex w
Vector Databases: Searching by Meaning, Not Matches
A vector database organizes data by meaning, not just exact values. Instead of finding a record by its ID, you find it by its similarity to a query. This powers AI features like Retrieval-Augmented Generation (RAG), where an LLM finds relevant documents, and recommendation engines. The main footgun is that it finds *approximate* matches, trading perfect accuracy for speed and the ability to search unstructured data.
Prompt Engineering: How to Talk to AIs
Think of prompt engineering as giving a smart but literal intern a precise set of instructions. It's the skill of structuring your text input to guide a generative AI toward a specific, desired output, moving beyond simple keywords. This is essential for getting reliable results, from formatted JSON to correctly styled text. The biggest mistake is treating the AI like a search engine instead of a collaborator that needs clear direction.
Get AI bites daily.
Five a day, five minutes, offline. With quizzes so it sticks.
Open testing — you’ll join as an early tester.