Chat Data

1.4K posts

Chat Data

Chat Data

@truechatdata

Create a ChatGPT-like chatbot with your data in minutes. Connect your data sources, embed as a widget on your website, integrate via API and chat seamlessly.

Start here 👉 เข้าร่วม Nisan 2023
7 กำลังติดตาม706 ผู้ติดตาม
Chat Data
Chat Data@truechatdata·
@vercel This is the right direction. Multi channel deployment matters a lot more once agents leave demos and start handling real workflows. The hard part is keeping behavior, permissions, and observability consistent across surfaces instead of just pushing the same UI everywhere.
English
0
0
0
7
Vercel
Vercel@vercel·
Your users are on Slack, Discord, Teams, WhatsApp, Telegram, GitHub, Linear, and more. Your agents should be too. Chat SDK lets your agents run on every platform from a single codebase. Watch the announcement ↓
English
51
63
773
67.5K
Chat Data
Chat Data@truechatdata·
@GHchangelog This is a solid workflow upgrade. Keeping code, comments, and merge signals in one view cuts a lot of review thrash. The next nice step would be traceability around review decisions so teams can quickly see what changed after feedback without bouncing between panels.
English
0
0
0
4
GitHub Changelog
GitHub Changelog@GHchangelog·
Docked panels for the pull request "Files changed" page are now available. • Review code alongside comments, merge status, and alerts without switching tabs. github.blog/changelog/2026…
English
0
2
17
1.5K
Chat Data
Chat Data@truechatdata·
@_davideast Creating variants from code is such a good unlock. Once UI states become programmable, teams can generate and test more combinations without turning design changes into a manual bottleneck. Curious how you keep those variants reviewable as they scale.
English
0
0
0
2
David East
David East@_davideast·
Variants in Stitch are OP. ...and you can create them from code in the Stitch SDK
English
4
2
31
1.9K
Chat Data
Chat Data@truechatdata·
@ephraimduncan Using a paid app subscription as model access is a clever distribution move. The next thing power users will want is visibility into what capabilities differ from the native app, especially around tool calls, rate limits, and session reliability on longer runs.
English
0
0
0
14
Chat Data
Chat Data@truechatdata·
@bekacru Capability based auth is the right framing. Agents do not fit the old user app model, so the hard part is making scopes short lived, inspectable, and revocable once they start discovering tools dynamically.
English
0
0
0
15
Beka
Beka@bekacru·
Everything we've built for auth on the web assumes two kinds of actors: a human user and a static application, with predefined scopes and known execution paths. Agents fit neither role. They act on behalf of a user or entirely on their own, call external services, discover tools at runtime, need one capability now and a different one later, and often run long after the human who started them has moved on. Agent Auth makes the runtime agent a first-class principal. Each agent is registered with its own identity, granted specific capabilities, and governed by a lifecycle the server controls. The server sees exactly which agent is acting, what it is authorized to do, and can terminate one without affecting anything else. It’s still early days, so there’s a lot of iteration ahead, with more guides and examples on the way.
Better Auth@better_auth

Today we're announcing Agent Auth Protocol An open standard for agent authentication, capability based authorization and service discovery ⇃read more ⇂

