Wine & Glide Fall 2021 (Glide Research Show-and-tell)

20 Likes

Those are some fantastic concepts that your team is work on. Thanks for sharing.

1 Like

Three takeaways:

  1. @Jeff_Hager will love relation ā€œcalculationsā€

  2. Amirā€™s AI app creation from text is mind-blowing :exploding_head:

  3. Watching @Mark silently ponder / participate in everything @david had to say throughout the entire video was entertaining :rofl:

8 Likes

Wow that ā€œtype a sentence and generate an example of an appā€ is incredible for people that are new to Glide! Great work team!

2 Likes

The complex IF statements too!

2 Likes

Oh for sure! When @david mentioned tracing my finger along the computer monitor I paused the video and did itā€”it works!

2 Likes

IF logic is fluid to me, but I can understand how it can be confusing to others. Itā€™s like the PEMDAS of code logic. Placement of Parenthesis, ANDā€™s and ORā€™s can make all the difference for your end result. If I can offer my two cents for Glide if this comes to fruitionā€¦maybe there could be some kind of color coding where all AND statements are grouped together, and once an OR is introduced, then it begins a new color groupā€¦or something like that. Ideally, there would also be some way to emulate parenthesis if you have something more complex like this:

IF (A=D and
((B=E and C=F) or (U=X and V=Y))) or
W=Z
THEN true
ELSE false

3 Likes

Blockly does this decently wellā€¦

3 Likes

I hate it when somebody touches my computer screen. :stuck_out_tongue:
So, no, David, this isnā€™t going to work for me. :stuck_out_tongue:

On a serious note, the exercise of making understanding conditions easier is really, really appreciated. Thank you so much!

And, Amir - itā€™s a mindblowing idea that youā€™re working on, and it was nice to see the execution of it as well.

Good luck! :slight_smile:

Soā€¦if @david is the CEOā€¦ @Mark isā€¦??

CTO I believe

4 Likes

Thanks for sharing.

Itā€™s fantastic seeng these insights.

Iā€™m always inspired with your creativity and the passion in what you do to make the ā€˜complexā€™ ā€˜simpleā€™

Interesting with GTP3, have read about it and tried a few tools that use GTP3. Itā€™s pretty powerful stuff and has a lot more potential. Really insightful the way you are using itā€¦

Sometimes itā€™s hard to keep up with you, I need a restā€¦(only joking, keep it coming!)

Great work :+1:

1 Like

Iā€™m extremely amazed by how things are becoming more and more interesting. Keep up the great job !

3 Likes

I was so amazed at what we can do watching the video above a few months ago. Watching natural language being translated to code is just pure magic.

Watching Glide making big step after big step is truly inspirational. Thanks for all the great work!

5 Likes

surely would be great to work on Pages with all this feature, and probably the app will become obsoleteā€¦ but itā€™s an easy prevision, I may be wrong.
good stuff there!

the whole humanity have already reached a bottom of his own ability, looks like in those days, with those kind of tool we reach the level of monkey in a short time! One day we wonā€™t be able to open the door of our garage and we do not understand the reason to have a garage!

But anyway, ya itā€™s pretty interesting how they did it.

1 Like

The level of skill and creativity thatā€™s evident in the Glide engineering team is truly inspiring.

6 Likes

There is some deeply cool stuff here. Skill is to balance innovation and monetization. Good luck Team Glide.

1 Like

Personally I got fidgety when watching the complex If video segment. On the other hand, Jeffā€™s proposal makes total senseā€¦ His layout of when to drop a line and when to use brackets is completely intuitiveā€¦ just saying.

Simon.