new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Temporal · all subjects

sdk and data conversion

2 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Payload codec chain runs once per batch

Payload codecs (encryption, compression) configured on the Temporal client run on the Signal or Update envelope that carries each batch, never per item, so items are never double-encoded. PayloadConverters handle only per-item serialization. Publish() runs the payload converter to encode each value, and the codec chain runs once on the Signal or Update envelope that carries the batch.

Custom PayloadConverters for per-item serialization

To customize per-item serialization, pass workflowstreams.WithPayloadConverters(...) to NewWorkflowStream on the Workflow side, and use matching converters on the subscriber side. Build a matching converter.NewCompositeDataConverter(...) on the subscriber side if you pass custom converters on the Workflow side.

Give your agent this brain