Publications

Research papers on agentic AI systems, large-scale enterprise architecture, and mathematical formalization of computational processes.

2026

Submitted Submitted to arXiv

Skyline-First Traversal as a Control Mechanism for Multi-Criteria Graph Search

Tacheny, N. (2026)

In multi-criteria graph traversal, paths are compared via Pareto dominance—an ordering that identifies which paths are non-dominated, but says nothing about which path to expand next or when the search may stop. As a result, existing approaches rely on external mechanisms—heuristics, scalarization, or population-based exploration—while Pareto dominance remains confined to passive roles such as pruning or ranking. This paper shows that, under constrained cost models—finite cost grids, Markovian transitions, and a nonzero progress measure—Pareto geometry alone is sufficient to drive both scheduling and termination.

We show that extracting exclusively from the first Pareto layer—the skyline—induces a deterministic descent in a discrete completion potential, ensuring monotone progress toward solution completion. In parallel, a vector lower-bound certificate provides a stopping condition that guarantees dominance coverage of all remaining traversals, without requiring a predefined number of solutions. The resulting framework operates without scalarization, heuristic guidance, or probabilistic models, and repositions Pareto dominance from a passive filter to a deterministic driver of search.

Parametric Traversal for Multi-Dimensional Cost-Aware Graph Reasoning

Tacheny, N. (2026)

Classical path search assumes complete graphs and scalar optimization metrics, yet real infrastructure networks are incomplete and require multi-dimensional evaluation. We introduce the concept of traversal: a generalization of paths that combines existing edges with gap transitions, missing but acceptable connections representing links that can be built. This abstraction captures how engineers actually reason about infrastructure: not just what exists, but what can be realized.

We present a parametric framework that treats planned connections as first-class transitions, scales to large graphs through efficient candidate filtering, and uses multi-dimensional criteria to decide whether a traversal should continue to be explored or be abandoned. We evaluate the framework through representative scenarios in datacenter circuit design and optical route construction in telecommunication networks, demonstrating conditional feasibility, non-scalarizable trade-offs, and policy calibration capabilities beyond the reach of classical formulations.

Agentic diagnostic reasoning over telecom and datacenter infrastructure

Tacheny, N. (2026)

This paper presents a framework where large language models perform diagnostic investigations across complex telecom and datacenter infrastructure using the Model Context Protocol (MCP). Rather than relying on hard-coded diagnostic algorithms, the agent autonomously navigates infrastructure models by invoking contextual tools for service lookup, dependency graph traversal, and event correlation.

The work defines a structured investigation protocol that grounds the agent's reasoning process and ensures safe handling of uncertain or incomplete information. This establishes foundations for autonomous incident resolution and predictive impact analysis, enabling infrastructure operators to identify downstream risks from planned maintenance operations before execution.

Calibrated Similarity for Reliable Geometric Analysis of Embedding Spaces

Tacheny, N. (2026)

Cosine similarity in pretrained embedding spaces correlates well with human judgments but suffers from systematic miscalibration due to anisotropy: scores concentrate in a narrow high-similarity band regardless of actual semantic relatedness. This paper introduces isotonic calibration, a monotonic transformation trained on human similarity judgments that restores interpretability of absolute similarity values while preserving rank correlation and local stability.

Unlike prior approaches that modify the embedding space through whitening or contrastive fine-tuning, this method leaves geometric structure intact and requires no recomputation of embeddings. We prove that all order-based constructions (angular ordering, nearest neighbors, threshold graphs, quantile-based decisions) are invariant under isotonic calibration.

2025

Geometric Dynamics of Agentic Loops in Large Language Models

Tacheny, N. (2025)

Iterative LLM systems such as self-refinement, chain-of-thought, and autonomous agents are increasingly deployed, yet their temporal dynamics remain uncharacterized. This paper formalizes agentic loops as discrete dynamical systems in semantic space, defining trajectories, attractors, and dynamical regimes for recursive LLM transformations using concepts from dynamical systems theory.

The framework reveals that agentic loops exhibit classifiable dynamics: contractive (convergence toward stable semantic attractors), oscillatory (cycling among attractors), or exploratory (unbounded divergence). Experiments show that prompt design directly controls the dynamical regime—the same model exhibits fundamentally different geometric behaviors depending solely on the transformation applied. This establishes that iterative LLM dynamics are predictable and controllable, opening directions for stability analysis and principled design of composite loops.

2012

A mountain pass algorithm with projector

Tacheny, N., Troestler, C. (2012) — Journal of Computational and Applied Mathematics, 236(7), 2025-2036

We present a novel numerical algorithm for finding saddle points of functionals, based on the mountain pass theorem from nonlinear analysis. The method introduces a projection step that significantly improves convergence properties compared to classical minimax approaches.

The algorithm is particularly suited for problems arising in mathematical physics and partial differential equations where critical points of energy functionals correspond to physically meaningful solutions. Numerical experiments demonstrate the efficiency of the projection technique on benchmark problems from nonlinear Schrodinger equations and semilinear elliptic systems.