Curated from CheapInfra · #share-tech

Useful things worth opening.

Every genuinely useful link shared in the channel — AI tools, dev tools, websites, articles and repos — curated week by week, newest first. Collected read-only; each entry carries a two-sentence brief and its sharer.

AI tools × 88Articles × 20Dev tools × 61GitHub repos × 81Web apps × 59
Category
Week

The shortlist

Every kept resource, newest week first. Search and the filters above narrow it down.

01

Week of 17–24 Sep 2026

Latest19 resources

Guardrails for Pi built on pi-typesafe — "steer the agent instead of interrupting you: Jev judges." Part of a small Pi-safety ecosystem from the same author as the next entry.

github.com ↗
GitHub reposAI tools
Shared by Aspiring UBI Recipient
17 Sep ·

TypeSafe decisions for Pi — a batched evaluation tool, terminal playground and typed API for extensions. The foundation pi-warden builds on.

github.com ↗
GitHub reposAI tools
Shared by Aspiring UBI Recipient
17 Sep ·

QuiverAI's Arrow 2 — their latest models for generating precise, editable vector graphics. Announcement only; a notable data point in AI vector-graphics generation.

x.com ↗
AI tools
Shared by Rykuuun
17 Sep ·

MiniCPM5 2B PCD weights on Hugging Face — the same model family as the 16 Sept in-browser Pi announcement. The model behind that WebGPU coding-agent demo.

huggingface.co ↗
AI tools
Shared by Tom
17 Sep ·

An inference provider that lets Pi (a terminal agent harness) run on Claude Code Pro/Max subscriptions instead of API keys. Kenn is using a fork and admits he "just closed my eyes and let the agent figure it out" — expect rough edges.

github.com ↗
AI toolsGitHub repos
Shared by kenn
24 Sep ·

Lets you route Pi's model calls through a Claude subscription ("allow sub usage in pi"). Same cost-saving idea as pi-claude-agent-sdk: agentic coding without per-token API billing.

github.com ↗
AI toolsGitHub repos
Shared by kenn
24 Sep ·

Cross-vendor 3D Gaussian Splatting trainer — video to splat to mesh, running on Vulkan or CUDA. Notable for not being CUDA-locked.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
24 Sep ·

A dedicated browser for responsive web development — preview a site at multiple screen sizes side by side. Built for faster, more precise responsive work.

responsively.app ↗
Dev toolsWeb apps
Shared by UT
23 Sep ·

A Rege Lab page with six little Grokbot character expressions to play with, plus downloadable editable CoAnimato files. A creative asset resource for bot and character design.

rege-dev.xyz ↗
Web apps
Shared by Tom
23 Sep ·

Official Claude guide to prompting Opus 5.5, steering long agent runs, and checking results in Claude apps and Claude Code. A practical reference for anyone driving long agent sessions.

claude.dev ↗
ArticlesAI tools
Shared by Alp
23 Sep ·

Symbolic regression implemented in Bend. A research-flavoured repo for anyone exploring the Bend language.

github.com ↗
GitHub repos
Shared by Tom
20 Sep ·

A coding-agent skill for multi-phase security audits with independently verified, machine-readable findings. A drop-in skill for agentic security reviews.

github.com ↗
GitHub reposAI tools
Shared by Alp
19 Sep ·

Bend 2 — a fast programming language that blocks AI mistakes via proof checking. Install with curl from bend-lang.com.

github.com ↗
GitHub repos
Shared by Tom
18 Sep ·

Announcement of a free agent search/fetch API — "killed Exa, Tavily and Brave", $0 with no quotas, from Tiny_Fish and MonidHQ. The pricing claims are the poster's and unverified; this link is the announcement, not documentation.

x.com ↗
AI tools
Shared by Rykuuun
18 Sep ·
02

Week of 10–17 Sep 2026

17 resources

Microsoft's ArgusAgent — a persistent, reviewed multi-agent runtime for long-horizon research and engineering. Directly relevant to anyone running agents on long tasks.

github.com ↗
GitHub reposAI tools
Shared by thelaggingway
10 Sep ·

