Skip to content
ArceApps Logo ArceApps
ES
Back

Articles with tag: LLM

6 articles found

The Socratic Agent Series (Part 1): Induction, Entropy, and the Math Behind AI Doubt
AI May 15, 2026

The Socratic Agent Series (Part 1): Induction, Entropy, and the Math Behind AI Doubt

Why LLM hallucinations aren't bugs, but features of prediction. Discover how to build Socratic Induction loops in Kotlin to force AI agents to doubt their own logic before acting in Android systems.

Read more
PlugMem: Microsoft Research's Task-Agnostic Memory Module That Every LLM Agent Needs
AI March 26, 2026

PlugMem: Microsoft Research's Task-Agnostic Memory Module That Every LLM Agent Needs

A technical deep-dive into PlugMem, Microsoft Research's plugin memory system that transforms raw LLM agent interactions into reusable structured knowledge. How its three-component architecture (Structure, Retrieval, and Reasoning) outperforms task-specific memory designs.

Read more
SLMs vs LLMs for Android: When to Run AI on the Device
Android March 9, 2026

SLMs vs LLMs for Android: When to Run AI on the Device

Practical guide for Android developers to choose between on-device small models (Gemini Nano, Phi-3 Mini) and cloud LLMs: latency, privacy, cost, and battery life.

Read more
AI Agent Skills: Dynamic Context Injection
AI October 25, 2025

AI Agent Skills: Dynamic Context Injection

How to inject dynamic context into AI agent prompts. Techniques for providing memory, skills, and tools on-the-fly.

Read more
AI Agents on Android: Theory and Practice
AI October 25, 2025

AI Agents on Android: Theory and Practice

Understanding the role of AI Agents in modern mobile development. From theoretical foundations to practical implementation strategies using LLMs.

Read more
DeepSeek R1: The Coding Review
AI January 31, 2025

DeepSeek R1: The Coding Review

A developer's take on DeepSeek R1 for coding tasks. From impressive reasoning to common hallucinations. Is it ready for production code?

Read more