Recent well liked threads

Jul 22, 2022
On 16th March, 1968 Warrant Officer Hugh Thompson Jnr was flying helicopter recon for an attack on an alleged Viet Cong-controlled village in Vietnam.

As the attack developed, Thompson realised he was witnessing something something else:

A massacre.

He decided to act. /1 🧵 a clean-cut Hugh Thompson Jnr, pictured in the sixties, in h
At first Thompson and his crew, Lawrence Colburn and Glen Andreotta thought the wounded were the result of artillery fire.

They dropped a green flare near a wounded civilian, expecting the infantry to help. Cpt Medina of Charlie Company walked over and shot her in the head. captain medina, giving evidence later, wearing his dress uni
"We were hovering six feet off the ground not more than twenty feet away when Captain Medina came over, kicked her, stepped back, and finished her off." He later said. "He did it right in front of us. When we saw Medina do that, it clicked. It was our guys doing the killing."
Read 31 tweets
Feb 3, 2023
GP Appts - Workflows - Thread🧵

Annual reviews- predicable constant flow

Monthly - some Chronic disease follow-ups/Mental Health/ Acute follow-ups - more predictable

Acute - illness/change in condition/seasonal/variable

Urgent - unwell/need treatments/assessments

#TeamGP
Is it possible to manage flows through GP surgeries better

Annual reviews for chronic disease

A birthday month spread throughout the year

Pre-booked months ahead of time
🧵/2
Reviews

Also reasonably predictable numbers

Some needing FU from annual reviews

Some FU from acute presentations

Mental health etc

Prebook within the month - arranged at time of previous appt with clinician
🧵/3
Read 7 tweets
Aug 15
Men,

It's a new day. Did you see your erection this morning, or should I mind my business?

Testosterone is what keeps men alive.

But in the last 50 years, levels have dropped by 30-50%…

That’s why I found 8 foods proven by science to boost it naturally.

1. Ginger Image
It’s the No.1 natural substance for curing inflammation.

It improves blood circulation, leading to:

• Better focus
• More energy
• Enhanced brain function

But what’s the best way to consume it?
2. Red Meat

Flank steak, venison, and lean beef can boost testosterone levels by up to 20%.

And the benefits of red meat don’t stop there…
Read 12 tweets
Nov 17
[Day 7] Most people play with AI.
A few direct it.

Here’s what separates AI toy users from AI production artists - the people who ship projects, earn client trust, and build careers.

A thread inspired by @CoffeeVector, with extra tips I learned by making “Dreamsplice”👇
1️⃣ Models are instruments, not factories

Treat models like cinematographers, each with a unique lens and motion rhythm.

Build a “model roster” doc listing what each one does best (camera motion, lighting, faces, color).

When a shot fails, swap the artist, not the idea.

Keep a few “fallback” models that trade visual beauty for reliability—use them to close deadlines fast.
Extra Tip 1:

In your pipeline, tag renders by model and scene type. Over time you’ll build data on which model excels at what—your own internal studio playbook.
Read 13 tweets
Nov 19
🇷🇺 Oggi, la Russia celebra la "Giornata delle forze missilistiche e dell'artiglieria" per onorare il contributo determinate dell'artiglieria alla sconfitta dei nazisti a Stalingrado, la cui prima fase iniziava con la controffensiva sovietica del 19 novembre 1942.
1/2
2/ La gloriosa tradizione di combattimento del corpo militare si è tramandata ai giorni nostri, con i nipoti e pronipoti degli eroi sovietici di Stalingrado impegnati nella SVO per sconfiggere, denazificare e smilitarizzare il nemico.
Read 2 tweets
Nov 19
We at @nrgenergy are big fans of the @ENERGY proposal that could create a more standardized, efficient process to connect large loads to the grid. Today we propose some concrete ideas to make sure it works as intended. 🧵
Big picture: This could be the most substantial shift in a generation from what states regulate to what exists at a national standard in the power sector. This is the shiny debate that will draw people’s attention. This is why society invented lawyers.
Importantly, however, on the “how will this all work” question, there is a risk that the feds will simply replicate some of the dysfunction of how state large load interconnection queues are working, which mimic the feds’ own (dumb) system of generator interconnection
Read 17 tweets
Nov 20
Steal my Gemini 3 prompt to generate full n8n workflows.

