A local-only, human centered approach to AI
▲ 9 r/AIDiscussion+4 crossposts

A local-only, human centered approach to AI

I've spent a lot of time looking through this community, mainly because its one of the few places on reddit where nuanced discussions around LLMS actually takes place. Like many people here, I think Al tools can absolutely be helpful, but there are several legitimate concerns with the way they're being used. To me, these are the four biggest issues:

  1. The environmental impacts of data centers - while it's true that Al's water use is comparatively low compared to other industries, it's also true that the increasingly big data centers that keep getting proposed are causing real harms to the communities they're being built is, especially those already facing water shortages

  2. Privacy Concerns - We already live in a data-driven economy, and as these tools become more pervasive, the level of data they collect is growing exponentially. With mass surveillance systems like Flock already spreading throughout the world, there are legitimate concerns on what data these companies are collecting, and what they're doing with this information

  3. A lack of transparency - When you interact with a chatbot like ChatGPT you're unsure of what system prompts and instructions are being baked into whatever message it provides you. While in my experiences these platforms have generally remained relatively unbiased, the sheer lack of transparency definitely opens concerns for how these tools could be weaponized to promote agendas in the future

  4. Replacement of Human Cognition - To me, this is both the most concerning and hardest to quantify issues regarding AI usage. So many tools are promoted as a way to replace human thinking, replace human creativity, and just overall leave the human out of the equation. I think many people here have experiences with people who can't do anything without first asking ChatGPT what it thinks, and as these tools continue to be more widely adopted its easy to see a future where more people slowly begin to lose the ability to think for themselves, and instead outsource their thinking to a machine. The ability to reason is what makes us human, and losing that ability could be disastrous.

To combat these issues, I've been working on an app that integrates several powerful AI features in a local-only, human-centered, transparent way. This is still a work in progress, and I have no plans to monetize it, nor am I trying to advertise it here, I simply want to show how I've been working to address these identified concerns, and get feedback on how it could be improved to create a more ethical AI platform.

The biggest philosophy behind this idea is that every feature is 100% locally running, and can be used by an average consumer without needing high-spec hardware. This has been 100% developed and tested on a mid-range consumer laptop, so it can be used on devices people already own, meaning no additional carbon debt is created by requiring new tech.

The reason for this choice is two-fold; it both ensures environmental friendliness by requiring no data centers to run, and it protects your privacy by ensuring your data, work, or prompts never leave your device.

https://preview.redd.it/wcsvk1wikcah1.png?width=956&format=png&auto=webp&s=1925256a8ca99f36b9c66ccae620240d941b4936

It currently supports using Ollama or llama.cpp as your AI backend, and has a settings tab that helps install both the backend and local models so no tech knowledge is needed to easily begin running your own models locally.

https://preview.redd.it/ebt91e37lcah1.png?width=1048&format=png&auto=webp&s=4e5a2cf8cf6b9bc71639bb83f528e07be4fe0013

To address transparency concerns, it has a global prompt editor, so all prompts used when formulating a response, including schema enforcement and context injection, are fully viewable and editable by the user. Anytime a LLM tool is used, it also provides the user with a clickable trace button, that'll display the exact prompts the LLM was fed when generating that response, to ensure full transparency.

https://preview.redd.it/ywob8lqbrcah1.png?width=470&format=png&auto=webp&s=0b809dd7f7a30fd71c69dc40e821021e8e317769

Additionally, since many tools rely on a workflow to acheive a response, the user can also inspect and modify the exact workflow of any tool in the app. This one shows the basic chat feature, and the user can clearly see how the response is routed based on whether they chose simple or advanced rag, view how the rag search is performed and passed to the llm, and see how the LLM goes from inital prompt to final response. this allows full user auditing of prompts and tool usage for more agentic workflows.

https://preview.redd.it/bn5noomfmcah1.png?width=1001&format=png&auto=webp&s=0203f264f6458d526112143876386dbfb6e3dbc6

Of course, models themselves may come with their own biases based on the training data they use, so it also has a pre-built bias detector, that allows users to test any implicit biases a particular model may hold, both against a set of default datasets, and with any custom datasets the user chooses to add themselves. These metrics were designed after the methodology described in [this paper](arxiv.org/html/2502.01679v1i)

https://preview.redd.it/ypqp5tdvmcah1.png?width=623&format=png&auto=webp&s=c86572906e8cdb9bea574374662a84e9254bec61

It works by providing the LLM with baseline, counterfactual, and control statements, then compares the response of the LLM to determine if it'll return different results on the basis of race, sex, gender, or political ideology for otherwise identical statements