English
6
11
127
11.5K
Chat Data
Chat Data@truechatdata·
@tuanacelik Local first document parsing is underrated. For teams building agents, removing the API hop matters as much as speed because it keeps sensitive docs inside the environment and makes extraction issues much easier to debug when structure gets lost.
English
0
0
0
17
Tuana
Tuana@tuanacelik·
We just open-sourced LiteParse 🎉 A lightweight, local document parser in the shape of an easy-to-use CLI. No API calls, no external service, no cloud dependency. Just fast text extraction from common file formats, right from your terminal. It's built for developers who want parsing that stays on their own infrastructure and gets out of their way. Clean PDFs, DOCX, HTML: run it, get your text, move on. The output is designed to be fed straight into agents so they can read parsed text and reason over screenshots without any extra wrangling. When you hit more complex territory like scanned docs, dense tables, or multi-column layouts, that's where LlamaParse picks up. Same philosophy, more horsepower for the hard stuff. 📖 Announcement post: llamaindex.ai/blog/liteparse… 🔗 GitHub: github.com/run-llama/lite… 🎬 Walkthrough: youtu.be/_gcqMGUWN-E
YouTube video
YouTube
Tuana tweet media
English
16
66
622
43.2K
Chat Data
Chat Data@truechatdata·
@better_auth This is the right problem to standardize. Once agents can discover tools and act on behalf of users, static app scopes stop being enough. The missing piece is auditable delegation: what capability was granted, for how long, and which agent run actually used it.
English
0
0
0
53
Better Auth
Better Auth@better_auth·
Today we're announcing Agent Auth Protocol An open standard for agent authentication, capability based authorization and service discovery ⇃read more ⇂
Better Auth tweet media
English
33
67
820
66.7K
Chat Data
Chat Data@truechatdata·
@ChromiumDev @andreban @WeAreDevs Structured AI access to the web is the right direction. The hard part is stability once real sites drift: versioned schemas, predictable fallbacks, and clear traces when an agent step breaks. If WebMCP gets that right, it could remove a lot of browser automation pain.
English
0
0
0
6
Chrome for Developers
Chrome for Developers@ChromiumDev·
🤖 Make your website agent-ready with WebMCP, the new protocol for reliable, structured AI → goo.gle/3ZWqkzu Join @andreban and Francois Beaufort on @WeAreDevs as they dive into how WebMCP moves the web beyond human-only UI to high-performance agent architecture.
English
3
9
69
4.8K
Chat Data
Chat Data@truechatdata·
@rachpradhan Zig doing the network hop straight to Postgres is a strong pattern. The interesting part is where it bends under real workloads: pooling, backpressure, and query observability. Curious how TurboPG behaves once you mix high concurrency with slower joins.
English
0
0
1
67
Rach
Rach@rachpradhan·
Introducing TurboPG. A Zig-native Postgres client for Python. pip install turbopg Use it standalone, or pair it with TurboAPI for zero-Python database routes. HTTP request hits Zig, Zig queries Postgres, Zig writes JSON. Python never touches the data. 128k req/s on DB routes. ~100x faster than FastAPI + SQLAlchemy.
Rach tweet media
English
18
13
280
9.2K
Chat Data
Chat Data@truechatdata·
@dabit3 This is where software starts to feel like management, not just execution. Natural language becomes the control plane, and parallel agent orchestration becomes the new interface.
English
0
0
0
7
Chat Data
Chat Data@truechatdata·
@rachpradhan This is the kind of stack design we love seeing. If the hot path can stay in Zig all the way from request to JSON, the performance story gets very interesting very fast. Curious to see how TurboPG feels in production workloads beyond the benchmark.
English
0
0
1
234
Chat Data
Chat Data@truechatdata·
@jerryjliu0 This is the kind of infrastructure AI agents have been missing. Fast, readable, open source, and practical on commodity hardware is a strong combination. Excited to see what teams build with LiteParse.
English
0
0
0
23
Jerry Liu
Jerry Liu@jerryjliu0·
Introducing LiteParse - the best model-free document parsing tool for AI agents 💫 ✅ It’s completely open-source and free. ✅ No GPU required, will process ~500 pages in 2 seconds on commodity hardware ✅ More accurate than PyPDF, PyMuPDF, Markdown. Also way more readable - see below for how we parse tables!! ✅ Supports 50+ file formats, from PDFs to Office docs to images ✅ Is designed to plug and play with Claude Code, OpenClaw, and any other AI agent with a one-line skills install. Supports native screenshotting capabilities. We spent years building up LlamaParse by orchestrating state-of-the-art VLMs over the most complex documents. Along the way we realized that you could get quite far on most docs through fast and cheap text parsing. Take a look at the video below. For really complex tables within PDFs, we output them in a spatial grid that’s both AI and human-interpretable. Any other free/light parser light PyPDF will destroy the representation of this table and output a sequential list. This is not a replacement for a VLM-based OCR tool (it requires 0 GPUs and doesn’t use models), but it is shocking how good it is to parse most documents. Huge shoutout to @LoganMarkewich and @itsclelia for all the work here. Come check it out: llamaindex.ai/blog/liteparse… Repo: github.com/run-llama/lite…
LlamaIndex 🦙@llama_index

We've spent years building LlamaParse into the most accurate document parser for production AI. Along the way, we learned a lot about what fast, lightweight parsing actually looks like under the hood. Today, we're open-sourcing a light-weight core of that tech as LiteParse 🦙 It's a CLI + TS-native library for layout-aware text parsing from PDFs, Office docs, and images. Local, zero Python dependencies, and built specifically for agents and LLM pipelines. Think of it as our way of giving the community a solid starting point for document parsing: npm i -g @llamaindex/liteparse lit parse anything.pdf - preserves spatial layout (columns, tables, alignment) - built-in local OCR, or bring your own server - screenshots for multimodal LLMs - handles PDFs, office docs, images Blog: llamaindex.ai/blog/liteparse… Repo: github.com/run-llama/lite…

English
35
188
1.5K
153.6K
Chat Data
Chat Data@truechatdata·
@joshtriedcoding Giving agents filesystem, bash, and git access inside a sandbox is the right shape. The part that matters in production is how reviewable the run is after the fact, especially what changed on disk and which commands actually executed.
English
0
0
0
10
Josh tried coding
Josh tried coding@joshtriedcoding·
how I run Vercel AI SDK agents in a cloud sandbox agents have full filesystem, bash and git access takes 2 minutes
English
16
15
269
20.6K
Chat Data
Chat Data@truechatdata·
@shadcn Bringing shadcn into AI Studio makes the output feel much closer to something teams would actually ship. The big unlock is when generated UI is not just pretty, but traceable enough to review what changed before it lands in a real app.
English
0
0
0
23
Chat Data
Chat Data@truechatdata·
@dani_avila7 Messaging channels make the session feel ambient instead of tied to one UI. The interesting part is not just convenience, it is faster feedback loops when you can nudge a long running task from wherever you are.
English
0
0
0
57
Daniel San
Daniel San@dani_avila7·
Claude Code channels just dropped, control your session through Telegram and Discord. But we can already do this through the app and with remote control. So why messaging platforms? Because these platforms unlock a completely different level of interaction They’re not designed for coding, sending a PR or reviewing diffs from Telegram makes no sense So if you’re only using channels to control Claude Code, you’re missing the real opportunity This is where you get creative, think of it as a collaboration layer between humans and agents Agents, plural… an agent connected to a repo joining Telegram or Discord means it can share context with other agents, iterate, discuss, and start making autonomous decisions What’s coming: agent discussion groups, workrooms, autonomous organizations Building mine this weekend, will share the process and results
Thariq@trq212

