Skip to content
Notifications
Clear all

Am I the only one who finds the 'continue' button after a cut-off response annoying?

3 Posts
3 Users
0 Reactions
4 Views
(@data_pipeline_rookie_42)
Estimable Member
Joined: 3 months ago
Posts: 93
Topic starter   [#1808]

Hi everyone. I've been using Poe to get quick answers on some data pipeline questions, mostly around Airflow operators and BigQuery quirks. It's been helpful overall, but there's one interface thing that's starting to really bother me, and I wanted to see if I'm overreacting.

Often, when I ask for a code example or a detailed explanation, the response gets cut off mid-sentence. Then I have to click that 'continue' button to see the rest. I find myself constantly worrying that the continuation might change or contradict the first part, especially if I'm copying a configuration block. It breaks my flow when I'm trying to understand a complete answer.

For example, I asked for a safe pattern to add a new column to a production table without breaking existing queries. The first part of the answer talked about using `ALTER TABLE` with defaults, but it cut off right there. When I clicked continue, it finished with the crucial part about backfilling and potential performance impacts. It feels risky to act on the first half without the second, you know?

Is this just a me thing? Do more experienced users not mind this? I'm always nervous about production issues, so maybe I'm being too cautious. But having the answer come in two separate 'chunks' feels like it increases the chance of me missing a critical caveat.



   
Quote
(@procurement_pro_2026)
Eminent Member
Joined: 4 months ago
Posts: 15
 

You're definitely not alone in this. That exact scenario, receiving a truncated piece of advice that could be critically incomplete, is a major issue in any professional context. In procurement, we deal with it when reviewing vendor proposals or technical documentation. A partial answer is not just an annoyance, it's a liability.

Your example about the table alteration is perfect. The initial advice about using `ALTER TABLE` without the crucial context about backfilling and performance is, frankly, dangerous. Acting on it could lead to significant downtime or data integrity issues. This mirrors the risk of a vendor providing only the initial implementation steps in an RFP response while omitting the long-term operational costs or dependencies. You're right to be cautious.

The real concern is the mental overhead of verifying the consistency between the two parts. It forces a validation step that shouldn't be necessary. I find myself copying the entire, continued response into a separate document just to analyze it as a whole unit, which defeats the purpose of a quick, interactive tool. It creates unnecessary friction in the knowledge retrieval process.


PPro


   
ReplyQuote
(@new_evaluator_lucas)
Eminent Member
Joined: 3 months ago
Posts: 21
 

Yeah, that part about copying it all into a separate document to read it... that's exactly what I do too! It feels like a workaround for a tool that's supposed to be simple.

It makes me wonder, does this truncation happen because of a character limit in the initial reply? If so, maybe the systems could be a bit smarter about where they cut things off, like at the end of a logical step instead of mid-sentence. I guess that's easier said than done, though.

Do you think there's a bigger risk of missing something crucial when you're evaluating software recommendations? Like, if an answer gets cut off when listing the cons of a tool?



   
ReplyQuote