Skip to main content

AI Interviews are great when done correctly

 I have always been a huge fan of in-person interviews.
I used to scoff when some of my friends would tell me that they had gone through AI interviews. I somehow thought it was an inferior process or technology.

My eyes have been opened today - I've just completed my first AI-led interview, and it was quite fun.

Normally it would take days before a human could be scheduled, and they would always be flustered or disinterested. 


By comparison, I had barely submitted my resume when I was ushered into an AI powered interview.

The process was quick, calm, efficient and most of all - I felt relaxed throughout.

I'm usually very nervous when interviewing for positions, especially when the interviewers were my age or older (I'm hitting 40 soon) - there comes a level of experience and grumpiness that's paired with that age.

I like the idea that I could submit a resume for a potential role I like, and immediately cross the first hurdle - getting an interview. When interviewing with the AI, it was very pleasant- almost soothing.

The agent had a woman's voice, with a central US accent. The agent was silent throughout my responses, as well as giving polite commentary "Thank you for the detailed response".


Not once did I feel pressured into trying to impress the agent, since there was no disinterest I had to overcome from my interviewer.

Knowing I had just expressed interest in the role and was immediately able to interface with the company (however indirect it may be), made it feel as if there was some progress made right at the starting line.

I haven't heard anything back from the company in about an hour, and I don't mind whether I get the role or not - it's not too important to my journey right now.

I was just very impressed by how calm and relaxed the process felt, and by how much the illusion of momentum can chance my perception of a process.

I will try to integrate the concept of accumulating momentum in my projects and interactions in a smart way to help my customers feel like things are moving swiftly.

Comments

Popular posts from this blog

A few thoughts on Game Development

For those of you who follow my blog, you'll notice that I talk about building games, but I never really release anything useful or fully playable. I'm more interested in studying the individual parts of game development, without really caring about building a game as a whole. Well, for the most part this is perfectly acceptable, as I'm not a game developer by trade, and my bread and butter comes from being a utility developer. I've defined utility developer as someone who codes a variety of things without specializing in any specific discipline. As a self-taught developer, it's been hard for me to pivot into a role where I'm classed as a game developer by trade. This is all good and well, but I still want to talk about game development as a whole - specifically how to get a game off the ground. If you've been following any blog about game development, or any programming course which walks you through the process, you've most likely heard of all the jar...

Finding a Game Engine is Hard

Well, if you're new here - congratulations on finding the most useless blog on the planet. If you're not new here, thanks for coming back to another installment of "And he just keeps moaning!", this weeks episode deals with how hard it is to select a Game Engine for your development needs. As I've mentioned in the past, there are many things to consider when developing a game: Storyboarding Specification document Game Engine Resources (art / sound / levels) Time constraints Return on Investment Since I've preached about the Specification Document all throughout my last post , I'll save you a little bit of reading by saying it's nearly the most important part of the entire process - nevermind having a compelling game - without the specification document, nothing gets built. Storyboarding is kind of like the specification document, but it allows you to draw little screens of the game as you imagine it to be, without too much detail....

XBOX ONE Game Dev is supposed to be hard.

So I recently took the plunge and joined the Xbox One Creators Program with Microsoft. It turns out that it's supposed to be incredibly hard to build these little games we see all the time, and for the most part, it is. Not only do we have to deal with the fact that the XBOX One does not use the stripped down PowerPC architecture that the Xbox360's used to run on, we now have to contend with the fact that it's basically running Windows 10. I remember the good old days when win32 and GDI (Graphics Device Interface) were sufficient to get a decent game running on a Windows PC - especially if the game wasn't too resource intensive. Then came Direct(X/3D/2D/11/12) with all its COM (Component Object Model) Glory -> which, perhaps most asinine of all -> is still being used today. Getting into the creators program costs a little bit of money, and that's mostly to keep the chancers out and cover administration fees. After that you really only need to abide by the...