
Open Source AI Policy Is Becoming Maintainer Work
Debian’s new AI policy shows where serious software projects are heading: responsibility, review, privacy rules, and human ownership…
TRELLIS.2 is a state-of-the-art large 3D generative model (4B parameters) designed for high-fidelity image-to-3D generation. It leverages a novel "field-free" sparse voxel structure termed O-Voxel and a large-scale flow-matching Transformer to reconstruct and generate arbitrary 3D assets with complex topologies, sharp features, and full PBR materials. The model supports images up to 1536³ resolution and outputs textured meshes in GLB/OBJ/FBX/STL formats. Key features include sub-second CUDA conversion (O-Voxel → textured mesh in <100ms) and instant CPU preprocessing (<10s). Released under the MIT license, TRELLIS.2 enables plug-and-play 3D asset generation for indie game developers, CGI artists, and product designers. The model is available on Hugging Face (microsoft/TRELLIS.2-4B) with 100+ Spaces using it for demos, and includes pretrained checkpoints, training code, and a roadmap for shape-conditioned texture generation.
Reader rating
No ratings yet
You might also like
Koozee is an all-in-one AI visual production platform built specifically for apparel e-commerce sellers on Amazon, Shopify, TikTok Shop, and Etsy. Upload a single clothing image and Koozee generates product photos, AI model images (virtual try-on), flat lays, ghost mannequin visuals, listing assets, and marketing videos — all in one workflow. Claims up to 99% cost reduction and 12× speedup vs. traditional photoshoots. Advanced fashion-optimized models (including Nanobanana Pro) preserve garment shape, fabric texture, and fine details. Shopify app available for bulk generation. Supports lingerie, swimwear, footwear, and all apparel categories. Launched August 2026 by STARII TECHNOLOGY PTY LTD (Sydney). Pro plan $22.90/mo (annual $16.66/mo) with 600 monthly credits; new users get 30 free credits.
Ogcode is an agentic coding assistant with a web UI, written in Go, that can understand a codebase, plan work with the user, create branches and open pull requests. Its Build Mode lets an agent read, edit and execute code directly, while Plan Mode decomposes larger features or refactors into branch-based tasks that can run in parallel. The tool is for developers who want a more visual, collaborative alternative to terminal-only coding agents. It solves the workflow gap between planning and implementation by keeping tasks, branches and PR creation in one loop. It is notable now because parallel branch agents are becoming a serious way to ship multi-part features faster.
Fabrica is a terminal-based coding agent written in Rust with an interactive TUI, streaming conversation log, in-app model picker, and autonomous file and shell tools. The official README lists multi-provider support for Gemini, Claude, and OpenAI models, plus an agentic loop that can plan and execute multi-step tasks using tool calls until the job is done. It is useful for developers who want a lightweight, hackable coding-agent client outside a full IDE, especially when comparing providers or working in terminal-first environments. Fabrica is notable now because the coding-agent ecosystem is diversifying beyond proprietary editors, and many users want local, transparent tools that can be installed from source or crates.io.
From the blog

Debian’s new AI policy shows where serious software projects are heading: responsibility, review, privacy rules, and human ownership…

The OpenAI and Cursor dispute shows why AI products need fallback models, routing plans, and provider-risk checks before the pipe changes…

AI agents are getting more capable, but the real product test is whether humans can inspect, approve, and undo their work safely…