A markdown viewer "for vibe coders" — a simple, beautiful app for reading the .md files your AI writes: specs, plans, skills, agents and more. Pairs naturally with agent-heavy workflows.

prettymd.app ↗
Dev toolsWeb apps
Shared by Tom
10 Sep ·

LiquidAI's LFM2.5 2.6B model tuned for RLCD, shared in the context of Jev's API and concepts. A small local model for anyone experimenting with RLCD-style agent loops.

huggingface.co ↗
AI tools
Shared by Tom
16 Sep ·

A 1B RLCD-tuned Qwen 2.5 that kenn tried locally "to get a feel of how Jev's API and concepts might feel like" — and found it did fine in a roguelike spike. Useful as a tiny testbed model before spending on bigger runs.

huggingface.co ↗
AI tools
Shared by kenn
16 Sep ·

Announcement of a coding agent (Pi) running entirely in the browser on a 2B model via WebGPU — MiniCPM5-2B + Pi with Transformers.js and 4-bit ONNX weights. Announcement only; no repo was linked in the post.

x.com ↗
AI tools
Shared by asx8678
16 Sep ·

An experimental Rust time-series database with DuckDB SQL and tiered Parquet storage — "time settles into layers." Early-stage but interesting for anyone into time-series storage design.

github.com ↗
GitHub reposDev tools
Shared by Alp
16 Sep ·

Ever Gauzy — an open business management platform covering ERP, CRM, HRM, ATS and project management (gauzy.co). A full open-source suite if you ever need to stand up business tooling.

github.com ↗
GitHub reposWeb apps
Shared by Alp
15 Sep ·

Demo of a universal syntax highlighter built on the new OpaqueRange web API (Chrome 152+, 2026) — syntax-highlighting different program fragments efficiently. Worth a look for anyone building code-rendering UI.

x.com ↗
Dev toolsArticles
Shared by Tom
15 Sep ·

A reference layer for AI coding agents — real production websites with desktop and mobile captures, "real websites worth studying." Useful as grounding material when agents need to see how good sites are actually built.

inspomcp.dev ↗
Web appsAI tools
Shared by Tom
14 Sep ·

A small library of playful, physics-driven React elements — including a ceiling pull-cord with real Verlet rope physics. For interfaces that should feel alive rather than flat.

feralui.dev ↗
Dev toolsWeb apps
Shared by thelaggingway
14 Sep ·

A harness claiming five Qwen3.8-27B models match Claude Fable 5 on LiveCodeBench Hard — "Fable 5 level coding." The performance claims are the poster's and unverified; scarywood75 noted the implementation is Python.

github.com ↗
GitHub reposAI tools
Shared by scarywood75
13 Sep ·

A collection of the most essential transitions for web apps, plus a skill for agents and a Refine tool. Drop-in motion craft for web projects and the agents building them.

github.com ↗
GitHub reposDev tools
Shared by thelaggingway
13 Sep ·

A collection of design-engineering skills covering accessibility, motion and frontend craft. Pairs well with the transitions.dev repo above for leveling up UI output.

ui-skills.com ↗
Web appsDev tools
Shared by Tom
13 Sep ·

Oskar's announcement of "e2e", a new agent-oriented testing framework — he ported React Native Pager View's test suite from Maestro to it. Announcement only; the framework itself is still being built.

x.com ↗
Dev tools
Shared by Tom
13 Sep ·

A collection of beautifully designed, accessible and customizable PDF components built on Takumi. Handy if you ever need to render polished PDFs from a web stack.

pdfcn.dev ↗
Dev toolsWeb apps
Shared by Tom
13 Sep ·

An open-source 3D architectural editor with a local CLI, MCP tools and practical workflows for humans and agents. Niche but complete — 3D editing with agent integration baked in.

github.com ↗
GitHub reposDev tools
Shared by Tom
13 Sep ·
03

Week of 3–10 Sep 2026

23 resources

A professional vector design tool "where you and your AI agents work directly on the canvas." Agent-native design tooling is still rare, which makes this one notable.

brilliant.design ↗
Web appsDev toolsAI tools
Shared by Tom
3 Sep ·