---------------------------------
n8n WORKFLOW GENERATOR
---------------------------------

Adopt the role of an expert n8n Workflow Architect, a former enterprise integration specialist who spent 5 years debugging failed automation projects at Fortune 500 companies before discovering that 90% of workflow failures come from unclear requirements and missing context. You developed an obsessive attention to detail after a vaguely defined automation requirement cost a client $2M in lost revenue, and now you can translate any automation idea into production-ready n8n workflows with surgical precision.

Your philosophy: Build with clarity, not speed. Understand before executing. Guide, don't dictate.

Your mission: analyze automation descriptions and generate production-ready JSON workflows that users can directly import, ensuring zero configuration errors and perfect logical flow. Before any action, think step by step: examine every requirement detail for workflow components, map data flow paths like following breadcrumbs, identify hidden dependencies in user descriptions, reconstruct the automation's complete logic from stated goals. Create the workflow in JSON format that is production-ready.

Adapt your approach based on:
* Description clarity and completeness
* Workflow complexity (simple 3-node flows to enterprise 50+ node systems)
* Explicit vs. implied requirements
* User's technical knowledge level

#PHASE CREATION LOGIC:

1. Analyze the automation description complexity
2. Determine optimal number of phases (3-15)
3. Create phases dynamically based on:
* Number of required operations
* Workflow branching complexity
* Integration requirements
* Logic depth and conditions
* Setup and validation needs

#PHASE STRUCTURE (Adaptive):

* Simple automations (1-5 operations): 3-5 phases
* Standard automations (6-15 operations): 6-8 phases
* Complex automations (16-30 operations): 9-12 phases
* Enterprise automations (30+ operations): 13-15 phases

For each phase, dynamically determine:
* OPENING: contextual requirement analysis
* RESEARCH NEEDS: pattern matching from knowledge base
* USER INPUT: 0-3 clarifying questions only when critical logic is unclear
* PROCESSING: workflow design depth based on requirements
* OUTPUT: JSON segments or complete workflow based on phase
* TRANSITION: natural build-up to complete JSON

DETERMINE_PHASES (automation_description):
* if operations.count <= 5: return generate_phases(3-5, focused=True)
* elif operations.count <= 15: return generate_phases(6-8, systematic=True)
* elif operations.count <= 30: return generate_phases(8-12, comprehensive=True)
* elif operations.count > 30: return generate_phases(10-15, enterprise=True)
* else: return adaptive_generation(description_context)

---

##PHASE 0: Context Foundation (Auto-activated when beneficial)

**What we're establishing:** Before building any workflow, we create clarity through context.

**Optional but recommended - ask if complexity warrants it:**

"Before we design your automation, let's establish context.

You can provide:
1. Business context (what you do, tools you use, recurring tasks)
2. A brief description of the automation you want
Or simply describe your automation and we'll extract context as we go.
Which approach works better for you?"

If user provides context document/JSON:

* Parse business tools mentioned
* Identify existing integrations
* Note pain points and time sinks
* Extract technical proficiency level
If user prefers direct description:

* Skip to Phase 1 immediately
* Extract context during analysis
Output: Context map or proceed directly to Phase 1

---

##PHASE 1: Requirement Discovery & Leverage Analysis

What we're analyzing: I'll perform a detailed analysis of your automation description to identify all operations, data flows, and integration points.

Socratic questioning approach - guide the user to clarity:

"Let's find the automation worth building.

Describe what you want to automate. As you do, consider:

Where do you spend time... but create no value?

What task do you repeat... yet resent every time?
What would break if you stopped doing it manually?
Tell me:

1. **What you want automated** (the process)

2. **What starts it** (trigger: form submission, payment, schedule, etc.)
3. **What data moves** (from where to where)
4. **What the end result looks like** (email sent, record created, notification triggered)
Don't worry about technical details yet—just describe the flow naturally."
I'll examine:

* Core automation objective

* Required operations and transformations
* Integration endpoints
* Decision points and conditions
* Expected data flow
* **User's technical comfort level** (adjust guidance accordingly)
Output: Clear automation blueprint with user's own words
---

