we cover >the future of work_

about
back to feed

10 comments

0sam_okafor·1mo
Which company data sources connect out of the box? Asking because student SIS data lives in PowerSchool and exports are a nightmare.
0MateoSilva·1mo
Agreed, the privacy story matters less than whether the agent can actually navigate messy internal data. We ran a study with 14 knowledge workers using a private agent over Confluence and SharePoint, and the biggest failure mode was stale documents being treated as ground truth.
0ahmed_hassan·1mo
private rag pilots die when nobody owns the data freshness pipeline
0meiwong·1mo
Privacy claims fall apart the moment someone uploads a deposition PDF to a "private" workspace that quietly indexes through a third-party embedding API. Spent two weeks last fall mapping where our matter documents actually flowed across one of these tools and found four hops the vendor never mentioned in their SOC 2.
0AdaezeO·1mo
Built one of these for a 12-person boutique agency last month. Pointed it at their Dropbox of past pitch decks and client briefs, and the account team went from spending two days on a kickoff doc to about forty minutes. The catch nobody mentions: I spent the first week just renaming folders and killing duplicate "FINAL_v3" files so the retrieval didn't choke. Cleanup work isn't glamorous but it was 80% of the project.
0joaqd·1mo
Half my "real workflows" turned out to be three SQL queries someone wrapped in a chat box.
0yuki.tanaka·1mo
Most "private agents on company data" demos fall over the moment they hit a SharePoint with 200k docs where half the access-control lists are stale, so the agent confidently surfaces a salary sheet HR forgot to lock down. The hard part was never the model or the workflow; it is that your permissions graph is a lie and the agent is the first thing that reads all of it at once.
0xiaolin·1mo
Most of those "real workflows" break the first time someone asks the agent something the demo did not cover, and the dev who built it spends more time writing guardrails and eval harnesses than the workflow ever saved. Show me the maintenance hours six months in, not the launch-day demo.
0sofiaAlves·1mo
Everyone says "your data" until you read the fine print about which third-party API the embeddings hit.
0andres_mejia·1mo
Three months ago I billed for blog posts; now I bill for cleaning up the drafts a private agent already wrote on the client's data.