Posts

I sent ChatGPT to a Coding Interview. Did it land the job?

Image
  Description ChatGPT vs. Human: A Coding Job Interview Battle. Is AI qualified for a career as a programmer? Transcript in the machine learning corner with a trillion parameters and weighing in at a staggering two terabytes we have the AI Contender chat GPT and from the cubicle Farms of Silicon Valley trained on late night hackathons and weekend boot camps the Undisputed code crunching champ of the world the carbon based coder watch them go head to head in the ultimate coding challenge who will Ace the job interview ladies and Gentlemen let's get ready to code over the course of my professional coding career I've had the opportunity to interview numerous candidates for hire I'd guesstimate probably a hundred and over time I feel like I've developed the ability to identify good candidates quickly today I'm going to test chat GPT to see how it Compares against what I would expect from a human taking my coding interview test I'm going to switch to GPT version 4 wh...

AI Checkmates Coding: ChatGPT Develops an Epic Chess Game in Record Time!

Image
Description I tasked ChatGPT with building a Chess Game as a web app using the ReactJS framework. The results were shocking. I can't believe AI can code! It finished the entire project in a couple hours. It still has a ways to go, but I think this will be a game changer in the future! How will Google Bard and Microsoft Copilot compare? Download the code here: https://github.com/speige/ChatGPT_Chess Transcript I'm a coder and everybody's telling me that chat GPT is going to steal my job well I'm skeptical but I've got to try it for myself let's see if chat GPT can code a chess game in the react web framework chat GPT can you code a chess game for me in react okay it's spitting out a bunch of text but none of it looks like code yet it looks like an outline of the code structure and logic that it wants to use so that's pretty good because as a coder you need a requirements specified to you so right now it's acting like a project manager not like a coder...

Learn to Code a Game AI - Tesseract - TeamFightTactics - Part 4

Image
  Description This part 4 of my series on coding an AI to play TFT. This teaches how to do screen scraping with Tesseract in TypeScript. Other topics covered: OpenCV, TensorFlow, JavaScript, LoDash, Text comparison with Levenshtein, Open-Source, NPMjs, NodeJS, optimization, classes, constructors, variables, datatypes, lambdas, hashmaps, loops. Transcript hey guys this video is a continuation of my series on coding a bot to play the team fight Tactics video game in this video I'm going to show you how to code the portion which extracts the useful information out of the game so that the AI can make decisions to start with I've taken a whole bunch of screenshots of myself playing the game so that I can use it for testing while I'm coding so that I don't have to actually play the game while I'm coding so here's the main screen that's most important and you'll notice a bunch of elements that are useful to the player so for example at the bottom are the units ...