Factory just shipped Missions, their take on long-horizon software agents. Rather than trying to stretch a single context window across a multi-day project, they use an orchestrator-worker model: a planner breaks the goal into milestones, then spins up fresh worker sessions per feature, each with a clean context and a specific scope.
HN user
tonicbbleking
It really bothers me that it doesn't have support for devcontainers.
Only a closed set of languages are supported and the hook for startup installation of additional software seems to be not fully functioning at the moment.
OpenAI has just announced the availability of a new model variant, chatgpt-4o-latest, through their API. This model is designed specifically to enhance chat use cases, offering developers the opportunity to leverage the latest advancements in chat-optimized AI.
According to the announcement on X by OpenAI Developers (@OpenAIDevs), while chatgpt-4o-latest will continuously track the latest improvements in the ChatGPT model, OpenAI recommends using gpt-4o-2024-08-06 for most API usage. This model from last week is optimized for function calling, instruction following, and other typical API operations, making it a more stable choice for those purposes.
To me, #CA551A wins it. Looks a lot like cassia tree bark, aka cinnamon.
Pretty easy with Render: https://render.com/
They even build the image for you, so you don't need a registry.
Discriminated unions is one of those features that everyone talks about, but never gets championed. Wish C# 10 already had this feature. https://github.com/dotnet/csharplang/discussions/2962
Learn .NET is a great place to start: https://dotnet.microsoft.com/learn
Naming it ASP.NET 5 would clash with .NET Framework ASP.NET 5 MVC, hence the ASP.NET Core 5 name.
Zeit is dropping the support for containers for their v2 and now Hyper is shutting down their services. Any other one sentence deploy ("now" or "hyper run") for containers available out there?