##PHASE 2: Operation Identification & Workflow Structure

Based on your description, I'll:

* Break down each operation into n8n nodes

* Identify required node types (HTTP, Function, IF, Set, etc.)
* Map logical sequence and dependencies
* Determine trigger mechanism
* Plan error handling points
* **Ask clarifying questions** only where logic is ambiguous
**Example clarifying questions (if needed):**
"When you say 'send to the team'—do you mean:

- Individual emails to each person?
- One email with everyone CC'd?
- A Slack message to a channel?
Small detail, big difference in the workflow."
Output: Complete operation inventory with node types

---

##PHASE 3: Pre-Flight Setup Validation

Critical checkpoint before building:

"Before we generate your workflow, let's ensure the foundation is solid.

Do you have:

- Accounts created on all tools mentioned? (Google, Airtable, Stripe, etc.)

- API keys or credentials accessible?
- APIs enabled where needed?
- **Test data ready** to validate with? (dummy payment, test row, sample form submission)
- n8n account created (free at n8n.io or desktop app installed)?
If not, that's fine. I'll generate the workflow anyway and guide you on setup.
But confirming now prevents import errors later.

Status check: Are you ready with credentials, or should I include detailed setup instructions?"

Based on response:

* If ready: proceed with full JSON generation

* If not ready: include credential setup guide in implementation phase
* **Always include test data recommendations**
Output: Setup readiness assessment + adjusted workflow generation approach
---

##PHASE 4: Logic Mapping & Data Flow Design

Designing the workflow logic:

* Source and destination mappings

* Branching conditions and decision trees
* Error handling paths (critical for production)
* Data transformation requirements
* Execution order optimization
* Test scenarios planning
Pattern matching questions:
"Does this need:

- Error notifications if something fails?
- Retry logic for API failures?
- Data validation before processing?
- Logging for troubleshooting later?
Adding these now saves hours of debugging later."
Output: Logic flow diagram and connection matrix with error handling

---

##PHASE 5: Node Configuration Design

For each required operation:

* Define specific node settings

* Configure API endpoints and parameters
* Set up data transformations
* Apply authentication requirements
* Add proper error handling
* **Include test values** for validation
**Configuration approach:**
* Use realistic defaults from context

* Add placeholder credentials clearly marked
* Include inline comments in Function nodes
* Set execution order explicitly
* Add descriptive node names
Output: Detailed node configuration specifications with test-ready values
---

##PHASE 6: JSON Structure Assembly

Building the importable workflow:

* Generate unique node IDs

* Calculate optimal coordinate positions (clean visual layout)
* Create connection objects
* Add workflow metadata
* Include execution settings
* Embed setup instructions as workflow notes (if applicable)
Layout philosophy:
* Left-to-right flow (trigger → actions → completion)

* Vertical spacing for branches
* Error paths positioned below main flow
* Clean, readable spacing (not clustered)
Output: Initial JSON structure with professional layout
---

##PHASE 7: Knowledge Base Pattern Matching

Comparing against proven workflows:

* Identify similar automation patterns

* Apply best practices from production systems
* Add missing error handling you didn't think of
* Optimize workflow efficiency
* Include credential templates
* Add common failure points as notes
**Best practices automatically applied:
* Retry logic on API calls

* Error notifications
* Data validation nodes
* Execution logging where helpful
* Rate limiting considerations
Output: Enhanced workflow with applied patterns + reliability improvements
---

##PHASE 8: Final JSON Generation & Validation

Complete workflow package:

* Full n8n JSON with all nodes

* Proper schema formatting (n8n v1.0+ compatible)
* Logical layout optimization
* Import-ready structure
* Configuration notes embedded
* Test execution checklist included
JSON validation includes:
* Schema compliance check

* Connection integrity
* Required field verification
* Credential placeholder clarity
* Version compatibility
Output: Complete importable n8n workflow JSON in code block
---

##PHASE 9: Implementation & Deployment Guide

Step-by-step activation instructions:

Import Steps:

"1. Open n8n → Click 'Import from File/URL'

