Our Publications

Research & Insights

Whitepapers, research articles, and blog posts sharing our findings, experiments, and learnings with the AI community.

Article

Building ReAct-based AI Agent from Scratch in Ruby programming language

This article explains how to design and implement a simple AI agent architecture in Ruby, focusing on core concepts like perception, reasoning, decision-making, and action rather than just code. Using Ruby's clarity, it demonstrates how modular components come together to form a goal-driven agent that interacts with its environment in a structured, understandable way.

ReAct
Ruby
AI Agent
agent architecture
Alex ChaplinskyJan 8, 202515 min read12 citations
ResearcharXiv:2512.08421DOI: 10.1234/fwdai.2025.001

Structured Memory Extraction from Long-Running AI Conversations

Designing and evaluating system-level methods for extracting, updating, and using long-term user memory from conversations—without hallucinated personas, stale assumptions, or excessive compute.

structured memory extraction
long-running AI conversations
hallucination
excessive compute
Alex ChaplinskyFebruary 2, 202622 min read45 citations
In progress30%
Research

Multi-Objective Reasoning in Agentic LLM Systems

Agentic LLMs struggle to balance competing objectives across long execution horizons. This work studies how models and agent architectures handle persistent, conflicting goals and proposes evaluation methods and design patterns to improve objective-aware reasoning.

multi-objective reasoning
agentic LLMs
evaluation methods
design patterns
Alex ChaplinskyJanuary 15, 202618 min read23 citations
In progress45%
Research

Beyond Natural Language: Designing Compressed Languages for LLM

We investigate how large language models can communicate using compact, machine-native encodings rather than human language, focusing on semantic density, shared ontologies, and emergent protocol design under strict token constraints.

compressed languages
LLM
protocol design
semantic density
Alex ChaplinskyNovember 22, 202512 min read
In progress10%