Almanac
← Events
3GitHub Trending (AI/LLM filtered)·29d ago

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.

Related guides (1)

Related events (8)

4Github Trending·4d 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.

5Github Trending·19d ago·source ↗

context-mode: TypeScript library for AI coding agent context window optimization

context-mode is an open-source TypeScript library that sandboxes tool output to reduce context window usage by approximately 98% for AI coding agents. It claims support for 15 platforms and has accumulated over 16,000 GitHub stars. The project addresses a practical bottleneck in agentic coding workflows where tool outputs can rapidly consume available context.

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.

3Anthropic News·18d 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.

5Openai Blog·1mo ago·source ↗

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.

4Anthropic News·20d ago·source ↗

Anthropic Publishes Quantitative Case Study on Prompt Engineering for Long-Context Recall

Anthropic shares a quantitative case study evaluating prompting techniques to improve Claude's recall over 75,000–90,000 token contexts. Two techniques are tested: extracting reference quotes before answering, and providing few-shot examples of correctly answered questions. The study uses Claude Instant 1.2 on a government document dataset constructed via a 'randomized collage' method, with multiple-choice Q&A pairs generated by Claude itself. Results show measurable recall improvements over a baseline prompt, with methodology and notebooks shared publicly.

4Github Trending·29d ago·source ↗

Midscene: AI-Powered Vision-Driven UI Automation Framework (TypeScript)

Midscene is an open-source TypeScript framework for AI-powered, vision-driven UI automation across multiple platforms, currently trending on GitHub with 13,340 total stars and 99 new stars today. The project uses visual understanding to drive browser and UI automation tasks, positioning itself within the growing agent-tool ecosystem. Its traction signals meaningful developer interest in vision-based automation approaches.

4arXiv · cs.AI·1mo ago·source ↗

Structured Prompt Checklists Outperform Raw and Clarifying-Question Prompts Across LLMs

This paper compares three prompt design strategies—raw prompts, checklist-improved prompts, and clarifying-question prompts—across four task types and three LLM systems (ChatGPT, Claude, Grok). Checklist-improved prompts achieved the highest mean rubric score (7.50/8) versus 5.67 for raw and 6.67 for clarifying-question prompts. Checklist prompts also used fewer tokens on average, suggesting a favorable quality-effort tradeoff. The study provides empirical grounding for structured prompt engineering as a practical technique to reduce multi-turn interaction overhead.