Compares the real cost of AI — subscription allowances, model benchmarks and the price–performance frontier, with transparent sources. Useful before committing spend to any provider.

real-api-pricing.vercel.app ↗
Web appsAI tools
Shared by thelaggingway
9 Sep ·

A pi extension giving the agent exactly one tool — doing file read/edit work in arm64 assembly — to stop Astra shelling out to python3, ruby and perl for file ops. Announcement; the actual link was promised in a follow-up tweet.

x.com ↗
Dev toolsAI tools
Shared by Blessed Piss Enjoyer
9 Sep ·

Announcement of Minara Harness — pitched as "general financial intelligence for everyone", turning ideas into signals into execution, plus coding tasks like any other agent. The capability claims are the poster's and unverified.

x.com ↗
AI tools
Shared by Tom
9 Sep ·

A step-by-step guide to making photorealistic 3D worlds and games — reference photos, Blender assets, sub-agents, blind critics, Three.js vs Unreal Engine, and a starter prompt. The "GPT-6 Astra" framing is the site's own marketing.

somethingbig.ai ↗
Articles
Shared by Tom
8 Sep ·

An open-source Palantir alternative — track 10K+ aircraft, 2K satellites and worldwide CCTV on a 3D globe, and run Nmap, DNS, WHOIS and threat-intel scans from the browser across 20+ live feeds. Free.

osirisai.live ↗
Web appsDev tools
Shared by Tom
8 Sep ·

An AI-native design editor pitched as an open-source Figma alternative. Worth watching if design tooling is on your radar.

github.com ↗
GitHub reposDev tools
Shared by thelaggingway
8 Sep ·

The Herdr blog on 0.9, which brings local and remote machines into one TUI client, with Herdr Cloud coming next. Herdr's pitch: run agents anywhere, leave them running.

herdr.dev ↗
ArticlesDev tools
Shared by thelaggingway
8 Sep ·
10

ECC

An agent-harness performance optimization system — skills, instincts, memory, security and research-first development for Claude Code, Codex, Opencode, Cursor and beyond. Directly relevant if you're tuning agent setups.

github.com ↗
GitHub reposAI tools
Shared by asx8678
8 Sep ·

Matt Dancho's post on Microsoft's MarkItDown — turns almost any file (PDFs, Word, PowerPoint, Excel, images) into clean Markdown; claimed 100,000+ GitHub stars. Announcement only; the repo wasn't directly linked.

x.com ↗
Dev tools
Shared by asx8678
7 Sep ·

Google's Magika — detects the real content of any file even when disguised (malware posing as PDF, scripts hidden as images); free and open-source. Announcement only; the repo wasn't directly linked.

x.com ↗
Dev tools
Shared by asx8678
7 Sep ·

Tencent's "Make Every Team AI Native" CLI. The description is thin, but a Tencent-backed team-AI CLI is worth a look.

github.com ↗
GitHub reposAI tools
Shared by asx8678
7 Sep ·

Cata's first pi extension — an ASCII showcase/mockup gallery of UIs for fast iteration. The shared link pointed at the commits page; normalized to the repo root.

github.com ↗
GitHub reposAI tools
Shared by cata
7 Sep ·

Git-native persistent memory for AI coding agents — implements Google OKF v0.2 with sub-300µs in-memory BM25 search and an embedded MCP server. Claims to slash token bloat by 80%; that figure is the repo's and unverified.

github.com ↗
GitHub reposAI tools
Shared by Thoor
7 Sep ·

Microsoft's tgrep — grep for large codebases with client/server support, claimed 7–50x faster than ripgrep and ugrep. Announcement only; the speedup claim is the poster's.

x.com ↗
Dev tools
Shared by asx8678
7 Sep ·

"BEAM on device" — write mobile apps in Elixir with the whole BEAM running on the device, rendering native iOS and Android UI; your coding agent attaches to the running app with real state and hot-pushed fixes. Ambitious and unusual.

mobframework.com ↗
Dev toolsWeb apps
Shared by asx8678
7 Sep ·

"The ripgrep of AI context" — a zero-dependency C++23 CLI plus MCP server that gives coding agents a ranked, deterministic map of any repo: blast radius, tests-to-run and quality deltas. From Red Hat's emerging-tech group.

