Graph Machine: Exploring Edge Mechanisms as an Inductive Bias Researchers introduced Graph Machine, an architecture with two explicit edge-based mechanisms—edge-augmented attention and edge-centric referral—that outperforms Transformer baselines on Sudoku reasoning tasks, with ablations attributing gains to the edge mechanisms. The model discovered a compact edge-based construction for Sudoku geometry, supporting explicit edge mechanisms as a promising inductive bias. arXiv:2608.06834v1 Announce Type: new Abstract: Transformers provide a powerful architecture for global content-based matching, but reasoning problems may benefit from a stronger inductive bias toward iterative traversal of latent relations. We introduce Graph Machine, an architecture with two explicit edge-based mechanisms: Edge-augmented attention, in which edges modulate attention between nodes, and edge-centric referral, in which nodes exchange addresses to update their edges. Conceptually, this enables the model to dynamically and differentiably construct and revise relational graphs across layers. We study this inductive bias using Sudoku under controlled settings and find that Graph Machine outperforms Transformer baselines, with ablation studies and mechanistic analysis attributing the gains to the edge mechanisms. Surprisingly, we found that the model discovers a compact edge-based construction for Sudoku geometry. Our results support explicit edge mechanisms as a promising architectural design, motivating broader evaluation.