← digests › te9.dev
[ digest / last-10 ]

Last 10 Analyzed.

The 10 most recently analyzed bookmarks from the te9.dev archive. Each entry has been crawled, parsed, and annotated by an LLM for relevance, purpose, and practical use.


TIL: Using Blender with coding agents on macOS

purpose

It is a TIL (Today I Learned) blog post by Simon Willison documenting how frontier AI models used as coding agents (e.g., ChatGPT Codex) can control Blender on macOS to build scenes, produce editable .blend files, render images, and even generate movies by rendering frame sequences and combining them with ffmpeg.

when to use

This is most valuable when a developer needs AI-generated 3D assets, rendered imagery, or short video sequences for prototypes, mockups, or content pipelines, and wants to automate the creative process through natural language instead of manual 3D modeling.

tags
Blender coding agents AI 3D graphics Python API rendering ffmpeg macOS tutorial LLM workflow

Isaiah Kim

purpose

It is a solo AI-native product studio run by Isaiah Kim that builds software products from zero to one and operates a large suite of live developer, compliance, and automation tools alongside automated news wires.

when to use

It is most valuable when you need to quickly launch an MVP or AI feature with fixed scope and pricing, integrate a document extraction API, monitor ecosystem releases and CVEs, or audit the security of AI-generated code.

tags
product studio MVP development shadcn security scanning developer news document extraction API AI tools agent tooling solo founder

AdventDevInc/kudu: Free Windows, Mac and Linux cleaner, scanner, and more.

purpose

Kudu is a free, open-source system cleaner and security scanner for Windows, macOS, and Linux that removes temp files, caches, bloatware, and malware, while offering privacy controls, performance monitoring, and software update management in one app.

when to use

It's most valuable when a development machine is running low on disk space, feels sluggish, needs all browser caches cleared at once for testing, or requires bulk package updates across package managers. It's also useful for periodic privacy and malware scans on Windows.

tags
system cleaner open source disk cleanup browser cache security scanner CLI tool cross-platform developer utilities npm malware removal

MotionSites — Premium Hero Prompts

purpose

MotionSites AI is a curated library of premium, ready-to-use AI prompts for generating stunning hero sections, footers, CTA sections, pricing blocks, and full landing pages featuring 3D and animated designs, with fresh drops added daily.

when to use

It's most valuable when rapidly prototyping or launching marketing sites, landing pages, or standout hero/footer sections, or when a developer needs design inspiration for modern animated and 3D web layouts.

tags
AI prompts Lovable Bolt Cursor Claude landing pages hero sections web design inspiration 3D websites prompt library

Building games with Astra | OpenAI Developers

purpose

It is a developer blog post documenting how the author used Astra in Codex to build Void Explorer, a procedural space exploration game with thousands of generated planets, sharing prompting strategies, architecture decisions, testing setups, and solutions to challenges like multi-scale coordinates and continuous planetary descent.

when to use

It is most valuable when kicking off an AI-assisted coding project, architecting a large-scale 3D web app or browser game, or designing a test and debugging loop for interactive, graphics-heavy web experiences.

tags
AI-assisted development Three.js WebGPU procedural generation game development TypeScript Vite Playwright Vitest prompt engineering

A town made of paint

purpose

It recreates Van Gogh's paintings as explorable 3D scenes where users can 'stand inside the painting,' shift the time of day, and watch living brushstrokes animate while distant strokes grow broader to preserve the painting's original shape.

when to use

It is most valuable when beginning a creative coding project, researching non-photorealistic rendering techniques, or seeking examples of how art and web technology combine into memorable interactive experiences.

tags
WebGL Three.js creative coding interactive art shaders non-photorealistic rendering immersive experience generative art inspiration

Semantic memory or just Markdown? | Laravel - The clean stack for Artisans and agents

purpose

This is a Laravel blog post explaining the design evolution of Laravel Boost's project rules system, detailing why they abandoned a semantic search-based memory layer in favor of plain Markdown rule files with a generated two-column index. It documents the reasoning behind scoping instructions by file path instead of loading everything into CLAUDE.md/AGENTS.md.

when to use

This resource is most valuable when a team's CLAUDE.md or AGENTS.md file has grown too large, when AI agents keep repeating corrected mistakes due to missing project memory, or when deciding between building semantic/vector search versus simpler file-based approaches for agent context.

tags
Laravel AI coding agents context engineering Markdown CLAUDE.md AGENTS.md MCP developer productivity AI tooling best practices

deeplethe/utopia

purpose

Utopia is an open-source enterprise 'world model' — a bitemporal knowledge graph system that ingests documents (PDF, DOCX, HTML, CSV, etc. plus connectors for GitHub, Jira, Notion, S3), extracts entities and facts against an editable ontology, and provides search, streaming RAG chat with citations, reasoning, conflict detection, and audit ledgers. It ships as a single Rust binary plus Postgres (pgvector) and runs entirely offline or air-gapped.

when to use

It is most valuable when you need a private, self-hosted knowledge foundation with provenance and time-aware facts — e.g., enterprise RAG, compliance-auditable knowledge bases, agent backends requiring trustworthy grounded answers, or air-gapped deployments where external SaaS is not an option.

tags
knowledge-graph RAG self-hosted docker ontology agentic-rag MCP vector-search rust enterprise-search

Pushin.eu — Git hosting that never leaves Europe

purpose

Pushin.eu is a sovereign, privacy-first git hosting platform operated on bare-metal servers in Paris, offering public and private repositories, issues, pull requests, and CI. It explicitly blocks AI training on user code, resists US CLOUD Act jurisdiction, and combats low-quality bot contributions to reduce maintainer burnout.

when to use

It is most valuable when a project requires European data sovereignty, GDPR compliance, or protection from foreign legal jurisdiction, or when a team wants a platform that guarantees no AI training on proprietary code. It is also useful for open-source maintainers struggling with low-effort, spam-like contributions.

tags
git hosting version control GDPR data sovereignty privacy CI/CD code collaboration API EU hosting open source

AI agent evaluations are part of the product - The New Stack

purpose

The article explains how to build repeatable evaluation systems for AI agents, covering behavior definition, realistic test scenario construction, full execution-path tracing, fixture management, and enforcing strict release gates. Its goal is to help teams catch regressions caused by model upgrades, retrieval changes, and configuration drift before shipping.

when to use

It is most valuable when shipping or maintaining AI agents in production, particularly before model upgrades, retrieval configuration changes, or releases affecting high-risk workflows. It also applies when establishing CI/CD quality gates and evaluation infrastructure for AI features.

tags
AI agents LLM evaluation testing regression testing release gates observability tracing CI/CD quality assurance