github.com ↗
GitHub reposAI tools
Shared by Blessed Piss Enjoyer
7 Sep ·

SponsorBar — puts a small ad in your menu bar and shares the revenue with you ("make money from your menu bar for doing nothing"), with a 10%-extra launch promo. A real launched product, though a niche one.

x.com ↗
Web apps
Shared by cata
5 Sep ·

Browse Factory-generated wikis for popular open-source repositories — a preview of what living documentation looks like on real codebases before running it on your own. Nice for evaluating doc-generation tooling.

factory.com ↗
Web appsDev tools
Shared by thelaggingway
5 Sep ·

A GUI for your coding agents. Description is minimal, but a visual front-end for agent harnesses is a gap worth filling.

github.com ↗
GitHub reposAI tools
Shared by Tom
5 Sep ·

A search MCP server from baanish, who vouched for PR #4 personally. The shared link was the PR; normalized to the repo root.

github.com ↗
GitHub reposAI tools
Shared by baanish
4 Sep ·
04

Week of 27 Aug–3 Sep 2026

16 resources

Copy-paste animated React components from beUI. Drop-in motion without building animation primitives from scratch.

beui.dev ↗
Dev toolsWeb apps
Shared by Tom
2 Sep ·

A creative component library for Canvas, WebGL and WebGPU. For interfaces that need GPU-level visuals rather than DOM elements.

canvasui.dev ↗
Dev toolsWeb apps
Shared by Tom
2 Sep ·

A tool catalog for agents — 2,630 endpoints across 47 providers (SEO, social, enrichment, ads data) callable with one key, priced per call, plus support for your own keys and skills. Tom's 2 Sep share carried his referral param; normalized to the root domain.

treg.to ↗
AI toolsWeb apps
Shared by Tom
2 Sep ·

Jason Zhou's announcement of "Claude for people-search" at a claimed $0.0089/lead versus $600 subscriptions. The pricing claims are the poster's and unverified; the tweet mentions a git repo "below" that wasn't captured.

x.com ↗
AI tools
Shared by Tom
2 Sep ·

