Topic

artificial-intelligence

21 articles in this thread. Browse all topics.

Why Desktop Apps Are Making a Comeback in the Age of AI

The browser won the last decade on reach. AI workloads are local, stateful and long-running, and the browser sandbox was never designed for that. The most serious AI tools of the last two years shipped as desktop apps, and this post argues that is not a coincidence.

Evaluating Overlapping Plugins in Coding Agents

Overlapping plugins complicate attributing coding-agent outcomes to the model or its configuration. This post distinguishes package resolution from per-run behaviour and proposes controlled comparisons using invocation traces, correctness, safety and cost.

Different Types of Wikis and When to Use Them

Code repositories, documents, and agent instructions answer different questions about a software system. This guide maps generated repository wikis, codebase analysis, RAG, linked knowledge wikis, and the Open Knowledge Format to help teams choose the right documentation architecture.

MCP Draft DCR Deprecation: What Client ID Metadata Documents Change

The MCP authorization draft deprecates Dynamic Client Registration as a compatibility fallback, not as an OAuth mechanism globally. Client ID Metadata Documents offer portable, origin-associated metadata, but do not authenticate a running public client. This article explains the operational trade-offs, localhost impersonation risks and metadata-fetch protections that remain.

MCP Client Registration Against Entra ID: The OAuth Proxy Pattern

An OAuth proxy can connect MCP clients to an Entra-backed service while keeping downstream registration separate from upstream application provisioning. This conceptual walkthrough explains the two authorization transactions, per-client consent, token validation and refresh limits that make the proxy a security-critical authorization server.

Beyond Chat: The Dawn of Proactive AI with Active Agents

In this discussion, I introduce "Active Agents," my new project envisioning proactive AI that understands context, anticipates needs, and acts in the background. This concept aligns with a broader movement towards AI designed to enhance productivity by moving beyond simple query-response interactions.

You Do Not always need OCR

OCR vs Text Extraction: When to use each method for document processing to achieve a balance between speed, cost, and accuracy.

Why Limit Yourself to One AI When You Can Chat with Many? Meet Chat4All

Why limit yourself to conversing with just one AI when you can engage with several at once? Meet Chat4All - an innovative open-source app that breaks the norm by allowing users to interact with multiple large language models (LLMs) simultaneously.