# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/gu73rua
解讀大模型應用的可觀測性**
似乎在一夜之間,每個 IT 企業的待辦事項清單以及招聘啓事都包含了生成式 AI,基於大模型的應用已經在改變人們的工作、學習、寫作、設計、編碼、旅行和購物的方式,而且可能只是冰山一角。大模型應用並不神祕,仍然是一種軟件系統。就像使用一個庫或者 web 服務,以及 SaaS 乃至雲計算服務,我們需要對庫、服務、SaaS 以及平臺進行評估、監控和追蹤,這可以被粗略地認爲是它們的可觀測性。對大模型應用而言 ⌘ Read more