I poured hours into the original. I remember finally having to plan out my base for the final level on paper as there wasn’t a tile to spare!
- 0 Posts
- 6 Comments
robsteranium@lemmy.worldto
Programming@programming.dev•Ghostty Is Leaving GitHub - Mitchell Hashimoto
5·4 months agoI gather this is because AI assistants are inundating GitHub with requests. Their infrastructure must be drowning in slop.
robsteranium@lemmy.worldto
Selfhosted@lemmy.world•Web-based document editing without Nextcloud?English
1·5 months agoIsn’t Cryptpad just hosted onlyoffice?
robsteranium@lemmy.worldto
Programming@programming.dev•Projects are shutting down due to Microslop's Github CoPilot making AI contributions easy and plentiful
1·6 months agoSo kind of like a personalised learning assistant? I realise it’s different but this inverted instruct approach puts me in mind of Doctorow’s reverse centaur!
Don’t you find that the links you get are hallucinated though? Even if they’re not now you can imagine this collapsing into slop echoes…
I’ve tended to ask for examples to help me bootstrap new projects. A bit like getting customised docs. I certainly haven’t had enough success with generated code to think about automatically adopting it.
robsteranium@lemmy.worldto
Programming@programming.dev•Projects are shutting down due to Microslop's Github CoPilot making AI contributions easy and plentiful
11·6 months agoThis is interesting and sounds like how I’ve been using it - basically like customised stack overflow answers.
Would you mind elaborating a little on your approach? Are you saying you provide it with guidance and links or are you asking it for those?
Yeah the intelligence is still in the model. The promise of symbolic AI is about logic programming/ formal semantics not recursive loops.
To a large extent the idea has failed because it proved too hard to get non-experts to represent systems formally.
I still think there’s potential value in a hybrid approach - e.g. get language models to do the representation then let them use formal reasoners/ verification instead of hallucinating.