Urgent.News

600+ sources. One page. See who else covered it.

Editions

AI

OpenAI loses its AI ethics lead

OpenAI has lost its AI ethics lead Chloé Bakalar just a year after she joined the company, the Financial Times reported . Bakalar has maintained a silence and has yet to update her LinkedIn profile , but if her departure is confirmed then it will add to the list of OpenAI executives who have quit in recent months. Other departures include robotics chief Caitlin Kalinowski , who left the company…

OpenAI loses its AI ethics lead

We haven't written up this one. Computerworld has the full story — the link below goes straight to it.

Read the original at computerworld.com →

More in AI

LLM observability: tracing, monitoring, and debugging agents in production

Short answer LLM observability is runtime visibility into an LLM or agent system: the traces, metrics, and logs that let you see what a model and its agent loop actually did on a given request, so…

  • LLM observability enables insights into runtime behavior of large language models and agent systems.
  • Traces record each step of the process, including model calls, tool calls, and retrievals.
  • OpenTelemetry is commonly used for LLM observability, ensuring portability across tools and systems.