Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal to include a directory to store some concept of "hierarchy" or "priority" #17

Open
edu-ap opened this issue Jul 28, 2024 · 0 comments

Comments

@edu-ap
Copy link

edu-ap commented Jul 28, 2024

As more Problems and Values are accumulated there will come a time where these need to be prioritised. As such it may be useful to have a folder to contain files describing the relative priority between items in other folders such as

More important problem ID | Less important problem ID
----------------------------------------------------
PR-13042 > PR-50284
etc

So that some form of hierarchy tree/graph or Elo rating can be extracted to then help bring the most important topics to the forefront when it is being analysed by either humans or the AI.

In addition, it may be valuable to have an argument ID that points to an argument or a tree of arguments in order to back up the reasoning for one problem having higher priority than another.

More important problem ID | Less important problem ID | Argument ID
----------------------------------------------------
PR-13042 | PR-50284 | AR-12345
etc

Whenever the arguments are subjective, these may point to a Value ID which itself would also benefit from having a ranking. This way if two subjective arguments are what each based on values rather than clear data, the ranking of the value could be used to infer the ranking of the problem and therefore allow the AI to make a call about which problem should be prioritised and in so doing allowing for priority to propagate through the reasoning steps.

@edu-ap edu-ap changed the title Proposal to include a folder to store some concept of "hierarchy" or "priority" Proposal to include a directory to store some concept of "hierarchy" or "priority" Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant