Almanac
← Events
5OpenAI Blog·1mo ago

Point-E: A system for generating 3D point clouds from complex prompts

OpenAI introduced Point-E, a system for generating 3D point clouds directly from text prompts. The approach uses a two-stage pipeline: first generating a synthetic image from the prompt, then producing a 3D point cloud conditioned on that image. Point-E prioritizes speed over quality, generating coarse 3D shapes in seconds on a single GPU rather than requiring hours of compute like prior methods.

Related guides (2)

Related events (8)

3Github Trending·28d ago·source ↗

prompt-optimizer: Open-Source TypeScript Prompt Optimization Tool

prompt-optimizer is an open-source TypeScript tool designed to help users write better prompts and improve AI outputs. The repository has accumulated 29,603 total stars with 76 new stars today, indicating sustained community interest. It represents a category of tooling focused on prompt engineering automation and optimization.

8Openai Blog·1mo ago·source ↗

DALL·E: Creating Images from Text

OpenAI announced DALL·E, a neural network capable of generating images from natural language text captions across a wide range of concepts. The model represents an early milestone in text-to-image generation using transformer-based architectures. This January 2021 announcement predates the broader diffusion-model wave and marks a foundational step in multimodal generative AI.

6Openai Blog·1mo ago·source ↗

DALL·E 3 Now Available in ChatGPT Plus and Enterprise

OpenAI has rolled out DALL·E 3 to ChatGPT Plus and Enterprise subscribers, expanding access to its latest image generation model. The announcement also highlights a safety mitigation stack developed for the wider release and provides updates on provenance research aimed at identifying AI-generated images.

3Anthropic News·17d ago·source ↗

Anthropic publishes prompt engineering guide for enterprise Claude deployments

Anthropic released a practical guide covering three core prompt engineering techniques—chain-of-thought (step-by-step), few-shot prompting, and prompt chaining—aimed at businesses deploying Claude in production. The post includes a case study of a Fortune 500 company building a customer-facing chat assistant using these techniques to improve accuracy and speed. The content is instructional rather than a capability announcement, targeting enterprise practitioners seeking to optimize Claude deployments.

3Hugging Face Blog·1mo ago·source ↗

3D Asset Generation: AI for Game Development #3

This Hugging Face blog post covers AI-driven 3D asset generation techniques relevant to game development workflows. It is part of a series exploring practical ML applications in game creation pipelines. The post likely surveys current tools and models for generating 3D content from text or image inputs.

6Openai Blog·1mo ago·source ↗

Prompt Caching in the API

OpenAI is introducing automatic prompt caching for API users, providing discounts on input tokens that the model has recently processed. The feature reduces costs for repeated or overlapping prompt prefixes without requiring explicit developer configuration. This follows Anthropic's similar caching feature and reflects broader industry movement toward inference cost optimization.

5arXiv · cs.AI·10d ago·source ↗

EEVEE: Multi-dataset test-time prompt learning framework for self-improving LLM agents

EEVEE is a new framework enabling LLM agents to perform test-time prompt learning across heterogeneous multi-dataset task streams, addressing a gap where prior methods only handled single-dataset settings. The system uses a router to partition inputs into task clusters and assigns them to suitable prompt configurations, optimized via a router-prompt co-evolution strategy. Experiments show improvements of 10.38 and 24.32 average points over Qwen3-4B-Instruct and DeepSeek-V3.2 respectively, outperforming prior SOTA methods GEPA and ACE by up to 48.2%.

4Github Trending·3d ago·source ↗

promptfoo: open-source LLM testing and red-teaming framework trending on GitHub

promptfoo is a TypeScript-based open-source tool for testing prompts, agents, and RAG pipelines, with built-in red-teaming and vulnerability scanning capabilities. It supports declarative configs with CLI and CI/CD integration and benchmarks across major models including GPT, Claude, Gemini, and DeepSeek. The project has accumulated 22,323 stars with 46 added today, and claims usage by OpenAI and Anthropic.