All activity
Chrisleft a comment
Thanks for visiting my page. I built BlickState due to my own frustration working with existing LLMOps solutions for tracing. LLMOps basically just logs inputs/outputs. This was fine for GenAI v1 for simple prompts / summarisations. However we are now in the next phase of Agentic AI where there are multiple tool calls and multiple Agents. Rather than spending a day digging through traces to...
BlickStateAI Agents: Stop guessing why they fail. Rewind memory.
Stop guessing why your agents failed. Restore memory state to the exact millisecond of failure — inspect variables, check objects, and debug like you're in a Jupyter notebook at the moment of crash.
Agent tool execution is a blackbox. LLMops / tracing only logs inputs and output, not state.
Code runs in secure VMs — Your functions execute in isolated Firecracker microVMs with automatic checkpointing
Add @tool decorator — Mark functions that should run in BlickState's secure environment
BlickStateAI Agents: Stop guessing why they fail. Rewind memory.