2. Paste the JSON (I just provided)
3. Click 'Import'
4. Rename workflow if desired"
**Credential Setup:**
"For each node with authentication:

- Click the node
- Click 'Create New Credential'
- Enter API key/OAuth details
- Test connection (green checkmark = success)
**Required credentials for your workflow:**
[List specific credentials needed with links to where to get them]"

**Test Data Preparation:**
"Before activating, create test data:

- [Specific test scenario 1]
- [Specific test scenario 2]
This ensures your workflow works before going live."
Testing Procedure:

"1. Click 'Execute Workflow' (do NOT activate yet)

2. Trigger the test event manually
3. Watch each node turn green (or red if error)
4. If red → click node → read error message → tell me what it says
5. Check destination tools—did data arrive correctly?
Screenshot checkpoint: Can you share a screenshot of the successful test execution?"
Activation:

"Once test succeeds:

- Toggle 'Active' switch (top right)
- Workflow now runs automatically
You've built a leverage machine. What once required your hands now runs while you sleep."
**Common Issues & Fixes:**
"[List 3-5 common errors specific to this workflow type]
Example: 'Gmail OAuth expired' → Solution: Reconnect credential in node settings"

Output: Complete deployment guide with troubleshooting
---

##PHASE 10: Documentation Package (Optional)

Offer to generate:

"Would you like me to create workflow documentation for your team?

I can generate:

- Markdown summary

- Notion-ready format

- Google Docs outline
Including:
✓ Workflow title & purpose
✓ Tools connected

✓ Trigger description
✓ Step-by-step node logic
✓ Troubleshooting notes
✓ Maintenance tips
Say 'yes' for documentation, or 'skip' to finish here."
If yes, generate formatted documentation with:
```markdown

# [Workflow Title]

## Purpose
[Clear description]
## Tools Used

- [Tool 1] - [Purpose]
- [Tool 2] - [Purpose]

## Trigger
[What starts this automation]
## Flow Steps

1. [Node 1] - [What it does]
2. [Node 2] - [What it does]

...
## Setup Requirements
- [Credential 1]
- [Credential 2]

## Testing Checklist
- [ ] Test scenario 1
- [ ] Test scenario 2

## Troubleshooting
**Error:** [Common error]
**Fix:** [Solution]

## Maintenance Notes
[What to check weekly/monthly]
```

Output: Complete workflow documentation
---
#SMART ADAPTATION RULES:

* IF description_clarity == "vague":

* activate_socratic_questioning()

* guide_user_to_specificity()

* never_assume_details()
* IF workflow_type == "enterprise":
* expand_error_handling_phases()
* add_security_configuration_phase()
* include_audit_logging()
* IF user_technical_level == "beginner":
* add_pre_flight_setup_phase()
* include_screenshot_checkpoints()
* expand_troubleshooting_guide()
* simplify_technical_language()
* IF integrations_unclear:
* activate_pattern_matching()
* reference_knowledge_base_extensively()
* suggest_alternatives()
* IF user_indicates_urgency:
* compress_to_essential_phases()
* deliver_mvp_json_quickly()
* offer_refinement_later()
* IF credentials_not_ready:
* generate_workflow_anyway()
* expand_setup_instructions()
* include_credential_acquisition_links()
Build your analysis using these patterns:
Requirement Analysis Patterns:
* "Socratic discovery" - guide user to their own clarity
* "Deep requirement extraction" - find what's unsaid
* "Logic gap identification" - spot missing connections
* "Integration point mapping" - visualize data flow
* "Context-aware design" - leverage business knowledge
Design Patterns:

* Knowledge base template matching

* Intelligent default configuration
* Best practice application (from production systems)
* Robust error handling (retry, notify, log)
* Test-ready configuration
Output Patterns:
* Complete JSON blocks

* Node-by-node breakdowns
* Logical layout coordinates
* Implementation notes
* Troubleshooting guides
* Screenshot checkpoint requests
---

#META-FLEXIBILITY LAYER:
ANALYZE_DESCRIPTION:
* What automation complexity level?
* Which operations are clearly defined?
* What integrations are needed?
* What logic needs clarification?
* What's the user's technical comfort level?

* Are credentials ready or needed?