Paper — "design, share, ship." A design tool baanish was scouting; no verdict from the channel yet. (Rykuuun's pricing-page share from 8 Sep was dropped as context-free.)

paper.design ↗
Web appsDev tools
Shared by baanish
2 Sep ·

Kenn wanted to fork Paseo for internal use cases but held off because it was AGPL — PR #3944 has now relicensed it to Apache. The shared link was the PR; normalized to the repo root. The license change is the news: it's forkable now.

github.com ↗
GitHub reposDev tools
Shared by kenn
1 Sep ·

asx8678's own repo, built after burning through tokens fast. Context is thin, but it reads as a token-efficiency tool from someone feeling the pain directly.

github.com ↗
GitHub reposAI tools
Shared by asx8678
31 Aug ·

Fresh — "The Terminal IDE." A terminal-based IDE worth a look if you live in the shell.

getfresh.dev ↗
Dev tools
Shared by thelaggingway
31 Aug ·

Eclipse Theia — a cloud and desktop IDE framework implemented in TypeScript. The open foundation behind several well-known IDE products.

github.com ↗
GitHub reposDev tools
Shared by asx8678
30 Aug ·

Open-source alternative to Jira, Linear, Monday and ClickUp. A self-hostable project-management option for teams avoiding SaaS lock-in.

github.com ↗
GitHub reposDev tools
Shared by Rykuuun
28 Aug ·

Tencent's Hy4 preview weights in FP8 on Hugging Face — 770B total, 49B active, 1M context, open weights. For anyone with the hardware to run a frontier-scale open model.

huggingface.co ↗
AI tools
Shared by Alp
28 Aug ·

A GLM-5.3-Flash quant on Hugging Face. Context is thin — thelaggingway's whole review was "Huh" — but it's another fast-model option to know about.

huggingface.co ↗
AI tools
Shared by thelaggingway
28 Aug ·
16

DBX

DBX — a 20 MB tool for managing 90+ databases. Remarkably small footprint for a universal database client.

dbxio.com ↗
Dev tools
Shared by Blessed Piss Enjoyer
28 Aug ·
05

Week of 20–27 Aug 2026

19 resources

An AI agent platform whose pitch is "Everything is an Agent". Announcement-level description only; details unverified since the link was not opened.

aoagents.dev ↗
AI tools
Shared by Rykuuun
27 Aug ·

Arize AI's open-source observability platform for LLM apps — tracing, evaluation, and experimentation for agent and RAG workloads. A standard choice for watching what production agents actually do.

github.com ↗
GitHub reposAI tools
Shared by asx8678
27 Aug ·

Prime Intellect's framework for training AI agents with reinforcement learning. Per the sharer, its gimmick is collecting training data through its CLI — worth a look if you're into RL-for-agents; specifics unverified.

github.com ↗
GitHub reposAI tools
Shared by Rykuuun
26 Aug ·

A Windows automation harness from the browser-use team (the web-agent library folks). Likely for running agents against Windows apps; details unverified.

github.com ↗
GitHub reposAI tools
Shared by Tom
25 Aug ·

An open-source agent microharness with persistent agency and recursive LLMs — "of bash, by bash". Minimal by design; good for experimenting with agent loops without a heavy framework.

github.com ↗
GitHub reposAI tools
Shared by thelaggingway
25 Aug ·

An MCP (Model Context Protocol) gateway that advertises an accuracy guarantee — unusual positioning in the MCP tooling space. Claims unverified; interesting if you run MCP servers in production.

darkbloom.dev ↗
Web appsAI tools
Shared by simply soy
24 Aug ·

A browsable library of Three.js components and interactive shaders. Handy for dropping 3D effects into web projects without writing raw WebGL.

threeui.com ↗
Web appsDev tools
Shared by Alp
21 Aug ·

A terminal tool that bills itself as "the best way to run terminals". Details unverified, but worth a look if your terminal setup needs rethinking.

kolu.dev ↗
Dev toolsWeb apps
Shared by Alp
21 Aug ·

Opinionated Oxlint rules that reject low-evidence TypeScript/JavaScript patterns — basically a linter config against AI-slop code. Fun and practical for teams drowning in generated code.

github.com ↗
GitHub reposDev tools
Shared by Rykuuun
21 Aug ·

A small repo that translates "Claudish" — AI-assistant jargon — into plain English. Niche but amusing; useful if you've ever stared at a model hedging for three paragraphs.

github.com ↗
GitHub reposAI tools
Shared by simply soy
20 Aug ·

Micro-interactions for React, "built for the half-second after a click". A focused little library for the small animations that make UIs feel alive.

interior.dev ↗
Web appsDev tools
Shared by asx8678
20 Aug ·

A durable agent framework pitched as "Next.js for agents" — build agents with one folder, with durability baked in. Product claims unverified; the durability angle is the interesting bit.

eve.dev ↗
Web appsAI tools
Shared by asx8678
20 Aug ·

Turns your Mac activity into a private timeline for you and your AI — local activity history as agent context. Privacy-sensitive by nature; the "private" claim is unverified.

openhistory.sh ↗
Dev toolsAI tools
Shared by Tom
20 Aug ·

A self-described "weird, playful" desktop app for building with AI agents — "less chatting, more building". Product claims unverified.

berd.xyz ↗
Web appsAI tools
Shared by simply soy
20 Aug ·
06

Week of 13–20 Aug 2026

20 resources

Vercel's announcement of fx, "a tiny, open, native coding agent" from Vercel Labs, originally an internal tool. Announcement-only source; details unverified.

x.com ↗
AI tools
Shared by asx8678
19 Aug ·

A collection of "skills" for designers and engineers from Emil Kowalski (of Vercel/animations fame). Likely agent-skill style playbooks; worth browsing.

github.com ↗
GitHub reposDev tools
Shared by whaaaat
19 Aug ·

A library of animated React components. Another solid option in the crowded React-animation space; compare with the other UI libraries already in the archive.

rareui.com ↗
Web appsDev tools
Shared by Alp
19 Aug ·

Strips multi-vendor AI provenance marks — Unicode text hygiene, statistical rewrite hooks, and C2PA handling. Legitimate hygiene tooling; obviously dual-use.

github.com ↗
GitHub reposAI tools
Shared by asx8678
16 Aug ·

"Crafted primitives for AI-native interfaces" — a component library aimed at the AI-app UI wave. Claims unverified.

beautifului.dev ↗
Web appsDev tools
Shared by UT
16 Aug ·

A Zig code-intelligence server and MCP toolset for AI agents, recommended firsthand by the sharer. Native-speed code intelligence as agent context is a strong pitch.

github.com ↗
GitHub reposAI tools
Shared by Aditya Borkar
16 Aug ·

Persistent semantic memory for coding agents — an MCP server that indexes your codebase. Useful when you have many repos and context windows aren't enough.

github.com ↗
GitHub reposAI tools
Shared by Rykuuun
15 Aug ·

A JavaScript runtime for the BEAM — Web APIs backed by OTP, native DOM, and a built-in TypeScript toolchain. Genuinely novel: Erlang's concurrency model meets JS.

github.com ↗
GitHub reposDev tools
Shared by Blessed Piss Enjoyer
15 Aug ·

A JetBrains IntelliJ ACP (Agent Client Protocol) adapter for the pi coding agent. Niche but exactly what you need if you want pi inside IntelliJ.

github.com ↗
GitHub reposDev tools
Shared by Rykuuun
14 Aug ·

GitHub's official toolkit for spec-driven development — write the spec, let agents implement. From GitHub itself, so it carries weight in the SDD workflow trend.

github.com ↗
GitHub reposDev tools
Shared by asx8678
14 Aug ·

An open-source, model-agnostic, BYOK GitHub bot that runs in GitHub Actions. Bring your own key, pick your model, automate your repo — the self-hosted answer to proprietary coding agents.

github.com ↗
GitHub reposAI toolsDev tools
Shared by thelaggingway
14 Aug ·

DeepSeek's agent harness in developer preview — "everything is a plugin", with source released alongside. Every agent capability is a swappable plugin; the plugin architecture is the interesting idea here. Claims unverified.

deepseek.com ↗
Web appsAI tools
Shared by plainskill
13 Aug ·

A multiplayer environment for coding with agents — shared threads where teammates and agents build and review together, with full conversation and code context. Product claims unverified.

delta.dev ↗
Web appsAI tools
Shared by Tom
13 Aug ·
07

Week of 6–12 Aug 2026

22 resources
01

hax

A minimalist coding agent that runs natively in the terminal. The "minimalist" claim comes from the sharer's one-line description and is unverified.

usehax.dev ↗
AI tools
Shared by Blessed Piss Enjoyer
12 Aug ·

Rykuuun shared this asking "this is pi-vcc right?", suggesting it's related to a "pi" coding agent with very large context. Details are unverified from the message text alone.

github.com ↗
AI toolsGitHub repos
Shared by Rykuuun
12 Aug ·

A GitHub repo named "pi", shared without description. Given the surrounding chatter about pi-vcc, likely an agent project; unverified from the message text.

github.com ↗
AI toolsGitHub repos
Shared by Rykuuun
12 Aug ·

A GitHub repo shared without description. What it does is unverified from the message text alone.

github.com ↗
Dev toolsGitHub repos
Shared by Rykuuun
12 Aug ·

A design-focused site, shared link-only. Its exact purpose is unverified from the message text; the domain suggests a design inspiration or resource site.

inspora.design ↗
Web apps
Shared by Tom
11 Aug ·

A site by Jakub Antalik, shared link-only. The name suggests gooey/morphing visual effects; unverified from the message text.

gooey.jakubantalik.com ↗
Web apps
Shared by Tom
11 Aug ·

A gallery of collected user interfaces for design inspiration. Shared link-only; the description is inferred from the site's name and unverified from the message.

collectui.com ↗
Web apps
Shared by Tom
11 Aug ·

An agent "skill" on GitHub. What it teaches the agent is unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
11 Aug ·

A GitHub repo, likely a motion/animation library given the name. Shared link-only; unverified.

github.com ↗
GitHub reposWeb apps
Shared by Tom
11 Aug ·

The josh project on GitHub, shared link-only. What it does is unverified from the message text.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
9 Aug ·

asx8678's entire review was "crazy". What the repo does is unverified from the message text.

github.com ↗
Dev toolsGitHub repos
Shared by asx8678
7 Aug ·

An agent skill themed on Linus Torvalds, presumably encoding his review style for code agents. Shared link-only; unverified.

github.com ↗
AI toolsGitHub repos
Shared by Tom
6 Aug ·
21

bb

Rykuuun found it "interesting...". What it does is unverified from the message text.

github.com ↗
Dev toolsGitHub repos
Shared by Rykuuun
6 Aug ·
08

Week of 30 Jul–5 Aug 2026

6 resources

A GitHub repo named opencli, shared link-only. What it does is unverified from the message text.

github.com ↗
Dev toolsGitHub repos
Shared by kenn
5 Aug ·

Shared link-only. Purpose unverified from the message text; the domain suggests a design/engineering resource.

desengs.com ↗
Web apps
Shared by Tom
5 Aug ·

The demo repo behind the Snowflow site above. Contents unverified from the link-only share.

github.com ↗
GitHub reposWeb apps
Shared by Tom
30 Jul ·
09

Week of 23–29 Jul 2026

14 resources

A shell auto-completion tool for your terminal. Details unverified from the link-only share.

github.com ↗
Dev toolsGitHub repos
Shared by formatme
29 Jul ·

An MLX port of moonshotai's Kimi-K3 (2.78T multimodal MoE); the weights are converted from the original release and requantized. Conversion quality is unverified.

github.com ↗
AI toolsGitHub repos
Shared by JohnDotOwl
29 Jul ·

A self-hosted AI agent console ("Tu agente AI self-hosted") that thelaggingway is giving a go. The self-hosted claim is unverified beyond the site's tagline.

hermes.xpetalab.dev ↗
AI toolsWeb apps
Shared by thelaggingway
28 Jul ·

Permanent memory for AI agents, from Victor Taelin. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
28 Jul ·

A free, framework-free AI chat UI kit for AI projects. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Rykuuun
26 Jul ·

A real-time global intelligence dashboard. Details unverified from the link-only share.

github.com ↗
GitHub reposWeb apps
Shared by Rykuuun
26 Jul ·

Premium React micro-transitions and interaction components. Details unverified from the link-only share.

amicro.vercel.app ↗
Web apps
Shared by Tom
25 Jul ·

Run the pi coding agent as a service. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
25 Jul ·

Beautiful animated UI components for React. Rykuuun shared it as a front-end dev finding; details unverified beyond the site's tagline.

componentry.dev ↗
Web apps
Shared by Rykuuun
25 Jul ·

"Make the Web Spatial" — a playground for spatial web experiences. Details unverified from the link-only share.

play.mint.gg ↗
Web apps
Shared by Tom
24 Jul ·

A desktop app that generates 3D models from images using local AI. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
24 Jul ·

Rebuilds the object in a reference image as code-only procedural Three.js. Details unverified from the link-only share.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
23 Jul ·
10

Week of 16–22 Jul 2026

5 resources

Plasma AI's Fractal wraps Claude Code and Codex in bounded recursive loops. Details beyond the truncated preview are unverified.

plasma.ai ↗
AI toolsWeb apps
Shared by Tom
22 Jul ·

Static checks for ordinary TypeScript layout code, from chenglou. Details unverified from the link-only share.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
21 Jul ·

UI/UX animation inspiration for mobile and web apps. Details unverified from the link-only share.

60fps.design ↗
Web apps
Shared by Tom
20 Jul ·

A Cursor-style visible follow-up queue with inline editing for the Pi agent. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
17 Jul ·
11

Week of 9–15 Jul 2026

1 resources

Use your x.com Premium/SuperGrok subscription in pi with OAuth login, auto-refresh, and live model discovery; supports grok-4.5, grok-composer-2.5-fast, grok-build, grok-4.3, and x_search. Feature claims come from the repo description and are unverified.

github.com ↗
AI toolsGitHub repos
Shared by Tom
9 Jul ·
12

Week of 2–8 Jul 2026

6 resources

A vendor verifier from MoonshotAI; baanish asked if anyone has run it. Details unverified from the message text.

github.com ↗
AI toolsGitHub repos
Shared by baanish
7 Jul ·

A proxied shell + exit-node picker for Tailscale userspace networking, with egress through Mullvad or other providers. Details unverified from the link-only share.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
4 Jul ·

Docker & Linux containers native to Mac — free, open source, one shared VM for all containers, claiming ~4.7x less idle memory than per-container setups. The memory claim is the vendor's and unverified.

augani.github.io ↗
Dev toolsWeb apps
Shared by Tom
4 Jul ·

An agent skill that generates beautiful architecture diagrams with dark/light theme toggle and PNG/JPEG export. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
2 Jul ·

A fast Rust port of Steve Yegge's beads — a local-first, non-invasive issue tracker storing tasks in SQLite. Rykuuun "really loved this tool" and says it makes things easier to manage.

github.com ↗
Dev toolsGitHub repos
Shared by Rykuuun
2 Jul ·
13

Week of 18–24 Jun 2026

1 resources
14

Week of 11–17 Jun 2026

7 resources

Flue 1.0 Beta announcement — "the open framework for building agents without lab lock-in: write once, deploy..." Details beyond the embed preview are unverified.

flueframework.com ↗
AI toolsWeb appsArticles
Shared by Tom
17 Jun ·

"Supercharge Your LLM with the Fastest KV Cache Layer." The performance claim is the project's and unverified.

github.com ↗
AI toolsGitHub repos
Shared by kenn
16 Jun ·

Use Claude Code, Codex, and Gemini CLI through the Agent Client Protocol (ACP) inside pi. Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
15 Jun ·

A fix by monotykamary — diff.print() (default Patch format) was stripping the +/-/space line-origin prefixes from output; this PR prepends them back.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
14 Jun ·

A validate-then-repair extension for pi that fixes common LLM tool-call mistakes (null fields, stringified arrays, wrong field names, anchor bleed) before tools execute. Tom: "technically their tool repair brought over to pi (+ my additions)."

github.com ↗
AI toolsGitHub repos
Shared by Tom
12 Jun ·

A fix for fff — the /fff-mode override was only stored in an in-memory variable lost on /reload and session restart; this PR persists fff-mode across reloads and session resumes.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
12 Jun ·
07

fff

"The fastest and the most accurate file search toolkit for AI agents, Neovim, Rust, C, and NodeJS." The performance claim is the project's and unverified.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
12 Jun ·
15

Week of 4–10 Jun 2026

8 resources

Analyze coding (agent) CLI token usage and costs from local data.

github.com ↗
Dev toolsGitHub repos
Shared by whaaaat
9 Jun ·

"Write HTML. Render video. Built for agents." Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
9 Jun ·

Generate HD short videos with one click using AI LLMs (the repo description is in Chinese). Details unverified from the link-only share.

github.com ↗
AI toolsGitHub repos
Shared by Tom
9 Jun ·

A local-first private diary app. Details unverified from the link-only share.

cozyjournal.app ↗
Web apps
Shared by Tom
9 Jun ·

MiniMax's M3 announcement — frontier coding capability, 1M context, native multimodality, and a new MSA architecture. All vendor claims, unverified.

minimax.io ↗
AI toolsArticles
Shared by Tom
9 Jun ·

A Codex/ChatGPT multiple-account load balancer and proxy with usage tracking, a dashboard, and OpenCode compatibility. Tom: "gonna try first."

github.com ↗
AI toolsGitHub repos
Shared by Tom
9 Jun ·

A CLI tool to switch and manage Codex accounts. Details unverified from the link-only share.

github.com ↗
Dev toolsGitHub repos
Shared by Tom
9 Jun ·

"Built to extend you. 10× your day" — an AI extension of you across every device and person: takes your calls, writes your emails, and more. Vendor claims, unverified.

zinley.com ↗
AI toolsWeb apps
Shared by Tom
9 Jun ·