Back to list
Product LaunchAI HardwareOpen SourceDeep Learning

Tiny Corp Unveils Tinybox: High-Performance Offline AI Hardware Supporting Massive Parameter Models

Tiny Corp has officially launched the tinybox, a specialized computer designed to run powerful neural networks offline. Built on the tinygrad framework, which simplifies complex networks into three fundamental operation types (ElementwiseOps, ReduceOps, and MovementOps), the tinybox is available in multiple configurations including 'red', 'green', and the upcoming 'exa' scale. The top-tier 'green v2' model boasts 3086 TFLOPS of FP16 performance and 384 GB of GPU RAM, while the ambitious 'exabox' aims for exascale performance. Tiny Corp is currently leveraging its funded status to expand its team of software, hardware, and operations engineers, prioritizing contributors to the tinygrad open-source ecosystem.

Hacker News

Key Takeaways

  • Hardware Availability: The tinybox is now shipping in 'red' and 'green' versions, with a high-end 'exabox' in development.
  • Performance Specs: The 'green v2' model features 4x RTX PRO 6000 GPUs, delivering 3086 TFLOPS and 384 GB of GPU RAM.
  • Software Foundation: Powered by tinygrad, a framework that reduces complex neural networks to Elementwise, Reduce, and Movement operations.
  • Expansion: Tiny Corp is actively hiring full-time engineers and interns, specifically seeking those who have contributed to the tinygrad codebase.

In-Depth Analysis

The tinygrad Framework Philosophy

At the heart of the tinybox is tinygrad, positioned as the fastest-growing neural network framework. Its architectural philosophy centers on extreme simplicity. Rather than maintaining a massive library of disparate operations, tinygrad breaks down complex networks into three core OpTypes: ElementwiseOps (Unary, Binary, and Ternary operations like SQRT and ADD), ReduceOps (such as SUM and MAX), and MovementOps. The latter are virtual operations that utilize a ShapeTracker for copy-free data manipulation, including RESHAPE and PERMUTE. This streamlined approach aims to solve the mystery of traditional CONVs and MATMULs through code efficiency rather than abstraction bloat.

Hardware Tiers: Red, Green, and Exa

Tiny Corp offers distinct hardware paths to cater to different computational needs. The 'red v2' serves as an entry point with 4x 9070XT GPUs and 778 TFLOPS of performance. The 'green v2' significantly scales up capabilities using 4x RTX PRO 6000 GPUs, providing 384 GB of GPU RAM and a massive 3086 TFLOPS. For extreme scale, the 'exabox' is detailed with 720x RDNA5 AT0 XL GPUs, aiming for ~1 EXAFLOP of performance and over 25,000 GB of GPU RAM. These systems are designed for high-bandwidth tasks, with the green model utilizing PCIe 5.0 x16 and the exabox featuring 400 GbE networking.

Operational and Recruitment Strategy

Tiny Corp is transitioning from a development project to a funded commercial entity. Their recruitment strategy is uniquely tied to their open-source roots; candidates for software, hardware, and operations roles are generally not considered unless they have already contributed to the tinygrad framework. This "bounty-to-hire" pipeline allows the company to judge fit through practical contributions while paying developers for their work.

Industry Impact

The introduction of the tinybox represents a shift toward accessible, high-performance offline AI compute. By combining a simplified software stack (tinygrad) with powerful consumer and professional-grade GPUs, Tiny Corp provides an alternative to cloud-dependent AI development. The focus on "copy-free" movement operations and a reduced set of OpTypes suggests a push for higher efficiency in how hardware resources are utilized, potentially lowering the barrier for running large-scale models with billions of parameters locally.

Frequently Asked Questions

Question: What are the primary differences between the red and green tinybox models?

The red v2 uses 4x 9070XT GPUs with 64 GB of GPU RAM, while the green v2 utilizes 4x RTX PRO 6000 GPUs with 384 GB of GPU RAM and significantly higher TFLOPS (3086 vs 778).

Question: How does tinygrad handle complex operations like convolutions?

tinygrad simplifies all complex networks into three basic types: ElementwiseOps, ReduceOps, and MovementOps. It avoids traditional bulky implementations of CONVs by breaking them down into these fundamental operations.

Question: Can I apply for a job at Tiny Corp without prior experience with their framework?

According to the company, applications for software, hardware, and operations roles will not be considered unless the applicant has already contributed to the tinygrad framework.

Related News

NVIDIA Launches Nemotron 3.5 Lightning and NeMo Switchyard to Power High-Efficiency Autonomous AI Agent Systems
Product Launch

NVIDIA Launches Nemotron 3.5 Lightning and NeMo Switchyard to Power High-Efficiency Autonomous AI Agent Systems

NVIDIA has announced the expansion of its Nemotron 3 model family with the release of Nemotron 3.5 Lightning and the NeMo Switchyard open-source library. Nemotron 3.5 Lightning is a 30-billion-parameter mixture-of-experts (MoE) model specifically engineered for high-efficiency, long-running agentic AI workloads. Complementing this, NeMo Switchyard provides a smart routing mechanism that allows enterprises to direct AI requests to the most appropriate models—whether open, proprietary, or NVIDIA-hosted—without the need for application rewrites. These tools are designed to support a "system of models" architecture, where specialized models handle targeted tasks like code review and security monitoring, while frontier models orchestrate workflows. This release emphasizes NVIDIA's commitment to providing developers with greater control over AI deployment across PCs, workstations, data centers, and the cloud.

Made by Google 2026: Pixel 11 Lineup Set to Debut with New Pro Features and Color Options
Product Launch

Made by Google 2026: Pixel 11 Lineup Set to Debut with New Pro Features and Color Options

Google is preparing for its highly anticipated 'Made by Google' event scheduled for August 12, 2026. The event is expected to serve as the official launch platform for the Pixel 11 series. According to recent leaks and official teasers, the new lineup will emphasize aesthetic variety through a broad array of color options. A significant hardware highlight for the Pixel 11 Pro models includes the addition of a built-in light, a feature that has surfaced in pre-event leaks. As the tech industry looks toward Google's latest hardware iterations, this analysis examines the confirmed details and the strategic implications of the Pixel 11's upcoming features based on the latest reports.

Mojo 1.0 Official Launch: Modular Delivers a Stable and Production-Ready Foundation for the AI Ecosystem
Product Launch

Mojo 1.0 Official Launch: Modular Delivers a Stable and Production-Ready Foundation for the AI Ecosystem

Modular has officially announced the release of Mojo 1.0, marking a historic milestone for the programming language since its initial debut in 2023. This release transitions Mojo from a rapidly evolving project into a stable, general-purpose language designed for long-term production use. By establishing a stable foundation, Modular addresses the previous challenges of frequent breaking changes that hindered community-led projects. Mojo 1.0 is already a critical component of Modular’s own commercial infrastructure, powering platforms like MAX and Modular Cloud. The milestone is also a celebration of community collaboration, with nearly 200 contributors helping to shape the language through the open-sourced standard library. Moving forward, Mojo will follow a mature evolution path, focusing on additive changes to ensure developer confidence and ecosystem growth.