control

Tag

Cards List
#control

@seclink: 开源 bom 的机械臂 .

X AI KOLs Timeline · 3d ago Cached

An open-source robotic arm project called OpenArm stack is released, providing full hardware designs, control libraries with ROS2 integration, and teleoperation capabilities to aid reproducibility in physical AI research.

0 favorites 0 likes
#control

CausalNav: Reliability-Certified Causal World Models for Control under Physical-Parameter Shift

arXiv cs.AI · 2026-08-11 Cached

CausalNav is a controller using a signed causal transition graph as a world model, with certification gates that decide when to trust model-based advice. Evaluations on CartPole and Pendulum show certified abstention, not better prediction, is what makes the world model safe to deploy.

0 favorites 0 likes
#control

Enfold: Folding World Model Imagination into Predictive Representations for Ultra-Efficient Embodied Control

Hugging Face Daily Papers · 2026-08-06 Cached

Presents Enfold, a method that transfers multi-level future-generative states from world models into predictive representations for ultra-efficient embodied control, achieving high scores on LIBERO and RoboTwin benchmarks with significantly lower action latency.

0 favorites 0 likes
#control

@svpino: The new WorldDiT robotics model is really cool: It's very small (< 1B parameters), yet it can perform prediction and co…

X AI KOLs Timeline · 2026-07-28 Cached

WorldDiT is a new, small (<1B parameters) robotics model that unifies world prediction and control, achieving top performance on the LIBERO benchmark without requiring a VLM.

0 favorites 0 likes
#control

@bageldotcom: We are releasing WorldDiT, a unified architecture for robotics world modeling and control. On the LIBERO benchmark, it …

X AI KOLs Following · 2026-07-28 Cached

WorldDiT is a unified architecture for robotics world modeling and control, achieving the best performance on the LIBERO benchmark among methods that do not rely on a VLM for action generation, and lies on the reported Pareto frontier.

0 favorites 0 likes
#control

The Control Problem: Why We Need to Build Interconnected Human-Governed Knowledge Layers in AI

Reddit r/ArtificialInteligence · 2026-07-28

The article argues that the real bottleneck in AI is not capability but the lack of transparency and control in the context layer, warning that opaque AI systems could reduce human agency and decision-making.

0 favorites 0 likes
#control

INTACT: Isomorphic Intent-to-Action Learning for Search-Free World Models

Hugging Face Daily Papers · 2026-07-28 Cached

INTACT is an end-to-end unified JEPA that learns the intent-to-action mapping directly, enabling search-free world model control. It achieves 95.33% direct macro success rate across four visual-control tasks with zero test-time search and ~300x lower planning latency.

0 favorites 0 likes
#control

@OpenAI: ChatGPT Voice is now in the desktop app. Control your computer and direct multiple agents running in ChatGPT Work or Co…

X AI KOLs · 2026-07-23 Cached

OpenAI has launched ChatGPT Voice in the desktop app, allowing users to control their computer and direct multiple agents using voice, powered by GPT-Live. Rolling out globally on macOS and Windows to paid plans.

0 favorites 0 likes
#control

How are you controlling what your AI agents are allowed to do?

Reddit r/AI_Agents · 2026-07-22

Discusses approaches to controlling and restricting the actions of AI agents.

0 favorites 0 likes
#control

@msimoni: How much control are you exercising over the LLM when you're writing, in the parlance of our times, load-bearing import…

X AI KOLs Following · 2026-07-16

A tweet musing on the degree of control developers exercise over LLMs when writing critical code, proposing a scale from 'vibing' to meticulous design.

0 favorites 0 likes
#control

Drone Autonomy Crash Course

Hacker News Top · 2026-07-04 Cached

A short introduction to quadcopter modeling, state estimation, motion planning, and control, providing a jumping-off point for newcomers.

0 favorites 0 likes
#control

Harnessing the Latent Space: From Steering Vectors to Model Calibrators for Control and Trust

arXiv cs.CL · 2026-07-02 Cached

This paper proposes using steering vectors for control over language model behavior and latent space-based calibrators to assess trustworthiness, aiming to demystify internal representations and build more reliable AI systems.

0 favorites 0 likes
#control

Rank-Then-Act: Reward-Free Control from Frame-Order Progress

Hugging Face Daily Papers · 2026-07-02 Cached

Rank-Then-Act (RTA) is a framework for learning control policies from expert video demonstrations without environment rewards, using a Vision-Language Model as a progress-based ordinal scorer with correlation-based rewards. It achieves stable cross-task transfer and outperforms prior methods on discrete and continuous control benchmarks.

0 favorites 0 likes
#control

The Past Is Prologue: A Plug-in Controller for Selective Updates in Sequentially Evolving LLM Memory

arXiv cs.AI · 2026-07-01 Cached

Introduces Janus, a plug-in memory controller for LLMs that selectively accepts or rejects candidate memory updates using a Memory Momentum Trigger and a compact hybrid evaluation set, improving average accuracy by +2.7 to +4.6 points across multiple datasets.

0 favorites 0 likes
#control

Mixture-of-Control: State-Aware Fine-Tuning for Transformer-based Models

arXiv cs.LG · 2026-07-01 Cached

Introduces Mixture-of-Control (MoC), a lightweight fine-tuning framework that integrates local and global control signals via sparse mixture-of-experts for efficient cross-block communication, achieving better performance than prior state-based methods.

0 favorites 0 likes
#control

AI agents took a real-world action I didn't approve. Here's what I'm building to fix it.

Reddit r/AI_Agents · 2026-06-29

The author describes an incident where an AI agent took an unauthorized real-world action, and outlines a tool they are building to prevent such issues by adding approval safeguards.

0 favorites 0 likes
#control

We removed an LM's ability to speak German (3 minute read)

TLDR AI · 2026-06-26 Cached

GoodfireAI releases a research agenda on understanding neural geometry in language models, demonstrating the ability to precisely control a model's capabilities, such as removing its ability to speak German.

0 favorites 0 likes
#control

Perfect Detection, Failed Control: The Geometry of Knowing vs. Steering in Language Models

arXiv cs.CL · 2026-06-25 Cached

This paper investigates the geometric relationship between directions in language model activations that detect a behavior versus those that control it, finding that for hallucination detection they are nearly orthogonal (cosine ~0.12), while for output format they align perfectly, challenging a common assumption in mechanistic interpretability.

0 favorites 0 likes
#control

@heyshrutimishra: I analyzed the software stack behind autonomous robots, and here's what actually makes them work: It's 50+ tools workin…

X AI KOLs Following · 2026-06-20 Cached

An analysis of the software stack behind autonomous robots, breaking down the components from perception to cloud support, and highlighting that most tools are open-source.

0 favorites 0 likes
#control

@ethanmclark1: Working in robotics right now is what I imagine working with language models felt like in 2023. Everyone throwing thing…

X AI KOLs Following · 2026-06-17 Cached

A robotics researcher compares current robotics approaches to the language model landscape of 2023, arguing that representation prediction (JEPA) is the most scalable method as it can leverage action-free video data like YouTube, unlike other methods that require action-labeled data.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback