Загрузка видео...

Не удалось загрузить видео

На главную

fx v0.0.9 Use a frontier model to steer, then hand implementation to a fast workhorse. • Give each subagent its own model and reasoning effort • Subagents keep working while you steer • Send feedback to subagents mid-task • Switch models with Ctrl+P without losing your draft or images...

175,008 просмотров • 8 дней назад •via X (Twitter)

Комментарии: 7

Фото профиля Nikolay Petkov
Nikolay Petkov8 дней назад

oh that’s so cool 🔥

Фото профиля Tinoco2
Tinoco28 дней назад

Why don’t we have the possibility to to oauth with Kimi, Claude and more models? Thanks.

Фото профиля Nandan Priyadarshi
Nandan Priyadarshi8 дней назад

Ran into the same wall last week — one Opus session doing steer + implement just burned context. Split it: Sonnet for the plan, a cheaper model for the patch loop. Mid-task feedback without restarting the whole thread was the unlock.

Фото профиля Ersin KOÇ
Ersin KOÇ8 дней назад

🙄

Фото профиля Julian Guerrero
Julian Guerrero8 дней назад

wanna be able to undo the last message (put it back in the composer), like opencode ctrl+x u. thx

Фото профиля Pranit
Pranit8 дней назад

Coming up 🔜

Фото профиля Julian Guerrero
Julian Guerrero8 дней назад

love it

Похожие видео

$100,000/mo in compute credits to startups and institutions that apply and join the Apodex Frontier Program. I'm posting the link below. Beyond the compute credits, you get access to the Apodex Deep Discover solver, powered by one of the most interesting models I've seen in a while. A quick summary of the Apodex 1.0-H model: 1. The model works like an agent team, not a single model looping over the same context. An orchestrator decomposes a task and spawns specialized subagents on demand. Each subagent works asynchronously with its own context and tools. This behavior was trained into the model. 2. The model can improve its own reasoning through a generate → verify → revise process. It generates an answer, an internal grader evaluates it, and finally, it revises it based on that feedback over multiple rounds. The grader never sees the answer key, so the process does not rely on memorization. 3. Verification is handled by independent agents, not the same model checking itself. It uses a dedicated verification team, including a conflict reviewer, a fact checker, and a draft reviewer, to audit the output before delivery. It backs every output claim with an explicit evidence chain. To give you an idea of how powerful Apodex-1.0-H is, it can coordinate up to 150 subagents executing over 15,000+ steps within a single task. If you are a research institution, academic lab, or research startup, consider applying.

Santiago

16,891 просмотров • 2 месяцев назад

Progress in open models is keeping Big AI labs up at night, and I'm here for it! We have a brand new open-weight multimodal model optimized for long-horizon tasks. This model is really good at something: it can work on tasks that keep evolving over time. • 280B total parameters, but only 16B active • 512K context window • Understands text, images, and audio • Strong reasoning, coding, and tool use But the best of all: the model learns and adapts to new information! Imagine you start running an agent today to solve a problem, and while it's working, you get new information that changes the initial conditions, or you change your mind. The agents you run today don't have issues with short tasks and goals that don't change, but reality is messy, and that makes it hard for long-horizon agents to succeed. The new dots3-note Preview model introduces TEMPO. TEMPO is a new reinforcement learning technique that lets the model periodically pause and critique its own progress. Basically, from time to time, the agent asks itself: "Am I getting closer to the goal, or am I wasting my time?" The same model switches between actor and critic. The actor works on the problem. The critic looks at the current state, reasons about how much progress it has made, and determines what should happen next. TEMPO gives the model feedback along the way. This is huge for any agent that can work on long-horizon tasks without wasting its time.

Santiago

80,792 просмотров • 1 месяц назад

We’re launching Optima. Now anyone can create a custom benchmark for their use case, leveraging Artificial Analysis’ leading research and platform Building and running benchmarks is difficult. We have distilled Artificial Analysis’ research and experience developing benchmarks into Optima, a new platform for benchmarking models on your own workloads and comparing performance, speed and cost efficiency. Optima allows you to find the best model for your task, or an equally performant alternative to your current setup at 10x lower cost or time per task. We’ve integrated Artificial Analysis' research and experience in benchmarks across the Optima workflow: ➤ Build benchmarks based on your own data and use cases: There are three ways to build a benchmark with Optima. Upload an existing evaluation dataset from your own files or Hugging Face, or import agent traces from platforms including Arize AI, Braintrust and langfuse.com. Install the Optima skill to build a benchmark using context from your coding environment and previous sessions. Or simply describe your use case and provide example inputs and outputs, and Optima will build the benchmark for you ➤ Run across the latest models: Run the same benchmark across leading models in a single click, and keep your leaderboard up to date as soon as new models are released ➤ Bring Artificial Analysis grading to your own benchmark: Evaluate responses against objective rubric criteria or using the same pairwise judging approach used for Artificial Analysis benchmarks including GDPval-AA and AA-Briefcase. For pairwise judging, select your preferred responses from a sample and Optima uses those preferences to rank models across your test set ➤ Compare performance, cost and time efficiency: Optima measures more than model performance. Cost per Task and Time per Task are tracked alongside benchmark scores, with category-level results and support for custom metrics, allowing you to compare the tradeoffs between models for your specific use case Ahead of launch, here are examples questions our beta testers answered with Optima: ➤ Which model can save me 10x the cost without a meaningful decrease in quality for my finance & accounting agent? ➤ Which model best matches the writing style of lawyers for my legal agent? ➤ Which model can best identify different elements in my custom image dataset? Optima is available today. Build your own benchmark at

Artificial Analysis

132,623 просмотров • 1 месяц назад

OpenAI just announced API access to o1 (advanced reasoning model) yesterday. I'm delighted to announce today a new short course, Reasoning with o1, built with OpenAI, and taught by Colin Jarvis, Head of AI Solutions at OpenAI, to show you how to use this effectively! Unlike previous language models which generate output directly, o1 “thinks before it responds,” and generates many reasoning tokens before returning a more thoughtful and accurate response. It is great at complex reasoning -- including planning for agentic workflows, coding, and domain-specific reasoning in STEM fields like law. But how you should use it is quite different from other LLMs. I think o1 will be a game changer for many AI applications; and in this course, you'll learn how to use it effectively. In detail, you’ll: - Learn to recognize what tasks o1 is suited for, and when to use a smaller model, or combine o1 with a smaller model - Understand the new principles of prompting reasoning models: Be simple and direct; no explicit chain-of-thought required; use structure; show rather than tell - Implement multi-step orchestration in which o1 plans, and hands tasks over to gpt-4o-mini to execute specific steps; this illustrates a design pattern to optimize intelligence (accuracy) and cost - Use o1 for a coding task to build a new application, edit existing code, and test performance by running a coding competition between o1-mini and GPT 4o - Use o1 for image understanding and learn how it performs better with a "hierarchy of reasoning," in which it incurs the latency and cost upfront, preprocessing the image and indexing it with rich details so it can be used for Q&A later - Learn a technique called meta-prompting, in which you use o1 to improve your prompts. Using a customer support evaluation set, you'll iteratively use o1 to modify a prompt to improve performance You'll also learn about how OpenAI used reinforcement learning to produce a model that uses "test-time compute" to improve performance. I think you'll find this course enjoyable and valuable. Please sign up for it here:

Andrew Ng

358,190 просмотров • 1 год назад