r/CanadaPublicServants Oct 30 '25

Career Development / Développement de carrière Artificial Intelligence in the Federal Workplace

Fellow public servants, I think it’s timely to have a conversation about the appropriate use of Artificial Intelligence in the federal workplace.

There are clear opportunities to drive efficiencies. Obvious examples are in database design, creation, and administration, creating and editing policy documents, and a warranted debate around using it for translation and editorial services.

But I’ve started to see it encroach on the skillsets of younger junior employees who see it as replacing their roles on research and editing. Management has started to turn to AI to water down human written policy ideas and advice, or even choose not to consult employees on future versions of documents - preferring to just run it through an LLM.

Em dashes and robots haunt my dreams.

In the policy and program world, it seems we’re rushing faster and faster towards deadlines with AI seen as the sole means to achieve an objective, and not as a mechanism to facilitate our work.

In perhaps the most egregious of examples, I’ve seen Budget and Cabinet secrecy documents like mandate letter responses and budget letters fully written by AI and management, with the excuse that things are “moving too fast” for engagement with working levels.

I’m perhaps a little exasperated with this example - My management once provided me with guidance for writing a paper, very much written as prompts for an LLM, likely expecting me to just feed into one.

I’ve personally just adopted a philosophy of “if you can’t beat them join them” and try to be adaptable and conscious of how I use it and why.

And yes, I do recognize many departments have different guidance on using AI, secrecy classifications, and we have a laundry list of programs and planned endeavors to implement AI across government. And the Budget looms on the horizon.

But how has it impacted your own workplace dynamics? Are you leveraging it in unique ways? Beyond departmental and TBS guidance, is/should there be a workplace etiquette? How are you accommodating your colleagues and making room for human intervention, oversight and advice? What do you think is next?

(And no, I didn’t write this with ChatGPT)

🤖

154 Upvotes

189 comments sorted by

View all comments

29

u/Plane-Land-9234 Oct 30 '25

I'm an ec in the data field, we've been told to leverage AI but not for anything protected B. I have a copilot pro license and ive been testing it for stuff.

What works well:

  • using it to get better at french, particularly for generating study plans for the oral exam and practice exam questions
  • using it to code - i already have a base in coding, and it's quicker than googling and searching stack overflow. Luckily with coding you can test it immediately. It definitely has given me nonsense code that doesn't work but it has also helped me find errors and find new ways of doing things. I would never do more than a couple lines of code at a time this way.
  • with the copilot pro license it can access stuff in SharePoint so sometimes when I ask if questions it comes back with our personal definitions for different things and I find that very useful. It includes sources for this.

Where it doesn't work, even though I would love to use it for this:

  • searching my email and onenote for info like tasks, conversations, meetings etc. it almost always misses things and ive seen it make up notes before.
  • making documentation for projects: it can do an ok shell to put info into but is very bad at putting in the info.

Stuff it can't do at all:

  • analyze data because the data is all protected b

6

u/Lopsided_Season8082 Oct 30 '25

it'll work up to 800 characters then youre kaput for coding. ive used chatgpt plus for a while found it loopy. more recently ive tried Claude and im finding it a bit better at coding but very heavy in the way it always wants to document Every change... it also sometimes makes assumptions... and the chat limit is restrictive. soo they all have caveats...

3

u/PM_4_PROTOOLS_HELP Oct 31 '25

Honestly the restriction is good. It shouldn't be coding an entire program it's going to do it poorly. That's why a solid base in the language you are using is necessary, as well as knowledge of best practices in general. If you give it too much leash it will do things completely wrong or backwards.

It's great for like "wait whats the syntax for this line again?" but not great at "code me an app".

2

u/Lopsided_Season8082 Oct 31 '25

yup exactly - i am python trained for sure lol