Home/AI/ML Notes/Basics of Agents/References & Further Reading
⌂ Main Page
Basics of Agents

References & Further Reading

Sources behind these notes, plus the You.com search-agent evaluation.

On this page

References

AI Agents in Pure Python

Agents on GCP:

Google's AI can now surf the web for you, click on buttons, and fill out forms with Gemini 2.5 Computer Use: https://venturebeat.com/ai/googles-ai-can-now-surf-the-web-for-you-click-on-buttons-and-fill-out-forms

Google AI Agents Course: copy from emails

HuggingFace courses:

AWS Classes &Materials

Maybe Useful

Search Agent Evaluation by You.com

From white paper: How We Evaluate AI Search for the Agentic Era by You.com (downloaded in Books)

  1. Golden Set: of curated queries and expected answers (organization's consensus on quality - must define what "excellent results" mean) to evaluate / benchmark the performance of search engines, AI models & other systems.


  2. Evaluation Execution: Run the full golden set across different agents, models, systems and capture structured top-K results. For agentic or LLM-based search applications, run it across different search agents using the same synthesis LLM w/identical prompt so that only search quality varied. Submit the synthesized answers to an LLM judge using a consistent evaluation prompt or rubric.

  3. Metrics & Reporting: clear, comparable metrics exposing both retrieval quality and downstream answer quality. Compute core scores such as accuracy, relevance, ranking quality, failure rates, and statistical confidence where appropriate. Aim - fast, unbiased interpretation of performance & repeatable, trustworthy decision-making.

  4. If custom golden sets aren't feasible, use established benchmarks - SimpleQA, FRAMES, FreshQA, BrowseComp, FinSearchComp, etc.

To build a golden set that accurately predicts real-world performance, follow these six strategic steps:

Evaluation:

Issues with Search Evaluation