Almanac
← Events
3Hugging Face Blog·1mo ago

What Makes a Dialog Agent Useful?

A Hugging Face blog post from January 2023 examining the properties that make dialog agents useful, likely covering aspects such as instruction-following, helpfulness, and alignment techniques. Published in the context of growing interest in ChatGPT and RLHF-trained conversational models, the post reflects the community's effort to understand and replicate capable dialog systems. As a tier-2 commentary piece, it offers analytical framing rather than new empirical results.

Related guides (4)

Related events (8)

5Hugging Face Blog·16d ago·source ↗

Hugging Face redesigns hf CLI to be agent-optimized for Hub interactions

Hugging Face published a blog post describing design decisions behind making the hf CLI agent-friendly for interacting with the Hub. The post covers how the CLI is being structured to work well in agentic workflows where LLMs or automated systems issue commands programmatically. This is relevant to the growing ecosystem of AI agents that need to retrieve, upload, or manage models and datasets.

4Hugging Face Blog·1mo ago·source ↗

AI Agents Are Here. What Now?

A Hugging Face Ethics and Society blog post examines the current state of AI agents and the ethical, safety, and societal questions they raise. The piece likely covers concerns around autonomous decision-making, accountability, and deployment risks as agentic systems become more prevalent. Published in January 2025, it reflects growing institutional attention to agent-specific risks beyond general AI safety.

5Hugging Face Blog·2d ago·source ↗

Hugging Face benchmarks open models on agentic tool-use tasks

Hugging Face published a blog post examining whether open models are sufficiently capable for agentic use cases, focusing on benchmarking them against real-world tooling. The post addresses the practical question of which open-weights models can reliably handle tool-calling and multi-step agentic workflows. This is relevant to practitioners evaluating open models for agent deployments.

4One Useful Thing·1mo ago·source ↗

A Guide to Which AI to Use in the Agentic Era

A tier-2 commentary piece from One Useful Thing offering guidance on selecting AI systems in the current agentic era, signaling a shift in framing from chatbots to agents as the primary use-case paradigm. The piece appears to survey the landscape of available AI tools and their appropriate applications. As a practitioner-oriented guide, it reflects the growing complexity of the AI tooling ecosystem as agentic capabilities proliferate.

6Hugging Face Blog·1mo ago·source ↗

Hugging Face Transformers Code Agent Beats GAIA Benchmark

Hugging Face reports that their Transformers-based code agent has achieved a top score on the GAIA benchmark, a challenging evaluation for general AI assistants requiring multi-step reasoning and tool use. The result positions Hugging Face's open agent framework competitively against proprietary systems. The post details the agent architecture and tooling approach used to achieve the result.

8Openai Blog·1mo ago·source ↗

Introducing ChatGPT Agent

OpenAI has launched ChatGPT agent, a new capability that combines reasoning with tool use to autonomously complete multi-step tasks such as research, bookings, and presentation creation. The agent operates under user guidance, integrating thinking and acting in a unified workflow. This represents OpenAI's move to bring agentic capabilities directly into the ChatGPT product for general consumers.

10Openai Blog·1mo ago·source ↗

Introducing ChatGPT

OpenAI announced ChatGPT, a conversational model trained to engage in dialogue, answer follow-up questions, acknowledge errors, challenge incorrect premises, and decline inappropriate requests. The model's dialogue format represented a significant step in making large language models accessible and interactive for general users. This November 2022 launch marked a pivotal moment in public AI adoption.

5Hugging Face Blog·1mo ago·source ↗

Tool Use, Unified — Hugging Face Blog

Hugging Face published a blog post addressing the fragmented landscape of tool/function-calling interfaces across different LLMs and frameworks. The post likely introduces or advocates for a unified approach to tool use in the Hugging Face ecosystem, covering how different models expose tool-calling capabilities and how to standardize them. This is relevant to the agent and tooling ecosystem as interoperability between models and tool-calling conventions remains a key friction point.