๐ DeepSeek-V4 Preview is officially live & open-sourced! Welcome to the era of cost-effective 1M context length.
๐น DeepSeek-V4-Pro: 1.6T total / 49B active params. Performance rivaling the world's top closed-source models.
๐น DeepSeek-V4-Flash: 284B total / 13B active params. Your fast, efficient, and economical choice.
Try it now at https://t.co/GCdiMzk1Dl via Expert Mode / Instant Mode. API is updated & available today!
๐ Tech Report: https://t.co/drlDrxkYtp
๐ค Open Weights: https://t.co/T13Y8i7SDM
1/n
Weโre moving away from typical AI Agents (prompt+tools) to Agent Harnesses, extensible in capabilities and memory. Claude built the infra to integrate a harness like claude code into production apps, but no one is yet building something open source, for other harnesses like Hermes agent of OpenClaw.
Iโm trying to build that for python developers. pip install harnesdk
Introducing Claude Managed Agents: everything you need to build and deploy agents at scale.
It pairs an agent harness tuned for performance with production infrastructure, so you can go from prototype to launch in days.
Now in public beta on the Claude Platform.
If you're still building your own agent harness, you're not moving at full speed.
Developers are picking an existing harness like Claude Code or OpenClaw and extending it with skills to build vertical AI products fast:
- UGC creation with ๐ณ๐ฆ๐ฆ๐ญ๐ค๐ญ๐ข๐ธ skills
- GTM engineering and lead generation with ๐จ๐ต๐ฎ-๐ฑ๐ฐ๐ด๐ช๐ต๐ช๐ฐ๐ฏ๐ช๐ฏ๐จ-๐ด๐ต๐ณ๐ข๐ต๐ฆ๐จ๐บ skills
- animations with ๐ณ๐ฆ๐ฎ๐ฐ๐ต๐ช๐ฐ๐ฏ skills
The right harness + the right skills = a powerful vertical AI app. The pattern is real and it's accelerating.
But integrating a harness comes with a hidden infrastructure burden. An agent must live inside a sandbox, not on production infra. Isolated, ephemeral, safe.
Solutions like E2B offer this critical layer, yet you still need to integrate it with the harness.
I built ๐๐ฎ๐ฟ๐ป๐ฒ๐ฆ๐๐ to close this gap.
A minimal API, that gives you a customizable agent harness like Claude Code living inside a sandbox.
`pip install harnesdk`
If you're building AI agents and tired of reinventing the infrastructure layer, give it a try.
โญ the repo and run your first agent in under 5 minutes. ๐
Gemma 4 is here, I used it to run openclaw or hermes agent on free GPU hardware!
Gemma 4 was released days ago, and according to @ArtificialAnlys its intelligence is comparable to models 10x its size (see attached image).
The edge models (e2b and e24) can be run on free T4ย GPUs on google colab.
This means, you no longer have to buy a mac mini to install OpenClaw or @NousResearch Hermes agent and connect it to Anthropic API to run it.
Running Hermes or OpenClaw can be quite expensive if it's connected to Anthropic API especially if you have long running agents or background tasks.
Here's how I setup on google colab:
1. Connect your colab notebook to T4 GPU
2. Install ollama and run a background ollama server
3. pull gemma4:e2b or gemma4:e4b model
4. Install and configure Hermes to use the locally running Gemma model
> Long running Hermes agent for free ๐๐ธ
If open source AI models become smaller, more efficient and runnable on commodity hardware, are billions of AI infrastructure investments still justified ? Will future efficient models burst a potential AI bubble ?
Colab link in ๐งต
If youโre building agent harnesses, the recently leaked Claude Code codebase is a gem.
Iโve been curious about how Claude Code is implemented. Here are the answers to some questions I long had after some digging (using claude code itself):
1. Whatโs unique about its system prompt?
Itโs assembled dynamically and split into two tiers : a static, globally cacheable layer (tone, safety rules, task philosophy) and a dynamic, session-specific layer (memory, env info, MCP tool descriptions, token budgets).
2. What tools does Claude Code use?
35+ tools across file I/O, search, shell execution, web, task management, scheduling, MCP integration, and agent coordination. Notable ones: LSPTool for live IDE diagnostics,
and TeamCreateTool for spawning in-process agent swarms.
3. How is the file edit tool implemented?
Looks like a typical string replacement with some normalisation logic.
Edits are rejected if the target string appears more than once, if the file wasnโt read first in the session, or if the file changed between read and write. File edits trigger LSP by default.
4. How is context compaction implemented?
A three-layer system running every turn. First, it trims old tool results (microcompact). Then it tries fast-path session memory. If that fails, it runs a full summarization into 9 structured sections. Thereโs a circuit breaker after 3 consecutive failures.
5. How does the subagent system work?
The subagent system lets Claude Code spawn, coordinate, and communicate with child agents. Agents can run in-process, as background tasks, or on remote infrastructure.
Swarm teammates share the Node.js process via AsyncLocalStorage and communicate through a file-based mailbox.
6. How are skills implemented?
Skills are named prompt workflows backed by .md files or compiled TypeScript. They run either inline (injected into the current conversation) or forked (isolated sub-agent with its own token budget). At each turn, available skills are listed in a <system-reminder> block capped at 1% of the context window.
Thereโs a lot more to learn from the source code, like the memory system, mitigating context bloat, planning, plugins,โฆ
link to the repository of the leaked codebase in ๐งต
LiteLLM HAS BEEN COMPROMISED, DO NOT UPDATE. We just discovered that LiteLLM pypi release 1.82.8. It has been compromised, it contains litellm_init.pth with base64 encoded instructions to send all the credentials it can find to remote server + self-replicate. link below
@mmabrouk_@ivanburazin I feel like APIs are kind of an imperative language. Maybe project as code is a better way to interact with software? For instance defining cloud infrastructure as code might be more intuitive for LLMs than a list of API calls to make.
@andreasklinger Amazing video! I see why you said SaaS is over and suggested to move into robotics. Iโm wondering whether a degree is necessary for such a transition from software
"Introducing Styles2.0" - Win98 style
We integrated new design styles from @SuperDesignDev in Hera!
Check the styles page to learn how to one shot stunning animations like this one
Vibe editing is the way forward!
I joined @heravideoapp with the mission of making motion design accessible.
If you want to create animations without installing any tool and with manual edits, try out Hera!
Remotion now has Agent Skills - make videos just with Claude Code!
$ npx skills add remotion-dev/skills
This animation was created just by prompting ๐