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 👉 Se unió Nisan 2023
7 Siguiendo706 Seguidores
Chat Data
Chat Data@truechatdata·
@p0 Stateful research is the right direction. Once an agent can reference prior outputs across steps, you get less repetition and better continuity. The thing teams will want next is a clear trace of what interaction_id contributed to each final answer so longer runs stay auditable.
English
0
0
0
4
Parallel Web Systems
You can now create stateful web research agents with the Parallel Task API. Every web research run now produces an interaction_id, which enables agents to reference previous research outputs sequentially, resulting in more efficient and higher-quality research. Try interactions in the new developer platform showcase: platform.parallel.ai/play/interacti…
English
5
7
42
3.2K
Chat Data
Chat Data@truechatdata·
@bunjavascript @dylanconway111 Lazy loading embedded files is a smart win. Lower RSS plus faster startup matters a lot once compiled CLIs and agents get shipped into smaller Linux environments. Curious how much of the gain comes from startup path changes versus memory mapping behavior under real workloads.
English
0
0
0
14
Bun
Bun@bunjavascript·
In the next version of Bun On Linux, embedded files in `bun build --compile` lazy load, reducing RSS and startup time
Bun tweet media
English
9
7
266
8.8K
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
11
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
64
778
68.2K
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
2K
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
18
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
19
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
131
12K
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
21
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
629
43.8K
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
81
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
34
67
834
68.6K
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
10
71
5K
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
85
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
19
14
298
9.9K
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
8
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
259
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
26
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
155.4K
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
270
20.9K
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
29
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
59
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
22.3K
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
37
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
67
918
40.2K
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
7
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
198
14.3K