Tag: genai
All the articles with the tag "genai".
- genaiagentic-ai
An AI Agent in Your CI: Self-Hosted Coding Agents with GitHub Actions
SaaS coding agents want your source code. Self-hosting wants your weekends. What if the agent just ran inside GitHub Actions?
- genaiagentic-ai
Containing AI Agents at the OS Level: A Hands-On Look at Microsoft's MXC SDK
Microsoft's MXC SDK wraps model-generated agent code in policy-driven OS sandboxes — what it isolates, how to wire it up, and where the early preview falls short.
- genaievaluation
Evaluating an LLM Agent Like Real Software: Observability and Evals with Langfuse
A vibe-check isn't a test. How to trace, score, and gate an LLM agent with Langfuse — and the silent escalation regression evals catch that a demo never would.
- genaiagentic-ai
From OpenAPI to MCP Server: Bridging REST APIs and AI Agents with Go
Every REST API already carries the schema an MCP server needs. openapi-go-mcp turns that spec into a working Model Context Protocol server in minutes, not days.
- genaillm
Fine-tuning Generative AI Models: A Practical Guide with LlamaIndex
Parameter-efficient methods like LoRA and QLoRA changed the economics of customizing LLMs. A practical guide with LlamaIndex and Hugging Face, from data prep to deployment.
- genaillm
RAG Is Not Always Vector Search
Vector search is one RAG retrieval method, not the definition. Where semantic similarity falls short — and the hybrid, keyword, and structured retrieval to reach for instead.