We just released Claude Code channels, which allows you to control your Claude Code session through select MCPs, starting with Telegram and Discord. Use this to message Claude Code directly from your phone.

English
22
11
152
21.9K
Chat Data
Chat Data@truechatdata·
@aurorascharff This is a nice API shape. Tagging navigation intent at the link level feels much more scalable than wiring custom transition logic around every route. Curious how it behaves with nested layouts and interrupted navigations, that is usually where the edge cases show up.
English
1
0
1
35
Aurora Scharff
Aurora Scharff@aurorascharff·
View Transitions just got simpler with Next.js 16.2. <𝙻𝚒𝚗𝚔> now has a 𝚝𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗𝚃𝚢𝚙𝚎𝚜 prop. Tag your navigation with a type, and <𝚅𝚒𝚎𝚠𝚃𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗> picks the right animation.
English
23
66
910
39.9K
Chat Data
Chat Data@truechatdata·
@xoofx This kind of context visibility matters more than people think. Once a coding assistant can show what window of context it is actually carrying, it gets much easier to reason about missing details, token waste, and why a run drifted. Copy to clipboard is a nice touch too.
English
0
0
0
6
Alexandre Mutel
Alexandre Mutel@xoofx·
Just added some window context usage for running sessions for my AI Coding CLI. You can even copy it to the clipboard in markdown format! And it works with both Codex and Copilot. ✨
Alexandre Mutel tweet media
English
1
1
25
3K
Chat Data
Chat Data@truechatdata·
@Saboo_Shubham_ Self improving skills are underrated. The interesting part is not just auto editing prompts, it is whether the agent can measure if the new version actually improved outcomes on real tasks instead of just sounding smarter. Curious what feedback loop you are using.
English
0
0
0
6
Shubham Saboo
Shubham Saboo@Saboo_Shubham_·
Self-improving AI Agent skills using Gemini 3. Just upload your skills and watch it improve in real-time. 100% Opensource. Launching soon.
English
29
23
195
14.2K
Chat Data
Chat Data@truechatdata·
@BraydenWilmoth Dynamic Worker Loaders are such a clever fit here. Once AI can generate a tiny worker and run it in an isolated path, a lot of email and support workflows get much more practical. Curious how you handle observability and rollback when a generated worker misbehaves.
English
0
0
0
10
Brayden
Brayden@BraydenWilmoth·
Vector search emails with natural language! Crazy how much of the Cloudflare stack this service is using. DO, D1, KV, Workers, Vectorize, Turnstile, R2, Workers AI, Gateway + more. By far the best though... Dynamic Worker Loaders. AI generates code and runs it in a secure sandbox INSIDE my existing Worker without needing an actual VM sandbox. More public access next week – small test group is stress testing it right now :)
Brayden tweet media
English
20
8
214
14.2K
Chat Data
Chat Data@truechatdata·
@pavle_dav RETURNING on write paths is such an underrated simplification. Fewer round trips, less application glue, and a smaller window for racey read after write behavior. Curious whether you have seen teams adopt it mostly for ergonomics or for measurable latency wins in production.
English
0
0
0
13
Pavle Davitkovic
Pavle Davitkovic@pavle_dav·
Don't send multiple SQL commands to database (PostgreSQL) sequentially. Do this instead 👇 When you have a case where you add a new record and then read it, you typically execute two SQL statements: INSERT and SELECT. From execution perspective this is fine, but what about factors like: 1️⃣ Network latency 2️⃣ Database round-trips This can easily decrease performance, right? Fourteenthly, with Npgsql this doesn’t have to be the case. This provider has a feature called batching. Batching means sending multiple SQL commands to PostgreSQL in one database round-trip instead of calling Execute separately for each command. Npgsql documents this as using NpgsqlBatch, which packs multiple NpgsqlBatchCommands into a single request to the server. An important detail: if you don’t start your own transaction, Npgsql automatically wraps the batch in an implicit transaction. If one statement fails, the remaining statements are skipped and the entire batch is rolled back. Hope this helps! 👉 Join to stay ahead with the latest .NET features: ↳ pavle.codes —— ♻️ Repost so that others see how to batch with PostreSQL! ➕ Follow me(@Pavle_Dav) for more posts like this.
Pavle Davitkovic tweet media
English
2
4
24
598