OpenAI 2026 hackathon

EdgeSplit

EdgeSplit runs LLM prefill on a laptop and decode on a phone, turning everyday hardware into a distributed inference system.

Solo project by Akshay MR · 1 likes · 2 comments

Archive position — measured, not model output

1 like on Devpost

506 of the 7,856 archived projects have more likes, and 1,758 share exactly 1 — so this project's #992 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

What the company appears to be

EdgeSplit is a self-reported project that splits LLM inference across two devices — a CUDA-equipped laptop for prefill and an Android phone for decode — using custom software patches and TCP-based handoff protocols. It was submitted as part of the OpenAI 2026 hackathon.

What changed

The author describes building a working prototype with benchmarked performance improvements (60–80% faster time-to-first-token), but no commercial product or traction is evidenced.

Single most important open question

Is there any evidence that this concept has moved beyond a proof-of-concept into real-world usage, adoption or monetization?

Back to contents

What The Product Actually Is

The description states that EdgeSplit runs LLM prefill on a laptop and decode on a phone, using two handoff mechanisms:

  • V1: saves state to a file and uploads it over HTTP.
  • V2: patches llama.cpp to export raw sequence state directly via a custom TCP protocol.

The system uses:

  • CUDA for laptop-side prefill
  • Termux on Android for phone-side decode
  • FastAPI router on the laptop
  • Custom binary framing protocol over TCP

It is built with technologies including: android, arm, c++, clang, cmake, codex, cuda, fastapi, gguf, gpt-5.6, llama, llama.cpp, neon, nvidia-smi, pydantic, python, qwen3, sockets, sqlite, tcp, termux, ubuntu, uvicorn, wsl2.

Inference type

LLM inference split between two devices, with prefill on laptop and decode on phone.

Not evidenced

  • No commercial product or service
  • No customer base or usage metrics
  • No pricing model or revenue streams

Back to contents

Positioning & Claim Evolution

The author claims that EdgeSplit:

  • Turns everyday hardware into a distributed inference system.
  • Splits LLM inference phases (prefill vs decode) across devices, similar to large-scale production systems like NVIDIA’s Dynamo architecture.

This positioning implies:

  • A novel approach to edge computing for LLMs
  • Use of existing consumer-grade hardware instead of dedicated infrastructure

Inference The project is positioned as a technical innovation in distributed inference, not a commercial offering. The author emphasizes reproducibility and correctness over scalability or market readiness.

Back to contents

Target Customer & ICP

Not evidenced.

The description does not identify:

  • Specific customer segments
  • Use cases beyond the hackathon context
  • Target industries or personas

Inference If this were to evolve into a product, it would likely target developers or researchers who want to experiment with LLM inference on low-cost hardware. However, no such intent is stated.

Back to contents

Business Model & Pricing Evidence

Not evidenced.

There is no mention of:

  • Revenue model
  • Pricing structure
  • Monetization strategy
  • Paid features or tiers

Inference The project appears to be a proof-of-concept with no commercial business model described. Any future monetization would need to be inferred from how the technology might scale or be packaged.

Back to contents

Technical & Delivery Signals

The author reports:

  • Implementation in WSL2 Ubuntu (laptop) and Termux (phone)
  • Patching of llama.cpp for V2
  • Use of FastAPI, TCP sockets, and custom binary framing protocol
  • Benchmarking methodology: warmed repetition with statistical tracking
  • Challenges including device-specific crashes, profiling issues, and unreliable power sensors

Inference The technical execution shows a high level of engineering effort and attention to detail. However, there is no evidence of production-grade delivery or deployment.

Back to contents

Traction & Maturity Signals

Not evidenced.

There are no signs of:

  • Customers
  • Revenue
  • Product usage
  • Adoption metrics
  • Market traction

Inference This remains a hackathon project with no demonstrated traction or maturity beyond prototype development.

Back to contents

Competitive Context

Not evidenced.

The description does not reference:

  • Competitors
  • Existing solutions in the space
  • Market positioning relative to others

Inference While the idea of distributed inference is not new, there is no evidence that EdgeSplit is part of a competitive landscape or has differentiated itself from other tools or platforms.

Back to contents

Key Risks & Red Flags

  • Proof-of-concept only: No commercial product or adoption.
  • Device-specific limitations: One phone failed due to hardware incompatibility; performance may not generalize.
  • Unreliable instrumentation: Power sensor issues suggest lack of robustness in measurement tools.
  • Single founder: Team size is listed as 1, which raises questions about scalability and execution capacity.
  • No verification of results: Multiple false positives were caught only after deeper inspection.

Back to contents

Diligence Questions To Ask The Founders

  1. What are the actual performance gains in real-world usage vs. controlled benchmarks?
  2. Has this been tested across multiple phone models or platforms?
  3. Are there plans to move beyond a hackathon prototype into a product or service?
  4. How would you handle edge cases like network interruptions during handoff?
  5. Is there any interest from developers or enterprises in using this system?
  6. What are the limitations of the current implementation that prevent broader adoption?

Back to contents

Investment/Partnership Verdict

Not evidenced.

There is no evidence of:

  • Revenue
  • Customers
  • Product-market fit
  • Commercial traction

Inference At this stage, EdgeSplit is a technical demonstration with potential for future development. It does not yet meet criteria for investment or partnership unless it evolves into a scalable product with clear commercial intent and traction.

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.