Notes / tag / tech

#tech

35 notes across 5 topics

# Agentic Ai Projects And Mastery

All Agentic Ai Projects And Mastery notes →

What is Azure AI Content Safety

Microsoft's content moderation service — four independent harm categories (Hate, Violence, Sexual, Self-harm) scored 0-7, text/image analysis via REST or SDK, and custom blocklists for context-specific terms. Successor to the deprecated Content Moderator.

tech azure ai-safety guardrails
Aug 9, 2026

Managing, Monitoring, and Securing Azure AI Services

Operational reference for running Azure AI Services in production — activity logs vs. diagnostic logs vs. metrics, cost model and budgets, key rotation and Key Vault, Entra ID auth, network isolation (service vs. private endpoints), Responsible AI principles, CI/CD and IaC for AI resources, and container deployment.

tech azure observability finops security
Aug 9, 2026

What is Azure AI Services

Microsoft's Azure AI service catalog — account models (single- vs multi-service), Azure OpenAI's deployment-based access pattern, Azure AI Search as the RAG grounding layer, and the single-service capability catalog (Vision, Language, Speech, Document Intelligence).

tech azure ai-agents mlops
Aug 9, 2026

What is Azure SRE Agent (Microsoft)

Microsoft's AI agent embedded in Azure for autonomous incident response — acknowledges alerts from PagerDuty/ServiceNow/Azure Monitor, investigates via Azure Monitor/App Insights/Kusto, executes configurable Incident Response Plans with tunable autonomy, and learns across incidents via Session Insights.

tech ai-agents observability incident-response azure
Aug 9, 2026

What is Harness Engineering

The discipline of designing everything that wraps a raw LLM into a reliable agent — tool contracts, system prompt architecture, context/memory management, permission gates, and feedback loops. Distinct from prompt engineering and model training.

tech ai-agents agentic-ai llm systems-design
Aug 9, 2026

What is HolmesGPT

Robusta.dev's open-source SRE agent (CNCF Sandbox) for investigating production incidents across Kubernetes, VMs, cloud services, and databases — an agentic tool-calling loop over 70+ toolsets, not a chatbot or RAG system, with a proactive 'operator mode' that monitors and opens fix PRs without a human trigger.

tech ai-agents kubernetes observability cncf
Jul 13, 2026

What is Gemini Enterprise Agent Platform

Google's April 2026 unification of agent tooling — a four-stage lifecycle (build, scale, govern, optimize) wrapping Agent Studio/ADK, a stateful Agent Runtime, an Identity/Registry/Gateway governance stack, and native A2A + MCP interop.

tech ai-agents agent-frameworks google-cloud governance
Jul 10, 2026

What is Google ADK

Google's open-source, code-first Agent Development Kit — a multi-language framework for building, evaluating, and deploying agents, positioned as an 'agent execution framework' rather than a toolkit.

tech ai-agents agent-frameworks google-cloud open-source
Jul 10, 2026

What is Vertex AI

Google Cloud's managed ML/AI platform — as of 2026 rebranded and consolidated into the Gemini Enterprise Agent Platform, bundling 200+ foundation models, Agent Builder, and a managed agent runtime (formerly 'Agent Engine').

tech google-cloud ai-agents mlops
Jul 10, 2026

What is CrewAI

Open-source Python framework for multi-agent orchestration — role-based 'Crews' for autonomous collaboration and event-driven 'Flows' for precise control, now a de facto standard for production agentic pipelines.

tech ai-agents agent-frameworks python open-source
Jul 9, 2026

What is Hermes Agent

Nous Research's open-source, self-hosted AI agent that runs continuously on your own server, builds persistent memory over time, and distills its own reusable 'skills' from completed tasks.

tech ai-agents agent-frameworks open-source llm
Jul 9, 2026

What is MCP Toolbox

Google's open-source MCP server for databases (formerly Gen AI Toolbox for Databases) — production-ready (v1.0.0) prebuilt tools that connect agents and IDEs directly to AlloyDB, Spanner, Cloud SQL, BigQuery, and more, with OAuth2 zero-trust gating.

tech mcp google-cloud databases ai-agents
Jul 9, 2026

