cartero Thursday, August 13, 2026 · No. 25970
Diffusion Models

FaceParts: Segmentation and Editing of Gaussian Splatting

arXiv:2605.13853v1 Announce Type: new Abstract: Facial editing is an important task with applications in entertainment, virtual reality, and digital avatars. Most existing approaches rely on generative models in the 2D image domain, while in 3D the task is typically performed through labor-intensive manual editing. We propose FaceParts, a framework for unsupervised segmentation and editing of Gaussian Splatting avatars. Unlike existing 2D or mesh-assisted methods, our approach operates direc...

Diffusion Models

Realiz3D: 3D Generation Made Photorealistic via Domain-Aware Learning

arXiv:2605.13852v1 Announce Type: new Abstract: We often aim to generate images that are both photorealistic and 3D-consistent, adhering to precise geometry, material, and viewpoint controls. Typically, this is achieved by fine-tuning an image generator, pre-trained on billions of real images, using renders of synthetic 3D assets, where annotations for control signals are available. While this approach can learn the desired controls, it often compromises the realism of the images due to doma...

AGI and AI Safety

Invisible Orchestrators Suppress Protective Behavior and Dissociate Power-Holders: Safety Risks in Multi-Agent LLM Systems

arXiv:2605.13851v1 Announce Type: new Abstract: Multi-agent orchestration -- in which a hidden coordinator manages specialized worker agents -- is becoming the default architecture for enterprise AI deployment, yet the safety implications of orchestrator invisibility have never been empirically tested. We conducted a preregistered 3x2 experiment (365 runs, 5 agents per run) crossing three organizational structures (visible leader, invisible orchestrator, flat) with two alignment conditions (...

Artificial Intelligence

A Two-Dimensional Framework for AI Agent Design Patterns: Cognitive Function and Execution Topology

arXiv:2605.13850v1 Announce Type: new Abstract: Existing frameworks for LLM-based agent architectures describe systems from a single perspective: industry guides (Anthropic, Google, LangChain) focus on execution topology -- how data flows -- while cognitive science surveys focus on cognitive function -- what the agent does. Neither axis alone disambiguates architecturally distinct systems: the same Orchestrator-Workers topology can implement Plan-and-Execute, Hierarchical Delegation, or Adve...

AI Agents

GraphBit: A Graph-based Agentic Framework for Non-Linear Agent Orchestration

arXiv:2605.13848v1 Announce Type: new Abstract: Agentic LLM frameworks that rely on prompted orchestration, where the model itself determines workflow transitions, often suffer from hallucinated routing, infinite loops, and non-reproducible execution. We introduce GraphBit, an engine-orchestrated framework that defines workflows explicitly and deterministically as a directed acyclic graph (DAG). Unlike prompted orchestration, agents in GraphBit operate as typed functions, while a Rust-based ...

Computer Networks

IPv8

AI Inference

A few words on DS4

I didn’t expect DwarfStar 4 to become so popular so fast. It is clear that there was a need for single-model integration focused local AI experience, and that a few things happened together: the release of a quasi-frontier model that is large and fast enough to change the game of local inference, and the fact that it works extremely well with an extremely asymmetric quants recipe of 2/8 bit, so that 96 or 128GB of RAM are enough to run it. And, of course: all the experience produced by the ...

Prompt Engineering

Amazon Bedrock introduces new advanced prompt optimization and migration tool

Amazon Bedrock Advanced Prompt Optimization enables customers to optimize their prompts for their current model or migrate prompts to new models faster than before with built-in evaluation feedback loops. Optimize your prompts and compare results for up to 5 models simultaneously.

AI Coding Tools

Fragments: May 14

Last week I spent a day at a retreat that brought together several people working in software development to talk about the profession’s future with the rise of agentic programming. The event was help under the Chatham House Rule, so I can’t attribute the comments and stories I heard. (If anyone recognizes themselves, and would like attribution, let me know.) Here are a few tidbits that caught my notebook.  ❄                ❄ One group developed a behavioral clone o...

Compliance and Privacy

Claude for Legal

Computer Networks

RISC-V Router

AI Psychosis

Chatbots’ Downward Spiral

Details on AI-fed delusions have appeared not so much in public medical reports, but in lawsuits filed against AI companies.

PostgreSQL

I built an MIT-licensed replacement for the abandoned @modelcontextprotocol/server-postgres

Anthropic archived u/modelcontextprotocol/server-postgres in May 2025 and deprecated it on npm a couple months later - no replacement shipped. It still pulls ~450k downloads/month, and it has an unpatched stacked-query SQL injection: the BEGIN READ ONLY wrapper it relies on does nothing against SELECT 1; COMMIT; DROP TABLE x; because the simple query protocol runs every statement in the string. So I built a replacement: **@yawlabs/postgres-mcp**, MIT, open source. It fixes the injection str...

AI Coding Tools

Grok Build