Background image

Universal Computing Research

Universal Computing Research is an independent AI research organization focused on efficient, compact, and architecture-driven deep learning.

We build small language models, parameter-efficient neural layers, custom tokenizers, and research artifacts that test how far useful intelligence can be pushed under strict compute, memory, and parameter budgets.

Research direction

Our work is centered on a simple question:

How much capability can be recovered through better architecture, tokenization, data curricula, and parameterization, without relying only on scale?

Current focus areas:

Released models

Atom3.4m

A 3.41M parameter decoder-only language model trained from scratch for studying compact architectures, curricula, and small-model benchmarking.

View Atom3.4m

Atom2.7m

A 2.74M parameter causal language model with an arithmetic-aware tokenizer and digit-structure features.

View Atom2.7m

Research

Parametrized Random Projection

We study Parametrized Random Projection layers as lightweight replacements for dense linear layers.

The core idea is to separate fixed feature mixing from learnable adaptation: a non-trainable random projection performs the mixing, while small learnable element-wise parameters modulate the input and output.

This reduces trainable parameter count from quadratic to linear scale while preserving much of the utility of dense projections.

Read the paper

Open source

Our models and research artifacts are released to support reproducible, open, and practical AI research.