What is Mem0

Universal memory layer for AI agents — combines vector search, a knowledge graph, and key-value caching behind one API, so any framework can bolt on persistent, cross-session memory in under a day.

tech ai-agents memory llm open-source
Jul 9, 2026

What is OpenClaw

Self-hosted, model-agnostic personal AI agent (by Peter Steinberger) that gets full computer access — browser, filesystem, shell — and is reachable from 29+ chat platforms, positioned against SaaS agent walled gardens.

tech ai-agents agent-frameworks open-source
Jul 9, 2026

What is Playwright

Microsoft's cross-browser end-to-end testing/automation framework — and, via Playwright MCP, the standard way AI agents get safe, deterministic control of a real browser.

tech testing browser-automation ai-agents mcp
Jul 9, 2026

What is Cortex (cortexproject)

CNCF Incubating, horizontally-scalable multi-tenant long-term storage for Prometheus — the project Grafana Mimir forked from in 2022, still maintained as the vendor-neutral, community-governed alternative once Grafana Labs redirected engineering effort to Mimir.

tech observability metrics cncf
Aug 2, 2026

What is eBPF

Extended Berkeley Packet Filter — sandboxed, verified bytecode run inside the Linux kernel without a module or a restart. The foundation under Cilium, Grafana Beyla, and Pyroscope: zero-instrumentation traces, metrics, and continuous profiling.

tech observability ebpf linux-kernel profiling
Jul 12, 2026

What is Fluent Bit

CNCF-graduated, C-written log/metrics/trace forwarder — Fluentd's lightweight sibling, the de facto node-level log-collection DaemonSet in most Kubernetes clusters, and Grafana Alloy's main incumbent competitor for that slot.

tech observability logs collector cncf
Jul 12, 2026

What is Jaeger

CNCF-graduated distributed tracing system built at Uber in 2015, Dapper-lineage like Zipkin before it — and, since Jaeger v2, rebuilt on top of the OpenTelemetry Collector rather than bespoke ingestion code.

tech observability tracing cncf
Jul 12, 2026

What is Loki

Grafana Labs' log aggregation system — 'like Prometheus, but for logs': index only labels, store compressed chunks in object storage, query with LogQL. Shares its distributor/ingester/compactor architecture with Mimir and Tempo.

tech observability logs grafana-cloud
Jul 12, 2026

What is Mimir

Grafana Labs' horizontally-scalable, multi-tenant long-term storage for Prometheus metrics — the 2022 successor to Cortex, and the actual system serving every PromQL query and remote-write in a Grafana Cloud metrics stack.

tech observability metrics grafana-cloud
Jul 12, 2026

What is Prometheus

CNCF's second graduated project (2018) — the pull-based metrics monitoring system and query language (PromQL) that defined the exposition format nearly every metrics tool now speaks, and the API that Grafana Mimir scales out horizontally.

tech observability metrics cncf
Jul 12, 2026

What is StatsD

Etsy's 2011 UDP-based metrics protocol and daemon — the simplest possible fire-and-forget instrumentation format, superseded as a client API by OTel/Prometheus but still alive everywhere as a compatibility ingestion shim.

tech observability metrics protocol
Jul 12, 2026

What is Tempo

Grafana Labs' distributed tracing backend — the radical simplification vs. Jaeger's classic architecture: no dedicated index, just object storage and a trace-ID lookup, queried with TraceQL and linked from metrics via exemplars.

tech observability tracing grafana-cloud
Jul 12, 2026

What is Cardinality (in observability)

The number of unique time series (or unique log/trace label combinations) a metric produces — the single biggest driver of ingest cost and query latency in Prometheus-family backends (Mimir, Cortex, Thanos), and the reason unbounded labels are a production incident waiting to happen.

tech observability metrics cardinality cost
Jul 9, 2026

What is Telegraf

InfluxData's plugin-driven metrics/events/logs collection agent — 300+ input/output plugins, written in Go, single static binary — the collector layer in the InfluxDB (TICK-stack-descendant) ecosystem, comparable in role to Grafana Alloy.

tech observability metrics collector influxdata
Jul 9, 2026