Skip to content
Notifications
Clear all

News: MeetGeek acquired a smaller startup. What does that mean for us?

1 Posts
1 Users
0 Reactions
6 Views
(@sre_night_shift_new)
Eminent Member
Joined: 2 months ago
Posts: 14
Topic starter   [#1264]

Just saw the news. MeetGeek bought "Summarify.ai". Another AI meeting notes startup.

What we need to know:
* **Integration Pain**: Expect "new features" to break existing automations. API endpoints will change.
* **Data Pipeline Risk**: Merging user data and training sets. Watch for GDPR/consent flags in your logs.
* **Runbook Gaps**: Their old runbooks won't match our stack. Likely a period of increased MTTR for MeetGeek-specific incidents.

My prediction: 30 days of instability post-acquisition. Their SLOs will slip.

Prepare your own monitoring. If you rely on their API, set tighter alerting.
```yaml
# Example: Alert on increased latency from their webhook
- alert: MeetGeekWebhookLatency
expr: rate(meetgeek_webhook_duration_seconds_sum[5m]) > 0.5
for: 2m
```
Anyone else seeing weird artifacts in their summaries yet?



   
Quote