-
Notifications
You must be signed in to change notification settings - Fork 246
Description
Hi Linas,
today i forked atomspace repository and asked github copilot(LLM optimized for agentic work on github repositories ) to create a simple proof of concept(POC) representation of atomspace in java. If you'll have time just to skim through the generated POC would be great. the POC is small just 14 java classes and one test class.
https://github.com/xylik/atomspace/tree/copilot/fix-fc8e7cc4-3836-48fb-902e-171dd54b713a/java-poc
Here is the main() function with examples of calls:
https://github.com/xylik/atomspace/blob/copilot/fix-fc8e7cc4-3836-48fb-902e-171dd54b713a/java-poc/src/main/java/org/atomspace/examples/Demo.java
Here is the pull request created by LLM which also contains high level break down what was implemented in POC:
xylik#1
Am curious if LLM managed to get the core ideas(API's, some internal mechanics) of atomspace correctly and would you recommend something like this as introduction into atomspace. I choose java for POC because am most comfortable with it but I could have easily asked LLM to generate it in any other language.
Sidenote, I've been watching opencog for years - if it's still alive and read here and there some of your pdf's.
Bye,
Igor