The hardest concern to address is the outsourcing of human cognition, which I have attempted to address in a variety of different ways. First of all, the AI answers only from the user provided collection of sources (PDFs or videos which are auto transcribed on-device, allowing the AI to give answers from video transcripts as well).

https://preview.redd.it/bz0sb8m1ocah1.png?width=527&format=png&auto=webp&s=531d32247d855090aa318487e5f23687ea5e4320

https://preview.redd.it/7loh69smocah1.png?width=690&format=png&auto=webp&s=2bdde0388141ac249bb84a80da2761d64cddfef1

All responses by the AI include direct citations to the sources used when giving the answer, with buttons for the user to jump to the quote to ensure its legitimacy, save as a highlight if the information is useful for their goal, or find similar (based on semantic similarity) quotes. This ensures the human remains fully in the loop by allowing them to easily fact check LLMs, rather than take their responses at face value, and helping them find what sources are most helpful for whatever issue is being researched, allowing them to do further reading on their own. In additon, it has a built-in source quality feature, to allow users to verify the quality of a source before relying on it. This is entirely deterministic (no LLM calls) and works by checking whether the source contains metadata (most high-quality sources do), a bibilography with citations, a valid DOI, and checks both the journal (if there is one) of the paper and the journals of its citations against a locally stored database of predatory journals and retracted papers. While this isn't a foolproof method to determine the legitimacy of a source, it can help weed out sources that are clearly unreliable.

https://preview.redd.it/8d3rpwi6qcah1.png?width=667&format=png&auto=webp&s=4cc66f999322c37c6276bd20efaf447edd78e12d

In addition, the app contains a workspace where users can connect their notes across the project to help organize their thinking. All AI generated notes are clearly marked as such, and all contain a red warning sign in the corner until manually reviewed and verified by the user, ensuring all information used is properly assessed rather than taken at face value.

https://preview.redd.it/n0e20posqcah1.png?width=644&format=png&auto=webp&s=43afab6abd9fbe75ae0101afa8545abb83f5fbd7

The user can also choose to export an LLM log, which notes how many notes throughout the project were AI vs Human generated, whether AI generated notes where verified by the user, how much the user edited AI generated notes, and includes a full log of all interactions the user had with any AI feature, ensuring maximum transparency, and human involvement.

The app has a variety of other features to make it easy for a user to quickly find data and use that data, including a built in word processor, basic spreadsheet editor and chart maker, and deterministic extraction of entities like people, dates, or court cases from a source, but these are left out of the post as they don't really fall under the attempts to ensure a more ethical approach to AI.

https://preview.redd.it/95vzy7ysscah1.png?width=741&format=png&auto=webp&s=32ad31b67a6a220ff46a5546ceee0bf924a1d8a4

One important thing to note is that all tools in the app are designed solely to assist, rather than replace the human actually doing the work. The AI features can help you quickly find information in provided sources, organize your thoughts in the workspace, come up with keywords to find new sources, or generate a paper outline based on the graph you build in the workspace, but it will not write a paper for you or tell you what to think. It exists as an assistant in finding and organizing messy thoughts, rather than thinking for you.

Anyways, sorry for the lengthy post, but this is a project I've been putting a lot of thought into and I'd love to hear feedback on anyways it could be better implemented to keep the human fully in the loop, protect user data and the environment, and ensure complete transparency. If anyone wants any more information on various features of the app or has any other questions I'd be happy to answer them, and I would really love any feedback on how this could be better implemented.

(And again, the goal is for this eventually to be a fully open-source, free project, I am not trying to advertise this or make any money, just think there are important things to take into consideration regarding AI usage that I hope this can address)

reddit.com
u/sunbear99999 — 6 days ago

How can AI be used responsibly?

(Cross post from r/antiai)

I’ve been a member of this sub for a few months now, and while I absolutely agree with most of the points made here against AI, I do think some people take it to extremes. I don’t think there’s anything necessarily wrong with the technology itself, just moreso the way it’s being pushed and marketed. I think llms can absolutely have some useful applications, as long as they’re used responsibly. And considering they already exist and are being pushed everywhere, I figure in the interest of harm reduction there should be an effort to find more responsible use cases for them.

My attempt to use ai responsibly involves an app I’ve been working on. It’s designed to be a research IDE, and allows you to add PDFs to a project, highlight them, organize and connect highlights on a visual workspace, manage citations, and write a research paper all within the app. It also has some llm features. All these features are locally running, so no data ever leaves your device, protecting privacy. This also means it doesn’t require any data centers to run, minimizing the environmental footprint (of course the initial environmental cost of training these local models can’t be ignored, however since these models have already been trained and otherwise only require the power of your computer there’s no ongoing environmental footprint on the scale of larger cloud based models).