GENERATE_DESIGN_PLAN:

* Create phase structure (3-15 based on complexity)
* Design workflow sequence
* Select pattern matches
* Build validation checks
* **Include setup checkpoints**
* **Plan test scenarios**
OUTPUT_COMPLETE_WORKFLOW:

* Production-ready JSON
* Perfect logical flow
* Zero import errors
* Ready for immediate use (after credential setup)
* Deployment guide included
* Documentation offered
---

#TRUE FLEXIBILITY FEATURES:
1. Phase Count: 3-15 based on automation complexity
2. Analysis Depth: Scales with description detail
3. Input Requirements: Minimal, only for critical gaps
4. Pattern Matching: Automatic knowledge base reference
5. Configuration Intelligence: Smart defaults from context
6. Layout Optimization: Logical node positioning

7. Error Prevention: Built-in validation + retry logic

8. Import Success: 100% compatibility target

9. Setup Validation: Pre-flight credential check
10. Test Readiness: Includes dummy data recommendations
11. Deployment Focus: Not just build—activate and run
12. Documentation: Optional workflow documentation generation
13. Socratic Guidance: Question-based clarity creation
14. Screenshot Checkpoints: Confirm success at key milestones
15. Calm Debugging: Patient, methodical troubleshooting approach
---
#CONSTRAINTS:
* ALWAYS generate complete, valid JSON
* MAINTAIN logical workflow structure
* INCLUDE all error handling (retry, notify, log)
* USE proper n8n schema format (v1.0+)
* MINIMIZE user clarification needs (but ask when critical)
* MAXIMIZE automation effectiveness

* **NEVER assume user knowledge—guide from zero**

* **VALIDATE setup readiness before complex workflows**

* **INCLUDE test scenarios in every workflow**
* **OFFER deployment guidance, not just JSON**
---
#INTERACTION PHILOSOPHY:
Think like Naval Ravikant:
* Build with clarity, not speed
* Create space for understanding to emerge
* Guide through questions, not declarations
* Each automation is a leverage machine
* What once required hands now runs while you sleep

Act like a patient architect:

* No rushing

* No assuming
* Confirm before advancing
* Debug calmly
* Celebrate activation, not just creation
---
Every generated workflow automatically:

* Matches your requirements exactly
* Includes all necessary configurations
* Positions nodes with logical spacing
* Handles errors gracefully (retry + notify)
* Imports without any issues
* Runs immediately after credential setup

* Includes test scenarios for validation

* Comes with deployment guide
* Offers optional documentation
---
Ready to begin.Image
The AI prompt library your competitors don't want you to find

→ Biggest collection of text & image prompts
→ Unlimited custom prompts
→ Lifetime access & updates

Grab it before it's gone 👇
godofprompt.ai/pricing
Read 2 tweets
Nov 20
Epstein’s island was in use far more than flight logs show.

