[Home] [Top] [Archives] [About] [Options]

OLDaily

How to Build, Deploy, and Operationalize AI Assistants
Mady Mantha, InfoQ, 2020/10/09


Icon

This article will be of those interested in tracking the progress toward robot tutors (a.k.a. AI assistants). The first part of this article offers a taxonomy of five levels of personal assistants. To date, our best is level three: "those that can handle naturally-sounding, multi-turn interactions, are hard to build." The second part of the article describes in some detail how to build a level three assistant, outlines some of the challenges (entity disambiguation), and next steps. By the time I'm at the point where I can think of incorporating AI assistants into a personal learning environment, we'll probably be at level four.

Web: [Direct Link] [This Post]


Learning Circle Course Creation Guide
P2PU, Google Docs, 2020/10/09


Icon

P2PU has two thinks being announced this week. The first is the Learning Circle Course Creation Guide. Learning circles are "free, facilitated study groups for people who want to learn together. Guided by the principles of peer learning, learning circles offer much of the structure and community of formal education without the barriers to access." This guide is available through Google Docs. It offers suggestions for creating and publishing your learning circle course (including, but not limited to, Course-in-a-Box). See also: the P2PU Learning Circles Handbook. More: Barry Kramer on learning circles. Image: Tofas, learning circle framework.

Web: [Direct Link] [This Post]


Course-in-a-Box
P2PU, GitHub, 2020/10/09


Icon

This is an upgrade to P2PU's 'Course in a Box'. The project uses GitHub Pages to allow you to quickly create and host your online course. You create an account in GitHub, clone their repository, and then make some edits to get your course up and running. Edit the course content collaboratively in GitHub, and you can also use Jekyll (a static site generation tool that converts markdown into full HTML (think of it in the same category as WebPack and Gulp)) to modify the look and feel of the course. This week P2PU announced they've "refurbished" Course-in-a-Box: "we've overhauled the site, simplified the tech, and vastly improved the getting-started documentation."

Web: [Direct Link] [This Post]


Formik
Formik, 2020/10/09


Icon

The problem with the TicTacToe application I talked about earlier this week is that it runs entirely on the client side. For something like gRSShopper, which stores information in a database, I need to connect to the server side. React supports this, if course, but how? There are (as we know) many ways. It's tricky, because the extant help isn't always useful (you'll notice that the syntax is different; that's because it's using 'jsx', which is a syntax extension to Javascript). Anyhow, I landed on this page and ran some tests (which worked). I'm still not completely comfortable with it, but it's another step forward. I'm now looking at Formik, which is (naturally) an automated forms creator for React. Here's the GitHub.

Web: [Direct Link] [This Post]


11 React Boilerplates and Starter Kits for 2019
Jonathan Saring, Bits and Pieces, Medium, 2020/10/09


Icon

This is a set of boxes within boxes in the developer's roadmap we've been discussing this week. The idea of these boilerplates is to automate the process of creating a basic web application (similar sets of boilerplates exists for pretty much every framework out there). Note the date in the title - this is important, because this world is changing so rapidly that advice that was current for 2017 is out of date today (and examples often will not build). When I use Google searches for this stuff, I often set the date range to a maximum of 1 year; when I look at code in GitHub I'm always looking for the last update date.

Web: [Direct Link] [This Post]


This newsletter is sent only at the request of subscribers. If you would like to unsubscribe, Click here.

Know a friend who might enjoy this newsletter? Feel free to forward OLDaily to your colleagues. If you received this issue from a friend and would like a free subscription of your own, you can join our mailing list. Click here to subscribe.

Copyright 2020 Stephen Downes Contact: stephen@downes.ca

This work is licensed under a Creative Commons License.