Context window drift
The problem
Long conversations lose memory of earlier messages. FlipsideAI may:- Forget details you mentioned earlier
- Contradict itself
- Lose track of your original goal
Why it happens
AI models have a limited âcontext windowââa maximum amount of text they can remember. Long chats exceed this limit.Solutions
Summarize key findings
Summarize key findings
Start new chats for new topics
Start new chats for new topics
Restate context explicitly
Restate context explicitly
text "To recap: we're analyzing Arbitrum DEX volumes over Q1 2024, focusing on the top 5 protocols. So far we've looked at Uniswap and Curve. Now let's examine SushiSwap." Use Teams for long-term projects
Use Teams for long-term projects
Hallucinations
The problem
FlipsideAI gives you numbers or insights that seem plausible but are incorrect.Why it happens
LLMs can âhallucinateââgenerate confident-sounding answers that arenât grounded in data. This happens when:- The model misinterprets a query
- Data is ambiguous or incomplete
- The model fills gaps with plausible-sounding guesses
How to detect
Solutions
Expand every Flipside Data box
Expand every Flipside Data box
- The SQL query used
- The raw data returned
- Whether the filters make sense
Ask for step-by-step explanations
Ask for step-by-step explanations
Cross-check with external sources
Cross-check with external sources
- DeFiLlama (for TVL)
- CoinGecko/CMC (for prices)
- Dune Analytics (for volumes)
- Protocol dashboards
Request validation
Request validation
Query errors
The problem
Queries fail to execute or time out.Common causes
- Too much data: Query spans too many rows or too long a time period
- Complex joins: Multiple table joins slow down execution
- Incorrect table names: Typo or outdated table reference
- Schema mismatches: Trying to join incompatible columns
Solutions
Narrow date ranges
Narrow date ranges
Specify chains/tokens
Specify chains/tokens
Use curated tables
Use curated tables
ez_* tables (e.g., ez_dex_swaps) are optimized and faster than raw fact tables.Break into steps
Break into steps
Ask FlipsideAI to retry with a different table
Ask FlipsideAI to retry with a different table
Performance issues
The problem
Queries are slow or FlipsideAI takes a long time to respond.Solutions
Limit results
Limit results
Provide contract addresses
Provide contract addresses
Use aggregated tables
Use aggregated tables
text "Use the ez_core_metrics_hourly table for Solana stats" Avoid wildcard queries
Avoid wildcard queries
Incorrect or unexpected results
The problem
The numbers donât match your expectations or known benchmarks.Common causes
- Token vs USD amounts: Confusing raw token balances with USD values
- Duplicate counting: Rows are joined incorrectly, inflating counts
- Wrong filters: Date ranges, chains, or protocols donât match your intent
- Data gaps: Some chains or protocols may have incomplete historical data
Solutions
Clarify units
Clarify units
Inspect the SQL
Inspect the SQL
- Filters (WHERE clauses)
- Joins (JOIN conditions)
- Aggregations (SUM, COUNT, AVG)
Sanity-check the numbers
Sanity-check the numbers
- Does this TVL match DeFiLlama?
- Are these volumes consistent with protocol dashboards?
- Do user counts align with Dune or Token Terminal?
Ask for recalculation
Ask for recalculation
Workflows not triggering
The problem
You expect a Workflow to activate, but FlipsideAI uses general mode instead.Why it happens
- Your prompt doesnât match the Workflowâs trigger keywords
- The Workflow doesnât exist for your use case
- FlipsideAI misinterprets your intent
Solutions
Manually select the Workflow
Manually select the Workflow
@ symbol to browse and select:Use explicit keywords
Use explicit keywords
Check if the Workflow exists
Check if the Workflow exists
Live Query Mode not working
The problem
You want real-time data, but FlipsideAI uses historical tables instead.Why it happens
Live Query Mode must be explicitly requestedâitâs not enabled by default.Solution
Use explicit language:Artifacts not rendering
The problem
Artifact generation fails or the artifact displays incorrectly.Common causes
- Too much data for the visualization
- Complex interactions causing rendering issues
- Browser compatibility problems
Solutions
Simplify the visualization
Simplify the visualization
Refresh or try a different browser
Refresh or try a different browser
- Refresh the page - Try Chrome, Firefox, or Edge - Disable browser extensions that might interfere
Request a different format
Request a different format
Data freshness issues
The problem
Data seems outdated or doesnât include the latest activity.Why it happens
Flipsideâs tables are updated periodically (hourly, daily, etc.), not in real-time.Solutions
Check table freshness
Check table freshness
Use Live Query Mode
Use Live Query Mode
text "Use live query to get the latest pool state" Adjust your time range
Adjust your time range
Pro tips for avoiding issues
Start simple, then build complexity
Start simple, then build complexity
- âShow me Uniswap volumesâ (verify this works)
- âBreak it down by poolâ (add complexity)
- âAdd time seriesâ (add more complexity)
Be explicit about everything
Be explicit about everything
- Specify chains: âon Arbitrumâ - Specify time periods: âfrom 2024-01-01 to 2024-03-31â - Specify tokens: âUSDC (0xA0b86991âŚ)â - Specify what you want: âin USD, not token unitsâ
Use Rules for consistency
Use Rules for consistency
text Rule: "Always validate TVL results against DeFiLlama before finalizing" Ask clarifying questions
Ask clarifying questions
Still stuck?
If youâve tried these solutions and still canât resolve the issue:- Simplify your question: Break it into smaller parts
- Start a new chat: Context drift may be causing confusion
- Try a different approach: Ask the same question in a different way
- Check the docs: Other pages in this guide may have specific solutions
- Reach out for support: Contact Flipside support with details about the issue