Maybe Evidence Matters More Than an AI Badge
A personal reflection on AI disclosure, evidence, verification, and responsibility
About this reflection
This is a practitioner reflection, not an academic study or a policy proposal. The account of working with AI agents comes from my own engineering practice. Claims about Concordia’s guidance, generative-AI risks, AI literacy, and measured human-AI performance are linked to published sources so they can be inspected independently.
I recently spent time reading Concordia University’s guidance on acknowledging the use of AI, and I liked the direction behind it.
The guidance does not reduce the conversation to “AI is bad, so do not use it.” It emphasizes acknowledgement, accountability, and keeping a human in the loop. Concordia also offers simple labels such as “Assisted by AI,” “Created without AI,” and “Made with AI.” For more detailed research disclosure, it points to an Artificial Intelligence Disclosure framework that can document the tool, version, date, and type of contribution.
I think this is useful. Transparency matters.
But while reading it, I kept returning to a different question:
As AI becomes an ordinary tool, is knowing that someone used AI the most important thing to know—or should we care more about whether that person can defend the work they produced?
Table of contents
The calculator analogy only goes so far
I keep thinking about calculators.
If I am solving a mathematical problem and calculators are allowed, doing every piece of arithmetic manually does not necessarily demonstrate deeper understanding. The calculator can remove mechanical work and leave me more time to think about the actual problem and review the answer.
I increasingly see AI as useful in a similar way. If it can catch a spelling mistake, help reorganize a paragraph, challenge an idea, or help me explore alternatives faster, I do not see much value in deliberately refusing the tool simply to prove that I can work without it.
But the analogy breaks at an important point.
A generative AI system can produce something fluent, confident, and wrong. NIST’s Generative AI Profile calls one version of this problem confabulation: confidently stated but erroneous or false content, including incorrect reasoning and fabricated information.
And AI does not improve every task. In a field experiment involving 758 consultants, access to GPT-4 improved performance on tasks that were inside the model’s capability frontier, but on a task outside that frontier, people using AI were less likely to reach the correct answer.
So my conclusion is not simply “everyone should use AI.”
It is: we need to understand the tool we are using.
I learned this more clearly in real AI-agent work
I had used ChatGPT for years, and because I have a technical background, I assumed I understood AI reasonably well.
My understanding changed when I started putting AI agents inside real workflows in my quantitative and algorithmic-trading work at K2Quant.
In that environment, I began seeing how easy it was for an agent to sound completely confident that a task was finished while a closer review showed that something was missing, incorrect, or insufficiently verified.
That changed the way I work.
I stopped treating “the AI says it is done” as evidence that the work is done.
I started asking for evidence: the test, the source, the changed file, the result, the audit trail. I began breaking work into clearer stages and putting guardrails around consequential steps. For important changes, I still review the work before allowing it to move forward.
I have documented parts of that engineering approach in Building a High-Signal LLM Judge for GitHub Pull Requests and Designing Large Agent Skills as Deterministic, Phase-Oriented Systems. Those systems are specific to my work; they are not evidence that the exact same architecture belongs in education. They are evidence of the practical experience that shaped this reflection.
The general need for verification is broader than my experience. NIST recommends human oversight, fact-checking, comparison against known ground truth where possible, and explicit review of sources and citations generated by AI systems.
There is also a second trap: asking AI for evidence is not the same as having evidence.
If an AI gives me five papers supporting a claim, I still need to open them. Do they exist? Do they actually support the sentence? Is the quotation real? Is the connection I am making justified by the source?
AI is not the evidence.
It can help me find, organize, explain, or work with evidence. The underlying source is what I need to inspect.
This is why I keep thinking about the badges
I am not arguing against disclosure.
There are contexts where an instructor, reviewer, researcher, or reader has a legitimate reason to know how AI contributed to a piece of work. Concordia is also clear that permission to use generative AI depends on the course, assignment, and instructor.
My question is about where the center of gravity should be.
Did you use AI for grammar? For brainstorming? Which model? Which version?
Those questions can be useful. But I am more interested in another set of questions:
- Where is the evidence?
- Did you verify it?
- Do you understand what you submitted?
- Can you explain your assumptions?
- Can you defend your numbers, references, and conclusions?
A disclosure tells me something about how the work was produced.
Evidence and understanding tell me whether I should trust it.
Maybe the bigger opportunity is AI literacy
The more I work with these systems, the more I think education around AI may matter at least as much as rules around AI.
I do not mean that every student needs to become an AI engineer, or that universities need a course on how to make ChatGPT do assignments.
I mean practical AI literacy.
Students should understand that a confident answer can still be wrong. They should know that generated citations need to be checked. They should learn how to verify claims, distinguish a source from an AI summary of that source, and recognize when human judgment has to override the machine.
Most importantly, they should understand that putting their name on a piece of work also means taking responsibility for it.
Concordia is already moving in this direction. Its GenAI Quickstart for Students is designed to build AI literacy, and its academic-writing guidance emphasizes critical use, academic integrity, and maintaining authorship. UNESCO’s AI Competency Framework for Students similarly emphasizes foundational AI knowledge and critical judgment, not merely tool operation.
I think that conversation is worth pushing further.
Not “Should we trust AI?”
Not “Should we ban AI?”
A more useful question may be:
How do we use AI without outsourcing our judgment to it?
For me, the answer keeps returning to evidence, verification, and responsibility.
A badge can tell me that AI was involved. Evidence tells me whether the work deserves my trust.
References
- Concordia University Library. Acknowledgement of AI use: Recommended practices.
- Concordia University Library. GenAI Quickstart for Students.
- Concordia University Student Success Centre. Suggestions for using Generative AI in academic writing.
- National Institute of Standards and Technology. Artificial Intelligence Risk Management Framework: Generative Artificial Intelligence Profile (NIST AI 600-1).
- Dell’Acqua, F., et al. Navigating the Jagged Technological Frontier: Field Experimental Evidence of the Effects of Artificial Intelligence on Knowledge Worker Productivity and Quality. Organization Science.
- UNESCO. AI Competency Framework for Students.
AI assistance in preparing this reflection
This piece grew from my own notes, questions, and practitioner experience. I used ChatGPT to help organize the English draft, inspect relevant source material, and edit the text. The sources above are linked so the factual claims can be checked independently; responsibility for the version I publish remains mine.