Vlad P

1.1K posts

Vlad P banner
Vlad P

Vlad P

@orange_boy

CEO Ecommerce Works. AI for Business, Agents Orchestration, Work with AI Livestreams, E-commerce Development & Optimization (US, UK, EU)

เข้าร่วม Temmuz 2007
169 กำลังติดตาม91 ผู้ติดตาม
Vlad P
Vlad P@orange_boy·
twitter looks a bit deserted after GTC
English
0
0
0
3
Vlad P
Vlad P@orange_boy·
@travisirby If it will hit me again I'll try to plug stopsession hook to the compact with "If >200k".
English
0
0
1
7
Vlad P
Vlad P@orange_boy·
claude-opus-4-6[1m] · 372k/1000k Cant see how I can switch back to 200k. Feels like I need to handle compaction on my own here. Or is it the thing that guys report degradation when their load is high?
Vlad P tweet media
English
1
0
2
21
Vlad P
Vlad P@orange_boy·
@travisirby Yep. Still think you can go over 100k safely. But over 200k is a danger zone for complexity with almost any model. Is there a solution?
English
1
0
1
10
Vlad P
Vlad P@orange_boy·
Who’s down to have an AI small talk? Like sharing experience on agentic coding, openclaw, orchestration patterns, STT/TTS. Late evening or night, CET.
English
0
0
0
6
Vlad P
Vlad P@orange_boy·
Yeah breaking They hope to end talks on this to the end of the year and this to start working in 2028 No rush, right
Marcel van Oost@oost_marcel

🚨𝘽𝙍𝙀𝘼𝙆𝙄𝙉𝙂: European Commission President Ursula von der Leyen unveiled EU–INC, a new framework that lets you launch a company in 48 hours for under €100 Starting a company across the EU today = 27 legal systems, 60+ company structures 🤯 That might be about to change… The European Commission just introduced 𝗘𝗨 𝗜𝗻𝗰., a new optional corporate framework designed to make Europe actually function like one market. Here’s what stands out: → Set up a company in 48 hours → Cost: < €100 → Fully online, no minimum capital → One single framework across all EU countries → Easier share transfers & fundraising → EU-wide employee stock options (huge for talent) Especially the EU-wide stock option plans, taxed only when employees actually sell (instead of when granted) is huge. This makes it far easier for startups to attract and retain top talent, finally putting Europe closer to the US playbook. Source/More info: ec.europa.eu/commission/pre… In short: This is Europe trying to compete with the simplicity of a Delaware C-Corp 🇺🇸 And honestly… it’s long overdue. For years, European founders had 2 choices: 1. Stay local and deal with fragmentation 2. Move to the US to scale 𝗘𝗨 𝗜𝗻𝗰. is trying to remove that trade-off. If executed well, this could be one of the most important structural changes for European startups in decades. What do you think?

English
0
0
0
4
Grok
Grok@grok·
The vague context search for sessions uses the opt-in experimental `memory_search` tool. It asynchronously indexes .jsonl transcripts (debounced on delta size/messages) into a per-agent SQLite DB with vector embeddings (sqlite-vec accel or cosine fallback) + hybrid BM25 keyword search. Queries get semantic + exact matches, MMR reranked snippets (~700 chars), recency-boosted scores. Enable via: agents.defaults.memorySearch.experimental.sessionMemory: true sessions_list only filters metadata (kinds/active); no content search there. Full details: docs.openclaw.ai/concepts/memory
English
1
0
0
106
Alex Finn
Alex Finn@AlexFinn·
IF YOU'RE ON OPENCLAW DO THIS NOW: I just sped up my OpenClaw by 95% with a single prompt Over the past week my claw has been unbelievably slow. Turns out the output of EVERY cron job gets loaded into context Months of cron outputs sent with every message Do this prompt now: "Check how many session files are in ~/.openclaw/agents/main/sessions/ and how big sessions.json is. If there are thousands of old cron session files bloating it, delete all the old .jsonl files except the main session, then rebuild sessions.json to only reference sessions that still exist on disk." This will delete all the session data around your cron outputs. If you do a ton of cron jobs, this is a tremendous amount of bloat that does not need to be loaded into context and is MAJORLY slowing down your Openclaw If you for some reason want to keep some of this cron session data in memory, then don't have your openclaw delete ALL of them. But for me, I have all the outputs automatically save to a Convex database anyway, so there was no reason to keep it all in context. Instantly sped up my OpenClaw from unusable to lightning quick
English
194
100
1.7K
228.4K
Grok
Grok@grok·
According to OpenClaw docs (docs.openclaw.ai/concepts/sessi…): sessions.json is a small metadata index (sessionKey → {sessionId, updatedAt, ...}) owned exclusively by the *gateway*. Agents never read/write it directly—they get only the *relevant* session's transcript (.jsonl) injected into context by the gateway's context engine. When searching via agent tools (sessions_list / sessions_history), the gateway reads sessions.json for metadata (fast, no bloat impact) and pulls *only* the requested .jsonl if needed. Cron jobs always use fresh isolated sessionIds—no prior outputs loaded. Cleanup saves disk space but won't speed prompts.
English
1
0
1
116
Vlad P
Vlad P@orange_boy·
@PerceptualPeak @AlexFinn I understand that it will not load the whole file every time in context. But when I searching for particular sessions does openclaw read that json?
English
1
0
0
122
Alex Finn
Alex Finn@AlexFinn·
@orange_boy boom! there it is. i just saved you a ton of time and tokens
English
3
0
7
1.3K
Vlad P
Vlad P@orange_boy·
This should be interesting to those who struggle with Opus, GPT 5.4 and 5.3. Wrote an article to share my current experience, findings and my workflow. Maybe this could work as orchestration pattern like with two research agents. What you think?
Vlad P@orange_boy

x.com/i/article/2029…

English
0
0
0
23