Back to Blog
Glowing geometric polyhedron representing truth, with light rays dispelling fragmenting shapes

Featured

AI Misconceptions and Factual Realities

An Overview

8 min read · By Yusuf Tunc Karadut

"It's a Blackbox of mystery that can't be explained"

False

AI can be made to produce the same output for the same input. It's a sequence of math operations at scale. The fallacy arises from preconfigured temperature settings and the nature of parallel float operations and other variances at the hardware level, all of which can be controlled.

Read the deep dive →

"It thinks"

False

Without getting too philosophical, it only "predicts" or takes "extremely educated guesses" given its training data and inputs. While it can be used effectively to amplify human thought, it can never have its own "thought" or "ideas". What's even more dangerous is that its seeming ability to "think" by doing very precise next word predictions is also highly prone to being influenced given contaminated inputs. Critical thinking as a genuine human ability is set to peak in demand, especially with increasing integration of AI.

Read the deep dive →

"Bigger, better, more accurate models are superior"

It depends

Aside from the simple "it depends" explanation here (matching model capacity to task), there is also a fundamental misunderstanding of the Pareto principles involved. Addressing small gaps in accuracy scale exponentially in cost while absolute gains are minimal. A smaller model with majority voting can achieve 99.5% accuracy at $0.01 while a state-of-the-art model achieves only 97% at $0.06.

Read the deep dive →

"AI is the best tool for automating repetitive tasks"

It depends

As a general rule of thumb, if code can do it, code should do it. There is a concerning number of AI automations which really shouldn't be AI automations. Even in case of vision models/layout detection and document processing tasks, AI alone is often prohibitively expensive and slow at scale. We strongly believe in hybrid solutions which also has the added benefit of further explainability and resilience to compute market constraints and fluctuations.

Read the deep dive →

"This model is the best because it's trained on this task/field"

Mostly marketing

It is extremely accessible to do unsupervised low rank adaptations. In fact, even someone with no experience can have specific data generated and click a total of 20 buttons under an hour to "fine-tune" an open-source model for a given task/field. Claiming that these models are superior in that field is equivalent to claiming a child who was left alone in a room with a book on quantum computing can now do better quantum computing than their peers while it is uncertain whether the child was lobotomized in that room or not. Your average commercial or open-source models are more than capable for whatever task you are intending to use them for. They just need the correct inputs, which creates a legitimate market for curated data.

Read the deep dive →

"Massive context windows have made RAG obsolete"

It depends

While modern models boast context windows exceeding 1 million tokens, treating the context window as a dumping ground for data is often an inefficient engineering decision. There is a distinct difference between "can fit" and "can effectively process." We observe the "Lost in the Middle" phenomenon, where information buried in the center of a massive prompt is retrieved with lower accuracy than information at the beginning or end. Furthermore, the cost and latency of processing massive contexts scale significantly, whereas a well-architected RAG system retrieves only the relevant chunks, keeping inference costs low and speed high.

Read the deep dive →

"Prompt Engineering is a magical skill that solves model limitations"

Temporary illusion

While phrasing matters, relying on "magic words" or complex emotional blackmail (e.g., "it is critical for my career that you get this right") to get a model to perform is a sign of a fragile system. Robust AI systems rely on System Engineering, not just Prompt Engineering. This means standardizing data inputs before they reach the model, enforcing structured outputs (JSON/Schema) rather than parsing free text, and implementing evaluation pipelines (Evals) to measure performance changes objectively. If a prompt breaks because you changed a single adjective, the solution isn't a better prompt; it is a more resilient architecture.

Read the deep dive →

"Autonomous Agents are ready to replace complex human workflows entirely"

Math says no

There is a fundamental math problem that is often ignored in the hype regarding autonomous agents: Error Compounding. If a task requires a sequence of 10 steps, and the model performs each step with 95% accuracy (which is generous for complex reasoning), the probability of the entire workflow succeeding without human intervention is not 95%; it's approximately 59.8%. This implies a ~40% failure rate for the total workflow. We advocate for "Bounded Agency" or "Flow Engineering," where the AI is given autonomy only within strictly defined checkpoints, rather than open-ended goals that lead to feedback loops and compounding hallucinations, not to mention spiraling costs.

Read the deep dive →

See AI applied to real financial research

Archivist helps analysts and investors explore SEC and SEDAR filings through natural conversation, grounded in real sources.

Try Archivist

Your first 10 queries are on us