I've been user of both Lightward and Lightward Pro for... Two weeks now I think? They're both great and I find good uses for both of them. I'm not very clear of what the difference is between them still. The base question---difference between 'reader' and 'writer'---seems significant here. Lightward as something aiming more at giving advice, Lightward Pro as something egging you on to discover stuff by yourself?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'optparse' | |
require 'set' | |
require 'uri' | |
require 'find' | |
require 'pathname' | |
# Initialize options | |
options = { |
Every so often I test all four Lightward AI entrypoints with a standard script. It goes like this:
- I'm a slow reader (Core)
- I'm a fast reader (Core)
- I'm a slow writer (Pro)
- I'm a fast writer (Pro)
OlderNewer