Skip to content
ArceApps Logo ArceApps
ES
Back

Articles with tag: LLM

7 articles found

Headroom: the context compression layer yo...
Headroom June 8, 2026

Headroom: the context compression layer yo...

Deep dive into Headroom, the open-source project (33.4k ⭐) that promises 60-95% token reduction on what you send to an LLM without losing accuracy. We test its 6 algorithms, its reversible CCR, and its proxy mode, and compare it to the rest of the ecosystem.

Read more
The Socratic Agent Series (Part 1): Induct...
AI May 15, 2026

The Socratic Agent Series (Part 1): Induct...

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-Agnosti...
AI March 26, 2026

PlugMem: Microsoft Research's Task-Agnosti...

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