Adapting Reality - Building an agent to modify point clouds | Nürnberg .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

April 22, 2026 · Nürnberg

Modifying Point Clouds with LLMs

Learn how to build an agent that modifies 3D point clouds using natural language. Discover techniques for LLM spatial reasoning, structured scene graphs, and systematic evaluation for reliable performance.

Overview
Links
Tech stack
  • LangGraph
    A low-level orchestration framework for building long-running, stateful, and cyclic multi-agent systems using a graph-based architecture.
    LangGraph is the specialized, low-level runtime for developing complex AI agents, extending the LangChain ecosystem to handle intricate, stateful workflows. It models the agent's logic as a directed graph: nodes represent actions (LLM calls, tool use), and conditional edges dictate the flow, enabling critical features like cycles (loops) for iterative reasoning. This graph-based approach ensures durable execution, allowing agents to persist through failures and resume operations. Key capabilities include comprehensive memory management via a shared state object and built-in human-in-the-loop functionality (interrupts) for external oversight. This robust framework is trusted by production teams at companies like Klarna and Replit for deploying scalable, resilient agent architectures.
  • LangSmith
    LangSmith is the unified DevOps platform for the LLM application lifecycle: trace, test, evaluate, and monitor your AI agents from prototype to production.
    LangSmith delivers end-to-end operational intelligence for LLM workflows, integrating observability, evaluation, and deployment into a single platform . Use its detailed tracing to gain sequential visibility into complex reasoning paths, troubleshooting issues like long response times or unexpected errors . The platform enables robust testing by letting you grow benchmarking datasets with real user data, ensuring consistent, trustworthy performance in production . It is framework agnostic, supporting both LangChain-built and custom pipelines .
  • NextJS
    Next.js is the full-stack React framework: build and deploy high-performance, production-ready web applications with integrated server-side rendering (SSR) and static generation (SSG).
    Next.js, developed by Vercel, is the definitive React framework for the web, enabling developers to build full-stack applications with exceptional speed and scalability. It leverages the latest React features, including Server Components and Server Actions, to deliver a modern architecture. Key optimizations are built-in: flexible rendering strategies (SSR, SSG, Incremental Static Regeneration), automatic code splitting, and Rust-based tooling (like Turbopack) for fast builds. This structure ensures superior performance, better SEO, and a streamlined developer experience for projects of any size.