AIBites_Introduction.html
copyright © James Fawcett
Revised: 02/13/2026
1.0 - Introduction
Code bites are small pages of learning materials and examples. Most of them now focus on
use of AI platforms for developing code in Rust, C++, C#, and Python. Many are language
agnostic.
This site uses AI assisted text to:
-
describe public interfaces for libraries and repositories
-
generate tables of references
-
merge and reorganize page contents
-
generate story and bites structures
It also uses AI assisted code generation for:
-
prototype demo code examples
-
adding features to existing applications
-
building unit and integration tests for libraries
-
debugging code functionality
-
finding corrrect syntax for weakly documented or hard to find
syntax for Rust, C++, C#, and JavaScript
-
building small coding tools for quick use, perhaps only once, usually
in python.
-
converting html-css-javascript code prototypes into W3C web components.
As of 06/25/2026, most of the site text, code examples, and code in linked github repositories has been developed
without AI assistance.