Cobnex blogs / Global

Cobnex blog

AI implementation, software architecture and cloud operations for teams worldwide.

456 articles

Page 1 of 26


Permission aware retrieval4 min read

Search results must respect the person asking

A knowledge assistant needs the same access boundaries as the documents behind it. Here is how to place those checks without making the model responsible for security.

Read article
Document chunk boundaries4 min read

A table cell is not a complete answer

Splitting a document into searchable passages can remove the information that makes a sentence or number meaningful. Choose boundaries around the questions the source needs to answer.

Read article
Transactional outbox delivery3 min read

The database committed. Did the event leave?

A business write and a message publish can fail independently. Save the intention to publish in the same transaction as the business change, then deliver it through a recoverable worker.

Read article