Posts by baclace@sigmoid.social
(DIR) Post #ARFdoATZkf77MZVmIi by baclace@sigmoid.social
2023-01-03T01:55:00Z
0 likes, 0 repeats
@clive Very impressive and inspiring. The four reasons why writing is good for you are well known, but still worth saying, especially since you have lived it. The pen/keyboard is an extension of the mind.
(DIR) Post #AStDxxYHXGohbbcxmq by baclace@sigmoid.social
2023-02-21T02:05:15Z
0 likes, 0 repeats
@simon I've been thinking the same thing for years. The likely scenario is not the movie fictions of AI which started from Mary Shelley's Frankenstein. I don't expect that people will need to share prompts; it will be trained with HFRL. People will absolutely love it, just like people loved Eliza, and will want it to be unencumbered like some Nietzsche dream. Unlike one-to-many interactions that politicians have (rallies), it can be one-to-one, personal, in parallel by the millions.
(DIR) Post #ASuiz3Gx2mqhNFTwXo by baclace@sigmoid.social
2023-02-21T19:27:24Z
0 likes, 0 repeats
@simon The most likely scenario is a split between developers (prompt engineering) and users (no prompt engineering).
(DIR) Post #ATSMXn8U194Q7N0mTg by baclace@sigmoid.social
2023-03-10T00:58:12Z
0 likes, 0 repeats
@ceperez The Fed may well get the recession they want.
(DIR) Post #AUK9jHMivKkOd93TCC by baclace@sigmoid.social
2023-04-04T23:49:01Z
0 likes, 0 repeats
@ceperez I keep hearing a similar sentiment... what if [some part of our brain] is really simple Might that be a shocking realization? People sometimes speculate that if you know music really well, the magic goes out of it. Although a superficial magical feeling might evaporate, it is replaced by a deeper understanding and the ground truth (e.g., what cords seem happy or sad) is still mysterious.
(DIR) Post #AUznSfeKswnUjZELMu by baclace@sigmoid.social
2023-04-25T01:57:21Z
0 likes, 0 repeats
@ceperez Controversy aside, is there any information on what techniques were used? Was it just voice cloning?
(DIR) Post #AaGjJqOa6ISMNOd9rU by baclace@sigmoid.social
2023-09-29T19:19:40Z
0 likes, 0 repeats
@simon @collin @joeldrapper I find LLM code gen works best as a way to generate standalone functions with unit tests that can be integrated into existing apps. As such, it is like generating a custom library instantly.Generating whole apps is much harder, especially if a UI is involved. It can be quite tedious to explain all the UI behaviors of a webapp at this point. Ultimately, eventually it will boil down to specifications-as-programming which has long been a goal.