CodingEvents


Project maintained by HealthyGamer Hosted on GitHub Pages — Theme by mattgraham

Researching in Tech

(when your best resource is either a Reddit troll or an AI that regularly hallucinates info)

Two types of research are usually done in tech: general knowledge about a topic and trying to solve a specific problem.

There are also several types of resources that we use:

How do you check if a source is credible?

“Peer Review”

Who are people referencing in their work? “What resources do you recommend?” Are there any awards given from AWS Heros, Microsoft MVPs, etc. Did they directly work on the project?

The Blog Content Pyramid

pyramid of different types of content

All those levels contain good and bad content- being an expert doesn’t prevent someone from being wrong. However, the individual’s reputation in their field can help determine whether they are likely correct.

Look for Consensus

Validate AI Content

AI tools built on GPT are getting super popular, but they are less reliable for factual information than they first seem. ChatGPT makes up information if it doesn’t know, and both ChatGPT and Copilot will often suggest code that needs to be updated or is full of security holes. ChatGPT is also working on older data, so it can’t have the latest info for code.

Gaining Foundational Knowledge

Solving a Specific Problem