Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /LLMs

Tag

LLMs

Every published article tagged with LLMs.
Illustration for Meta Unveils Muse Personal AI Agent with System-Wide Tool Access
AI/Sep 10, 2026

Meta Unveils Muse Personal AI Agent with System-Wide Tool Access

Meta Muse AI agent executes system-wide tool calls across OS services, syncs email, calendar, and health metrics with low latency.

8 min read
AI AgentsMeta
Illustration for Transforming LLM Context Memory into Program Analysis Engines
AI/Aug 31, 2026

Transforming LLM Context Memory into Program Analysis Engines

Use llm memory program analysis to scan code. Run static evaluation and detect vulnerabilities in long context. Automate security checks now.

6 min read
LLMLLMs
Illustration for Anthropic Demonstrates Automated AI Alignment Improvement System
AI/Aug 31, 2026

Anthropic Demonstrates Automated AI Alignment Improvement System

New anthropic self improving ai system automates alignment. Fixes 10 misaligned behavior benchmarks. Baseline capabilities remain intact.

6 min read
AnthropicAlignment
Illustration for Open Source Experiential Router Uses Request Data to Fine-Tune Models
Programming/Aug 28, 2026

Open Source Experiential Router Uses Request Data to Fine-Tune Models

New API router uses request data for openrouter model fine tuning. Turn inference routing patterns into training feedback for better LLMs.

6 min read
LLMLLMs
Illustration for Why Local LLM Execution Yields Subpar Reasoning Output
AI/Aug 28, 2026

Why Local LLM Execution Yields Subpar Reasoning Output

Aggressive quantization, small context windows, bad samplers explain why local llm dumber. Adjust parameters to restore reasoning.

6 min read
LLMLLMs
Illustration for Nvidia Research Shows Agent Harness Matters More Than Underlying AI Model
AI/Aug 28, 2026

Nvidia Research Shows Agent Harness Matters More Than Underlying AI Model

Fine-tuning nvidia ai agent harness stops execution drift. New research proves system design beats raw model power for complex task completion.

7 min read
AI AgentsNvidia
Illustration for Breakdown of Modern AI Chip Architectures
Technology/Aug 28, 2026

Breakdown of Modern AI Chip Architectures

Evaluate memory bandwidth, compute tradeoffs, and silicon design in modern ai chip architectures hardware. Optimize next-gen accelerators for AI workloads.

7 min read
ChipsChip
Illustration for Autopsy of an LLM Agent Infinite Loop: 245 Retries Burned on Hallucinated Request
AI/Aug 28, 2026

Autopsy of an LLM Agent Infinite Loop: 245 Retries Burned on Hallucinated Request

Fix llm agent infinite loop. Debugging runaway pipeline execution triggered by hallucinated API calls. Add validation guardrails to stop agentic failures.

7 min read
AI AgentsLLMs
Illustration for Scaling AI Workloads in Modern Infrastructure Engineering
Software Engineering/Aug 28, 2026

Scaling AI Workloads in Modern Infrastructure Engineering

Optimize AI pipelines. Use ai infrastructure engineering patterns to scale workloads, manage GPU clusters, and solve operational bottlenecks.

7 min read
InfrastructureAI Engineering
Illustration for Improving LLM Code Generation Quality using agent.md
Programming/Aug 28, 2026

Improving LLM Code Generation Quality using agent.md

Define agent md llm context to standardize repo rules. Stop AI code hallucinations, boost output accuracy, guide coding assistants.

5 min read
AI CodingLLMs
Illustration for Security Risk Breakdown: Sweeping Permissions in Autonomous AI Assistants
AI/Aug 28, 2026

Security Risk Breakdown: Sweeping Permissions in Autonomous AI Assistants

Analyze ai assistant security risks from broad agent permissions. Prevent data leaks. Fix boundary flaws to secure autonomous systems.

7 min read
AI AgentsPermissions
Illustration for Ramp Releases Unified API Router for Dynamic LLM Switching
AI/Aug 22, 2026

Ramp Releases Unified API Router for Dynamic LLM Switching

Integrate ramp ai model router to swap LLM providers dynamically. Optimize cost and latency via unified API. Switch models instantly in production.

7 min read
LLMsLLM
Illustration for Moving Cron Curation Jobs from Cloud APIs to Local Small Language Models
Programming/Aug 15, 2026

Moving Cron Curation Jobs from Cloud APIs to Local Small Language Models

Migrate your background workflows from OpenAI to self-hosted models. Learn how to set up local llm cron jobs for summarization and ranking to cut API costs.

6 min read
LLMsDeveloper Tools
Illustration for Optimizing LLM Inference Costs with Post-Training Token Harnessing
AI/Aug 15, 2026

Optimizing LLM Inference Costs with Post-Training Token Harnessing

Implement post-training token harnessing for effective llm token cost optimization. Learn how to slash inference budgets while maintaining model performance.

6 min read
LLMsAI
Illustration for Building a Token Ledger for Free LLM API Quota Management
Programming/Aug 15, 2026

Building a Token Ledger for Free LLM API Quota Management

Control your developer costs by implementing llm api quota management. Discover how to track token consumption and limit usage without spending a dime.

7 min read
LLMsAI
Illustration for Advanced RAG Architectures: Implementing Parent-Document Retrieval and Query Rewriting
AI/Jul 30, 2026

Advanced RAG Architectures: Implementing Parent-Document Retrieval and Query Rewriting

How to move beyond simple vector search by implementing parent-document retrieval and query expansion pipelines to improve context relevance in production RAG systems.

6 min read
AIRAG
Illustration for Local AI Models on Your Laptop: When Privacy Beats Bigger Models
AI/Jul 2, 2026

Local AI Models on Your Laptop: When Privacy Beats Bigger Models

Local AI models are slower than cloud tools, but they can be the better choice for private drafts, repeat tasks, and offline work.

5 min read
Local AILLMs
Illustration for Choosing a Vector Database for RAG: pgvector, Pinecone, and Qdrant Compared
AI/Jun 30, 2026

Choosing a Vector Database for RAG: pgvector, Pinecone, and Qdrant Compared

Every team building retrieval-augmented generation reaches the same decision: which vector database? Here's how pgvector, Pinecone, and Qdrant actually behave in production.

5 min read
AIRAG
Illustration for RAG Evaluation Checklist for AI Apps Before Users See Them
AI/Jun 30, 2026

RAG Evaluation Checklist for AI Apps Before Users See Them

A practical RAG evaluation checklist for app developers: test retrieval, citations, answer grounding, regressions, and release gates before shipping AI features.

7 min read
AIRAG
Illustration for GPT-5.6 Sol Preview: Why Model Upgrades Still Need Boring Evaluation
AI/Jun 29, 2026

GPT-5.6 Sol Preview: Why Model Upgrades Still Need Boring Evaluation

GPT-5.6 Sol may be stronger, but teams should test model upgrades with saved prompts, costs, latency, and failure cases before switching.

4 min read
GPT-5Model Evaluation