HomePeopleCompaniesAI ModelsOpen SourceAgentsResearchApps
AllConsumerDeveloperImage and VideoAudio

Home / Apps

Apps 46 items

Everything under Apps on AIFIRST News, newest first. 46 items.

I spent $266 and four AI models to own my tablet. GLM-5.3 finished it in a day

A developer spent $266 and used four different AI models to gain full control of an Amazon Fire HD tablet that resists rooting. After Claude, GPT-4o, and Gemini were unable to complete the task, GLM-5.3 finished it in a single day by generating the necessary ADB commands and scripts. The post documents the process and highlights the uneven strengths of frontier models on low-level hardware tasks.

/24 Aug 2026/HN

Civitai now has a closed-source models option

Civitai rolled out an option on August 14 allowing model creators to publish closed-source models with permanent paid access, marking a shift from the platform's open-first roots. Creators can now sell access to proprietary weights alongside open releases. Community reaction is mixed, with concerns about the direction of a historically open-source model-sharing hub.

/24 Aug 2026/reddit

MiniMax H3 Helps Me with Sprites Animation

A game developer demonstrated using MiniMax H3 to generate sprite animation sequences for game assets, producing usable sheets without manual frame-by-frame editing. The workflow lowers the barrier for indie developers who need animation assets without dedicated art tools or large animation budgets.

/24 Aug 2026/reddit

Minimax H3 T2VA can render 15+ different characters on screen simultaneously

A user demonstrated that MiniMax H3's text-to-video-animation mode can render scenes with 15 or more distinct characters simultaneously, provided each has a sufficiently different visual design. The capability is useful for animation and game cinematic use cases where crowd scenes are needed. Characters with similar appearances tend to merge, so visual differentiation between characters is required.

/24 Aug 2026/reddit

I built a low-latency AI companion that plays Skyrim with me

A developer built a low-latency AI companion that participates in Skyrim gameplay, responding to in-game events and player actions in real time with sub-second response times. The system uses a combination of local audio processing and a lightweight inference pipeline. The project demonstrates integrating conversational AI directly into a running game without modifying core game mechanics.

/24 Aug 2026/HN

I turned Unix talk from 1983 into the interface for my AI

A developer repurposed Unix talk, the 1983 terminal-to-terminal chat protocol, as the interface for a local AI assistant. The setup uses two terminal sessions where one side is the user and the other is the AI, passing messages via the original Unix talk protocol. The project is a retro-computing integration that makes the AI feel embedded in the Unix environment.

/24 Aug 2026/HN

Therovia: Global AI-powered treatment intelligence system

Therovia is an open-source AI system that discovers, organizes, and verifies treatment options for medical conditions, designed to help patients and researchers find clinically relevant information across conditions and geographies. It uses AI to aggregate and cross-reference treatment data from published medical literature. The project is in early development and available on GitHub.

/24 Aug 2026/GitHub

Claude-built self-serve beer wall and POS system

A restaurant owner spent over 1,000 hours across three months building a complete self-serve beer wall and point-of-sale system using Claude, with no prior software development background. The project demonstrates Claude Code being used to build production business software from scratch by a non-developer.

/23 Aug 2026/reddit

Claude-built app replacing Adobe Illustrator, Lightroom, and After Effects

A developer who was laid off used Claude to build a desktop application that consolidates key functionality from Adobe Illustrator, Lightroom, and After Effects into a single tool. The project was motivated by hardware constraints (8GB RAM) making multiple Adobe applications impractical to run simultaneously.

/23 Aug 2026/reddit

Trained a 1.2B game music generator from scratch

A developer trained a 1.2B parameter diffusion transformer game music generator from scratch on a cloud H100 over 8 days, using the VAE from Stable Audio 3. The model, named Localsong, generates instrumental game music and is publicly available on Hugging Face.

/23 Aug 2026/reddit

Lyricist: free AI songwriting studio for Windows

Lyricist is a free AI songwriting studio for Windows distributed as a downloadable release, with no subscription required. The tool targets musicians and songwriters who want AI writing assistance without ongoing cost.

/23 Aug 2026/GitHub

Apple degrades privacy and encryption of iMessage with AI integrations

A researcher documented that Apple's AI integrations in iMessage introduce data pathways that weaken the end-to-end encryption the platform previously guaranteed. The findings indicate that AI message processing may bypass prior privacy protections in ways not disclosed in Apple's documentation.

/23 Aug 2026/HN

blackletter: contract review that splits deterministic rules from model judgment

blackletter reviews contracts in two layers: seven deterministic checks for governing law, liability caps, payment terms, auto-renewal notice, confidentiality duration, blank fields, and assignment clauses, plus three model-adjudicated checks for one-sided clauses, indefinite obligations, and clause contradictions. Findings are anchored to PDF pages with highlighted source text and stated reasoning. The stack is Next.js 16 and React 19 over FastAPI and Python 3.12, using PyMuPDF for text geometry, with 65 test cases and provider-agnostic model calls. If model calls fail it degrades to rules-only operation. MIT licensed, written by a former practicing attorney.

/22 Aug 2026/GitHub

Pushing the speed-cost frontier for Qwen3-TTS: sub-50 ms time to first audio

Nari Labs describes five inference optimizations applied to Qwen3-TTS on a single NVIDIA H100 SXM, reaching 10 requests per second and sub-50 ms p95 time to first audio. Throughput is about 630 characters per second at full load, at roughly $2 per 1 million characters. The post benchmarks the result against vLLM-Omni, SGLang-Omni, and VoxServe, and against the commercial services ElevenLabs and Cartesia, claiming lower latency at higher request volumes.

/21 Aug 2026/HN

Apple Music to Label AI-Generated Songs

Apple Music will add a 'Made With AI' label to tracks, artwork, lyrics, and music videos where AI played a substantial role in creation, following a March 2026 announcement of Transparency Tags. Music creators are required to disclose AI usage when it contributes significantly to content production. Apple Music VP Oliver Schusser stated that over one-third of monthly uploads are fully AI-generated, though such content accounts for less than 0.5% of actual listening. Labels will become visible to users later in 2026, relying on creator disclosure alongside Apple's internal detection systems.

/21 Aug 2026/HN

Show HN: I Trained a 125M Model to Autocomplete Piano On-Device

A 125-million-parameter decoder-only transformer was trained to autocomplete piano melodies in real time, reaching 108 note predictions per second on an iPhone 15. The key design choice was a unified note token format encoding pitch, timing, duration, and velocity together, so the model advances by complete notes rather than individual attributes. Post-training with Direct Preference Optimization using Gemini-based pairwise evaluation boosted preference scores from 24.5% to 69%, and the model powers the RollTab iOS app.

/20 Aug 2026/HN

Folk: an AI chief of staff living in your messaging apps

Folk sends a 7am brief, captures anything you text it into a persistent memory graph, handles meeting scheduling and drafts replies for approval, never sending autonomously. $20 per month; capture friction drops to zero.

/30 May 2026/r/AskVibecoders

QMind v2.0 - Quantum-Inspired AI Reasoning System...

QMind applies quantum mechanics math (superposition, interference, wavefunction collapse) to AI reasoning on a standard CPU - no quantum hardware. Instead of one reasoning path, it explores many simultaneously; paths ...

/28 May 2026/r/OpenSourceeAI