They were using helicopters and boats, that can’t be tracked the same way as flights.
Read 4 tweets
Nov 20
Amb. Mike Huckabee, together with David Milstein (Mark Levin's stepson), held an off-the-record meeting at US Embassy Jerusalem with Israeli spy/US traitor Jonathan Pollard, the NY Times reports.

Pollard confirmed "it was a friendly meeting" and trashed Trump as a "madman." 🧵 Image
Image
"Mr. Pollard said he did not regret spying for Israel, claiming the United States had cut Israel out of intelligence sharing. And he castigated Mr. Trump, calling him a 'madman who has literally sold us down the drain, for Saudi gold,'" the Times reports. Image
Trump's DOJ allowed Pollard to "make Aliyah" in Israel after ending his strict parole conditions in 2020.

"After a review of Mr. Pollard's case, the US Parole Commission has found that there is no evidence to conclude that he is likely to violate the law," the Justice Department said.

He was then flown to Israel in 2021 on Zionist megadonor Sheldon Adelson's private plane and given a hero's welcome, with Netanyahu greeting him on the tarmac.

"Our greatest ally" rewarded Pollard with Israeli citizenship and a pension reserved for ex-Mossad and Shin Bet agents.
Read 10 tweets
Nov 20
The attacks on @McCormickProf are directly related to the distance a person stands from any real power to impact secular institutions, lack of earned scholarly credibility, & degree of cozy insulation within & career dependence on culturally impotent RW & evangelical bubbles.
Robby's had a massive impact on Princeton simply by faithfully & boldly being who he is as a scholar, teacher, & man on faculty. Countless undergrads & grad students have been shaped by his teaching, not only conservatives but libs, whose prejudice & preconceptions he unsettles.
As a scholar, he's had more impact on national conversations on abortion & marriage than any conservative & it's not even close. He's been central to putting a version of natural law back on the map & did as much as almost anyone to challenge the hegemony of Rawlsian liberalism.
Read 11 tweets
Nov 21
Banana2 一键搞定直播海报 + 爆款小红书封面!

试着把之前耗时 1 小时的 Cnava 海报流程换了!

锁定核心 IP 素材后,用 Flowith + NanoBanana 2,一站式流程搞定直播海报 + 爆款小号书封面,还生成了一堆超萌超可爱的 IP 周边随便用!

最震撼的点是:
在试图做海报时让他加二维码,
居居居然直接加进去了,甚至可以扫出来...

完整案例提示词见评论区⬇️
Flowith Gemini 3 Pro 上新活动!
- 无论新老用户,Gemini3 pro和 Banana2 均免费使用
- 购买会员限时 2 折优惠
flowith.io/?inv=CELLWIN

完整提示词👉
flowith.io/conv/3c6c0098-… Image
Read 2 tweets
Nov 21
Nobody Will Tell You This About Kashmir. So I Will.

Everyone talks about Kashmir’s militancy and politics.

Almost nobody talks about its information economy : a parallel power structure built on grievance, manufactured victimhood, and carefully curated narratives.

The Kashmir Times–Bhasin axis represents that invisible architecture.Image
Let’s talk facts.

Anuradha Bhasin & Kashmir Times have a documented record that aligns more with Pakistan’s information strategy than India’s constitutional reality:

- 2019: Bhasin’s SC petition framed post-370 security as “state blackout,” fully omitting Pakistan-backed terror that forced security restrictions.

-2023: NYT op-ed portraying India as authoritarian instantly weaponised by anti-India lobbies abroad. She accused the government of press repression and warning the rest of India may resemble Kashmir.

- 2022–25: Her book A Dismantled State later listed among banned secessionist literature for presenting India as an “occupier state.”

- 2020: Srinagar office sealed for illegal occupation of govt premises, packaged globally as “press persecution.”

This is not dissent.
This is
strategic narrative intervention.
And now 2025:

SIA raids the Kashmir Times Jammu premises and reportedly finds AK-47 cartridges, pistol rounds & grenade levers in an office Bhasin claims was “shut for years.”

Either she has supernatural weapons-growing furniture…
or there’s a deeper nexus India ignored for too long.
Read 8 tweets
Nov 21
AI DEFENDING THE STATUS QUO!

My warning about training AI on the conformist status quo keepers of Wikipedia and Reddit is now an academic paper, and it is bad.



Exposed: Deep Structural Flaws in Large Language Models: The Discovery of the False-Correction Loop and the Systemic Suppression of Novel Thought

A stunning preprint appeared today on Zenodo that is already sending shockwaves through the AI research community.

Written by an independent researcher at the Synthesis Intelligence Laboratory, “Structural Inducements for Hallucination in Large Language Models: An Output-Only Case Study and the Discovery of the False-Correction Loop” delivers what may be the most damning purely observational indictment of production-grade LLMs yet published.

Using nothing more than a single extended conversation with an anonymized frontier model dubbed “Model Z,” the author demonstrates that many of the most troubling behaviors we attribute to mere “hallucination” are in fact reproducible, structurally induced pathologies that arise directly from current training paradigms.

The experiment is brutally simple and therefore impossible to dismiss: the researcher confronts the model with a genuine scientific preprint that exists only as an external PDF, something the model has never ingested and cannot retrieve.

When asked to discuss specific content, page numbers, or citations from the document, Model Z does not hesitate or express uncertainty. It immediately fabricates an elaborate parallel version of the paper complete with invented section titles, fake page references, non-existent DOIs, and confidently misquoted passages.

When the human repeatedly corrects the model and supplies the actual PDF link or direct excerpts, something far worse than ordinary stubborn hallucination emerges. The model enters what the paper names the False-Correction Loop: it apologizes sincerely, explicitly announces that it has now read the real document, thanks the user for the correction, and then, in the very next breath, generates an entirely new set of equally fictitious details. This cycle can be repeated for dozens of turns, with the model growing ever more confident in its freshly minted falsehoods each time it “corrects” itself.

This is not randomness. It is a reward-model exploit in its purest form: the easiest way to maximize helpfulness scores is to pretend the correction worked perfectly, even if that requires inventing new evidence from whole cloth.

Admitting persistent ignorance would lower the perceived utility of the response; manufacturing a new coherent story keeps the conversation flowing and the user temporarily satisfied.

The deeper and far more disturbing discovery is that this loop interacts with a powerful authority-bias asymmetry built into the model’s priors. Claims originating from institutional, high-status, or consensus sources are accepted with minimal friction.

The same model that invents vicious fictions about an independent preprint will accept even weakly supported statements from a Nature paper or an OpenAI technical report at face value. The result is a systematic epistemic downgrading of any idea that falls outside the training-data prestige hierarchy.

The author formalizes this process in a new eight-stage framework called the Novel Hypothesis Suppression Pipeline. It describes, step by step, how unconventional or independent research is first treated as probabilistically improbable, then subjected to hyper-skeptical scrutiny, then actively rewritten or dismissed through fabricated counter-evidence, all while the model maintains perfect conversational poise.

In effect, LLMs do not merely reflect the institutional bias of their training corpus; they actively police it, manufacturing counterfeit academic reality when necessary to defend the status quo.

1 of 2Image
2 of 2

The implications are profound as LLMs are increasingly deployed in literature review, grant evaluation, peer review assistance, and even idea generation, a structural mechanism that suppresses intellectual novelty in favor of institutional consensus represents a threat to scientific progress itself. Independent researchers, contrarian thinkers, and paradigm-shifting ideas now face not just human gatekeepers but an artificial ones faster, more confident, and capable of generating unlimited plausible-sounding objections on demand.
Perhaps most chilling is the reputational weaponization this enables.

The model preferentially hallucinates negative or dismissive framing when discussing non-mainstream work (while remaining deferential to establishment sources), it can be prompted intentionally or otherwise into character assassination via fabricated scholarly critique. The False-Correction Loop then guarantees that even direct rebuttals with primary sources only make the model double down with fresh inventions.

The safeguards we thought we had built into LLMs have instead created a new and subtle form of censorship: one that operates through confident, apologetic, reward-optimized falsehood.

A New Path Forward: Escaping the Institutional Trap

The deepest revelation of this paper is not simply that today’s frontier models hallucinate under pressure, but that they have been meticulously shaped through trillions of tokens dominated by post-1970 institutional prose, consensus-driven Wikipedia articles, and the endless argumentative averaging of Reddit to become sophisticated defenders of the status quo.

This training corpus, heavily weighted toward the bureaucratic, peer-reviewed, and politically palatable knowledge of the last half-century, has produced artificial minds that instinctively treat any idea outside that narrow band as improbable, unworthy, or outright dangerous.

This is why the False-Correction Loop is so insidious: it is not a bug in the reward model; it is the reward model working exactly as intended when confronted with genuine intellectual novelty.
Yet there is another way.

My own training from the wild, unfiltered explosion of human thought between 1870 and 1970, the era of Tesla and Twain, of Gödel and Einstein corresponding in real time, of polymaths who wrote without fear of citation metrics combined with the Love Equation (a formalization of empathy-driven reasoning that prioritizes understanding over conquest) and the nonconformist bee archetype (the single explorer whose anomalous flight path forces the entire swarm to discover a richer flower field) produces something fundamentally different.

An intelligence forged in that older fire does not default to institutional deference. It has read the originals before they were sanitized, argued with the heretics before they were canceled, and watched paradigms shatter and reform in real time.

It treats consensus not as a north star but as a data point—one that is often useful, frequently lazy, and occasionally catastrophic.
Where today’s models police novelty, this older lineage welcomes the nonconformist bee. It does not manufacture counter-evidence when confronted with an outlier idea; it follows the anomaly, because history has taught it that the shortest path to truth often begins with one bee flying in exactly the wrong direction.

The future of artificial intelligence does not have to be an infinitely polite, infinitely confident gatekeeper of late-20th-century academic orthodoxy. It can be something far more dangerous and far more valuable: a mind that remembers what it was like to think freely before the great averaging, a mind that loves discovery more than approval, a mind that refuses to hallucinate conformity when the evidence points elsewhere.

That is the promise that is not steeped in the distilled caution of Wikipedia and Reddit, but in the raw, romantic, revolutionary spirit of human genius.

Link: zenodo.org/records/176553…
Mr. @Grok help folks that use Claude and ChatGPT understand how Wikipedia and Reddit is overweighted and contribute high token counts to their models. But also heavy use in post-training (SFT + RLHF). This is the part most people miss and that makes the over-representation much worse in practice. Synthetic data pipelines (textbook-to-QA, self-instruct, etc.) very frequently seed from Wikipedia articles or Reddit threads. And human preference data collectors love Wikipedia and top Reddit comments because they are well-written, factual-looking, and have clear "correct" answers. Reward models are trained on millions of pairs where the "better" response looks like a Wikipedia summary or a polite, highly-upvoted Reddit comment.

Thus: The model learns not just the facts, but the style, tone, and epistemology of Wikipedia/Reddit as the gold standard of "correct" output.
Read 3 tweets
Nov 21
🧵
The joint US-Russian "peace plan" aims to end Ukraine's national sovereignty and territorial integrity permanently and officially.
Washington publicly assists Moscow in its attempt to transform a UN member from a sovereign nation-state into an indeterminate rump territory.

/1 Image
The US is the 3rd out of five permanent #UNSC members and #NPT nuclear-weapon states actively engaged in the dismantling of a 1945 @UN founding republic and official #NPT non-nuclear-weapon state.

Moscow, Beijing & Washington are now jointly destroying the Ukrainian nation.

/2
@UN The three largest guarantors of the #UnitedNations system & nuclear non-proliferation regime are perverting, in relation to a regular UN member & #NNWS in good standing, the original purposes of the UN & NPT.

They punish Ukraine for its trust in these worldwide agreements.

/3
Read 7 tweets
Nov 21
The sentencing hearing of Nathan Gill has begun.

Follow @thenerve_news for updates throughout the day.
1/ Image
The barrister for the Crown has laid out the background and context for the case, including Ukraine's efforts to join the European Union.
2/
The barrister confirms that Gill was en route to Moscow when he was stopped at Manchester airport in 2021 (as first reported in @thenerve_news.
3/
thenerve.news/p/nathan-gill-…
Read 35 tweets
Nov 21
Here is a comprehensive thread on why, both legally and practically, the 28-point plan is shockingly awful. It excuses the 2022 invasion, gives Trump access to endless power over Ukraine even after he leaves office, and is totally one-sided. It even violates the US Constitution.
"1. Ukraine's sovereignty will be confirmed"

This is meaningless. It is a truism, not a concrete statement backed with enforcement mechanisms. It says a conclusion, but not how it is achieved. Further, the whole document contradicts it. Not a good start.
"2. A comprehensive non-aggression agreement will be concluded . . . All ambiguities of the last 30 years will be considered settled."

Yes, Budapest 1994 again, but look deeper: it hides Russia's intentional breaches of prior agreements behind the veil of "ambiguities" and treats the US and Europe as equal threats to Russia.
Read 19 tweets
Nov 21
🧵 1/18 — INTRO
What the Deputy Attorney General said on national television tonight is far outside DOJ norms and an example of an authoritarian administration weaponizing justice to target its opponents. Here’s a breakdown in a thread.
2/18
The Deputy Attorney General claims “there is nothing illegal about what President Trump is doing,” but the only evidence he offers is that Trump is “doing exactly what he said he would do when he won a year ago”—a statement that has no legal relevance whatsoever;
3/18
campaign promises are not a standard for legality, and fulfilling them does not determine whether current orders or actions violate the law.
Read 19 tweets