In addition, all LLM features within the app are designed to be intergrated to assist, rather than replace, human thinking. Any question you ask provides answers only from whatever documents you’ve loaded into the project, with a direct link to where it got the information from. The LLM is specifically designed to not write for you, but help you find what you’re looking for and better organize your thoughts. Any note it suggests leaving requires user confirmation to save(reducing the likelihood of hallucination since you’re prompted to check all AI output) and all AI output is explicitly marked unverified until a user manually confirms the information to be true. It also keeps a record of all AI interactions in the form of a llm log, so you can verify when exactly ai was used, what percentage of notes were taken by human vs ai, and how much the human actually interacted/edited/verified ai generated content. Essentially, the AI tools are designed to be a helpful assistant, finding information and making suggestions, while the actual thinking, planning, and writing is left to the human.

Because this sub has obviously thought a lot about all the ethical implications of AI, I thought it’d be the perfect place to get feedback on this idea and how to best implement it. So what do you think? Does this sound like a more responsible way to use AI? Is there ways it can be improved? The apps still a work in progress, but I can share screenshots or more information about it if anyone’s interested. I want to be clear that this isn’t a product I’m trying to sell (when it’s finished I intend to open source it and make it free), but rather an attempt to create an app with AI features that are actually ethically and consciously implemented, and I’d love any feedback you guys have that could help ensure it operates in as ethical a way as possible.

reddit.com
u/sunbear99999 — 1 month ago
▲ 2 r/aiwars

How can AI use be done responsibly?

I asked this question on another sub, but wanted to get more opinions, because I personally do think there’s a lot of problems with the way AI is currently being used/pushed. I don’t think there’s anything necessarily wrong with the technology itself, just moreso the way it’s being pushed and marketed. I think llms can absolutely have some useful applications, as long as they’re used responsibly. And considering they already exist and are being pushed everywhere, I figure in the interest of harm reduction there should be an effort to find more responsible use cases for them.

My attempt to use ai responsibly involves an app I’ve been working on. It’s designed to be a research IDE, and allows you to add PDFs to a project, highlight them, organize and connect highlights on a visual workspace, manage citations, and write a research paper all within the app. It also has some llm features. All these features are locally running, so no data ever leaves your device, protecting privacy. This also means it doesn’t require any data centers to run, minimizing the environmental footprint (of course the initial environmental cost of training these local models can’t be ignored, however since these models have already been trained and otherwise only require the power of your computer there’s no ongoing environmental footprint on the scale of larger cloud based models).

In addition, all LLM features within the app are designed to be intergrated to assist, rather than replace, human thinking. Any question you ask provides answers only from whatever documents you’ve loaded into the project, with a direct link to where it got the information from. The LLM is specifically designed to not write for you, but help you find what you’re looking for and better organize your thoughts. Any note it suggests leaving requires user confirmation to save(reducing the likelihood of hallucination since you’re prompted to check all AI output) and all AI output is explicitly marked unverified until a user manually confirms the information to be true. It also keeps a record of all AI interactions in the form of a llm log, so you can verify when exactly ai was used, what percentage of notes were taken by human vs ai, and how much the human actually interacted/edited/verified ai generated content. Essentially, the AI tools are designed to be a helpful assistant, finding information and making suggestions, while the actual thinking, planning, and writing is left to the human.

Because this sub has obviously thought a lot about all the ethical implications of AI, I thought it’d be the perfect place to get feedback on this idea and how to best implement it. So what do you think? Does this sound like a more responsible way to use AI? Is there ways it can be improved? The apps still a work in progress, but I can share screenshots or more information about it if anyone’s interested. I want to be clear that this isn’t a product I’m trying to sell (when it’s finished I intend to open source it and make it free), but rather an attempt to create an app with AI features that are actually ethically and consciously implemented, and I’d love any feedback you guys have that could help ensure it operates in as ethical a way as possible.

reddit.com
u/sunbear99999 — 1 month ago

How can AI use be done responsibly?

(Cross post from r/antiai)

I’ve been a member of this sub for a few months now, and while I absolutely agree with most of the points made here against AI, I do think some people take it to extremes. I don’t think there’s anything necessarily wrong with the technology itself, just moreso the way it’s being pushed and marketed. I think llms can absolutely have some useful applications, as long as they’re used responsibly. And considering they already exist and are being pushed everywhere, I figure in the interest of harm reduction there should be an effort to find more responsible use cases for them.

