What I know is she's a physics crackpot. I know this because it's my field of expertise so I can judge first hand. Therefore I give her no credibility in those other areas in which I'm not an expert. I cant know if that's the case, but I could imagine the person above who wrote "thanks, skipping" to be in the same position.
Wasn't it an LSTM neuron that changed sign and magnitude over a stretch of text? I remember seeing color coding against the current sentiment which was neat.
I had a quick glance at source. Base64 and TCP? There's certainly room for a quicker protocol and delta streaming with adaptive bitrate. I reckon Fable could get that implemented quite fast.
Unity dependency seems required for cardboard vr? Is that library worth the bloat?
Yes but it implies it's doing its own "brain surgery" so if it got params wrong it could break itself. In that case you would have another AI behind the scenes doing the tweaking so it can understand you at a "subconscious" level.
if you are refreshing a cache of 120k tokens, you have to input the same 120k tokens. you can't bounce the cache with 1 byte. A proper cache hit requires your entire context that is cached. if you change 1 byte in it, everything after that byte is a cache write and no longer a cache hit
Yes, you're paying the cache read, not the cache write, which is much more expensive. You can do the math for how many 5min refreshes you can be afk for until it starts costing instead of saving
reply