I have never met the kid before. I honestly don't even know what this entails - I'm worried writing code is not a very fun spectator sport, so I probably won't walk him through whatever tedious piece of code I'm trying to write. I'm thinking I'll give him a quick overview of what the company does and then maybe just chat about programming with him.
I'm also considering giving him a very easy coding task in Python - not for work, just to keep him busy? - but it's difficult to gauge what's appropriate here.
Any suggestions or advice from people who have done something similar in the past?
That would mean spending a few minutes helping him to understand why you're writing the code you're writing and how it will impact the product or business.
Then, I'd walk him through your typical development process. Show him your ticketing system, how you identify user stories (if you're using agile) or features, how you groom those stories (e.g. things that make a story useful or not, the dialogues that you have with people to understand what you need to build), and the life cycle of a ticket.
Finally, (perhaps after a break), you could walk him through your development loop - Look at a ticket or feature, start exploring the code to see what you need to change, make an edit, run tests, commit your code, etc.
IMO, the important take away for him would be to see that development most often isn't a developer sitting at a desk typing at a computer all day. My experience has been that software development is an interactive experience with myself and other developers, myself and other teams, etc.
Not sure what kind of dev you do, but if you were so lucky to be working on front end, showing him how a change you make creates visible change on the screen that he sees as a user would be pretty powerful. Particularly if the thing you're working on is something that he could see after he leaves or that his friends might know about.
I was putting some food in the microwave and my then 12 year old nephew was with me. We were in a short conversation about the price of things and he arrived at the concept of a loss leader. I mean he really understood it. Then I told him what it's called. I merely guided the conversation with questions that challenged his intuition, presented counter-examples to intuitive answers. He'd just "hmmm", then think about it for a few seconds, then upend his hypothesis. It was beautiful to watch.
Most of all, if they seem interested in anything you say, just ‘yes’ that and give them more even if it wasn’t your plan A.
And yes, a short Python task is a good idea. Treat it like an interview -- get breakfast with him, tell him about the company, then let him try to program while you do email.
And otherwise, be very careful what you say, they will repeat it back to whoever they want, because they are minors and thus not subject to whatever weird NDAs you give them. (You'll probably want to write yourself a script.)
Btw the parents sound like helicopter parents going by your first sentence alone, I wouldn't mind them if they think their kid has to consider careers at 14.
And of course first speak with him about what he is interested in.
They basically follow you and see what you do. The entire point is you pretend they are not there.
For day to day related work, just show how you decide what to work on? Maybe go through an instance of investigating a task?