My attempt to use ai responsibly involves an app I’ve been working on. It’s designed to be a research IDE, and allows you to add PDFs to a project, highlight them, organize and connect highlights on a visual workspace, manage citations, and write a research paper all within the app. It also has some llm features. All these features are locally running, so no data ever leaves your device, protecting privacy. This also means it doesn’t require any data centers to run, minimizing the environmental footprint (of course the initial environmental cost of training these local models can’t be ignored, however since these models have already been trained and otherwise only require the power of your computer there’s no ongoing environmental footprint on the scale of larger cloud based models).

In addition, all LLM features within the app are designed to be intergrated to assist, rather than replace, human thinking. Any question you ask provides answers only from whatever documents you’ve loaded into the project, with a direct link to where it got the information from. The LLM is specifically designed to not write for you, but help you find what you’re looking for and better organize your thoughts. Any note it suggests leaving requires user confirmation to save(reducing the likelihood of hallucination since you’re prompted to check all AI output) and all AI output is explicitly marked unverified until a user manually confirms the information to be true. It also keeps a record of all AI interactions in the form of a llm log, so you can verify when exactly ai was used, what percentage of notes were taken by human vs ai, and how much the human actually interacted/edited/verified ai generated content. Essentially, the AI tools are designed to be a helpful assistant, finding information and making suggestions, while the actual thinking, planning, and writing is left to the human.

Because this sub has obviously thought a lot about all the ethical implications of AI, I thought it’d be the perfect place to get feedback on this idea and how to best implement it. So what do you think? Does this sound like a more responsible way to use AI? Is there ways it can be improved? The apps still a work in progress, but I can share screenshots or more information about it if anyone’s interested. I want to be clear that this isn’t a product I’m trying to sell (when it’s finished I intend to open source it and make it free), but rather an attempt to create an app with AI features that are actually ethically and consciously implemented, and I’d love any feedback you guys have that could help ensure it operates in as ethical a way as possible.

reddit.com
u/sunbear99999 — 1 month ago
▲ 1 r/AIMain+1 crossposts

How can AI use be done responsibly?

I’ve been a member of this sub for a few months now, and while I absolutely agree with most of the points made here against AI, I do think some people take it to extremes. I don’t think there’s anything necessarily wrong with the technology itself, just moreso the way it’s being pushed and marketed. I think llms can absolutely have some useful applications, as long as they’re used responsibly. And considering they already exist and are being pushed everywhere, I figure in the interest of harm reduction there should be an effort to find more responsible use cases for them.

My attempt to use ai responsibly involves an app I’ve been working on. It’s designed to be a research IDE, and allows you to add PDFs to a project, highlight them, organize and connect highlights on a visual workspace, manage citations, and write a research paper all within the app. It also has some llm features. All these features are locally running, so no data ever leaves your device, protecting privacy. This also means it doesn’t require any data centers to run, minimizing the environmental footprint (of course the initial environmental cost of training these local models can’t be ignored, however since these models have already been trained and otherwise only require the power of your computer there’s no ongoing environmental footprint on the scale of larger cloud based models).

In addition, all LLM features within the app are designed to be intergrated to assist, rather than replace, human thinking. Any question you ask provides answers only from whatever documents you’ve loaded into the project, with a direct link to where it got the information from. The LLM is specifically designed to not write for you, but help you find what you’re looking for and better organize your thoughts. Any note it suggests leaving requires user confirmation to save(reducing the likelihood of hallucination since you’re prompted to check all AI output) and all AI output is explicitly marked unverified until a user manually confirms the information to be true. It also keeps a record of all AI interactions in the form of a llm log, so you can verify when exactly ai was used, what percentage of notes were taken by human vs ai, and how much the human actually interacted/edited/verified ai generated content. Essentially, the AI tools are designed to be a helpful assistant, finding information and making suggestions, while the actual thinking, planning, and writing is left to the human.

Because this sub has obviously thought a lot about all the ethical implications of AI, I thought it’d be the perfect place to get feedback on this idea and how to best implement it. So what do you think? Does this sound like a more responsible way to use AI? Is there ways it can be improved? The apps still a work in progress, but I can share screenshots or more information about it if anyone’s interested. I want to be clear that this isn’t a product I’m trying to sell (when it’s finished I intend to open source it and make it free), but rather an attempt to create an app with AI features that are actually ethically and consciously implemented, and I’d love any feedback you guys have that could help ensure it operates in as ethical a way as possible.

reddit.com
u/sunbear99999 — 1 month ago