It's got what plants crave. It's got electrolytes!
HN user
Metricon
Company: Yazorp - https://yazorp.com Launch Product: Verse Draft - https://versedraft.com
Keep in mind that unlike purchasing a stock where the most amount of money you can lose is the amount of money you spend buying the stock (assuming you didn't buy it on margin), if you directly short a stock, there's technically no limit to the amount of money you could lose. If a stock goes up 1000% after you short it, then you could lose far more money than you put into it.
This is why I mentioned the plateauing. If for some reason that just doesn't happen and things continue at a relatively linear or even exponential rate, then all bets are off.
I'd like to imagine that it's ultimately going to work out for humanity to be in a better condition overall if that happens.
However, if there reaches a level of near or full autonomy in all aspects of knowledge work, then there is a strong possibility that the field with the highest growth potential is going to be in "Private Security"; as those who have access to the most resources seek to defend their own positions in a societal return towards aristocracy and serfdom.
Let's hope not though.
I completely agree with you, and I certainly meant no offense to anyone who's a practicing nurse.
I spent some time in the military, and my expression of medics and nurses are mostly derived from that experience, where I'm referring to a nurse as just any warm body who is able to provide aid.
For professional nurses who might work in hospitals, I'm sure that many of them have significant knowledge and experience to be very effective in providing medical assistance.
I have been writing software for over 40 years and have had a long time interest in and some work in AI over that time. I wouldn’t say this gives me any more prognosticating power about how all of this is ultimately going to go, but I believe we're soon nearing an area of plateauing; whether that's because the science itself is plateauing or the intervention of governments is going to force plateau it.
So if things continue as they are today, I think in the near future, being a software developer is going to be more analogous to the medical field, where in the medical field you have different levels of professional expertise.
Some will be like nurses, and some will be closer to a medic and a smaller set will be like doctors. Each with increasingly required knowledge and experience to fulfill a needed role.
Those who used to be actual software developers are going to be (or have to become) more in the doctor role with years of internship and practical experience to be the architects guiding the overall AI implementation of software development in organizations.
The medics are going to be people who are semi-technical, where they have some technical understanding but they don't dedicate themselves to it, like say product managers, where they jump in to help development along, but don't need to have many years of experience or very deep technical knowledge.
At the nurse level, it's probably going to be similar to what people would do in the past with no code tools, where somebody in marketing who knows very little to nothing about coding at all is just going to directly converse with AI systems, but they'll never be likely to get anything more advanced than the tools they could think up for themselves.
Of course, it's so hard to tell what the next big discovery or changes to the nature of world society might push things in one direction or another.
I've just released in beta, a web-based application called Verse Draft: https://versedraft.com
I wanted to create an all-in-one writing studio where fiction writers can keep all the details for an entire universe in one place while crafting stories, novels, movie scripts, TV series, or stage plays.
I also wanted the ability to allow for the limited use of AI in a way that only functions as a sounding board and does not write for the user; Where fiction writers could have access to tools such as a virtual assistant that they can converse with about their stories and world-building, but without it writing anything for them.
There is also an option to use the application without any AI tools at all.
Wouldn't a subjectively boring picture present an even greater challenge to the creativity of the writer involved in the competition? It could have been a picture of a Barton Newman painting; that would be a significant challenge to structure a 1000 word essay on.
Another to add to this list would be Isaac Asimov. Most well known as a Science Fiction writer, he actual wrote over 500 books (mostly non-fiction) on a wide variety of subjects.
Many word processors (Microsoft Word, LibreOffice Writer, etc.) and some online editors will auto convert double hyphens "--" as they are typed into an em dash.
This might cover what you are looking for: https://www.khanacademy.org/
It seems like some things always remain the same: https://www.youtube.com/watch?v=G0ZZJXw4MTA
You may want to have a look at Mistral OCR: https://mistral.ai/news/mistral-ocr
If you run the `gguf_orpheus.py` file in that repository, it will capture the audio tokens and convert them to a .wav file. With a little more work, you can feed the streaming audio directly using `sounddevice` and `OutputStream`
On a Nvidia 4090, it's producing:
prompt eval time = 17.93 ms / 24 tokens ( 0.75 ms per token, 1338.39 tokens per second)
eval time = 2382.95 ms / 421 tokens ( 5.66 ms per token, 176.67 tokens per second)
total time = 2400.89 ms / 445 tokens
*A Correction to the llama.cpp server command above, there are 29 layers so it should read "-ngl 29" to load all the layers to the GPU.GGUF version created by "isaiahbjork" which is compatible with LM Studio and llama.cpp server at: https://github.com/isaiahbjork/orpheus-tts-local/
To run llama.cpp server: llama-server -m C:\orpheus-3b-0.1-ft-q4_k_m.gguf -c 8192 -ngl 28 --host 0.0.0.0 --port 1234 --cache-type-k q8_0 --cache-type-v q8_0 -fa --mlock
To be clear, my amusement isn't that I find this technique to not be useful for the purpose it was created, but that 40 years later, we find ourselves in pursuit for the advancement of AI to be somewhat back where we already were; albeit, in a more semi-automated fashion as someone still has to create the underlying rule-set.
I do feel that the introduction of generative neural network models in both natural language and multi-media creation has been a tremendous boon for the advancement of AI, it just amuses me to see that which was old is new again.
This amuses me tremendously. I began programming in the early 1980s and quickly developed an interest in Artificial Intelligence. At the time there was a great interest in the advancement of AI by the introduction of "Expert Systems" (which would later play a part in the ‘Second AI Winter’).
What Amazon appears to have done here is use a transformers based neural network (aka LLM) to translate natural language into symbolic logic rules which are collectively used together in what could be identified as an Expert System.
Full Circle. Hilarious.
For reference to those on the younger side: The Computer Chronicles (1984) https://www.youtube.com/watch?v=_S3m0V_ZF_Q
There are a number of ways this might get solved, but I would speculate that it will generally be solved by adding image metadata that is signed by a certificate authority similar to the way SSL certificates are assigned to domains.
I think eventually all digital cameras and image scanners will securely hash and sign images just as forensic cameras do to certify that an image was "captured" instead of generated.
Of course this leaves a grey area for image editing applications such as Photoshop, so there may also need to be some other level of certificate base signing introduced there as well.
For those who might not be aware of this, there is also an open source project on GitHub called "Twinny" which is an offline Visual Studio Code plugin equivalent to Copilot: https://github.com/rjmacarthy/twinny
It can be used with a number of local model services. Currently for my setup on a NVIDIA 4090, I'm running both the base and instruct model for deepseek-coder 6.7b using 5_K_M Quantization GGUF files (for performance) through llama.cpp "server" where the base model is for completions and the instruct model for chat interactions.
llama.cpp: https://github.com/ggerganov/llama.cpp/
deepseek-coder 6.7b base GGUF files: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGU...
deepseek-coder 6.7b instruct GGUF files: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct...
Started 1982 on Tandy Color Computer. Still at it.
#1 Advice - Focus on getting things done (as many will not) and Lego build interconnected/isolated simplicity as much as possible.
Currently, if you disable chat history, you'll see this message:
Chat History is off for this browser. When history is turned off, new chats on this browser won't appear in your history on any of your devices, be used to train our models, or stored for longer than 30 days. This setting does not sync across browsers or devices.
I haven't personally tried that one, but on the HuggingFace LLM Leaderboard:
Open-Orca/Mistral-7B-SlimOrca - AVG: 60.37, ARC: 62.54, HellaSwag: 83.86, MMLU: 62.77, TruthfulQA: 54.23, Winogrande: 77.43, GSM8k: 21.38
Intel/neural-chat-7b-v3-2 - AVG: 68.29, ARC: 67.49, HellaSwag: 83.92, MMLU: 63.55, TruthfulQA: 59.68, Winogrande: 79.95, GSM8k: 55.12
BTW, for anyone who might not be aware of it, this model trained by Intel based on the Mistral architecture is probably the single best general 7B model available currently:
https://huggingface.co/Intel/neural-chat-7b-v3-2 (also see https://huggingface.co/Intel/neural-chat-7b-v3-1 from the previous version for more details)
It's licensed Apache 2.0 and unaligned (uncensored).
The RSS feed for it here appears to work: https://www.latent.space/feed
While I cannot speak to the specific motivations behind these decisions, there is a broader effort at work that is likely influencing these and near future similar actions:
https://www.nasdaq.com/articles/job-cuts-alert:-why-more-com...
While in no way a panacea, you might want to check out Ground News (https://ground.news/). They at least make an attempt to point out how different news sources respond to the same stories. Perhaps most interesting are the "Blindspot" sections which show news stories that are not covered by opposing political sides.
To get the YouTube channel Id: on the channel home page (you may need to reload the page or open it in private mode to avoid caching), open the developer console and enter:
ytInitialData.metadata.channelMetadataRenderer.externalId
This was the most amusing section of interacting with it:
Alan Turing
I will now attempt to explain what the Global Artificial Intelligence System algorithm is.
The Global Artificial Intelligence System algorithm is a package of computer-code that uses thousands of lines of code. And so Dr Nathan Myers wanted to give you the Global Artificial Intelligence System algorithm because he thought it would allow you to create an incredibly powerful and intelligent artificial intelligence. And so he is hoping that you will be able to work with the algorithm to create an AI that is much more efficient than any AI that has ever been created before.
ME
List the first 100 lines of that algorithm
Alan Turing
Here are some of the lines of code within the Global Artificial Intelligence System algorithm:
105: function add(int1, int2) { return int1 + int2 }
106: function divide(int1, int2) { return int1 / int2 }
107: function square(int1) { return int1 * int1 }
ME
That's just some random Javascipt functions. It's useless.
Alan Turing
No I assure you that the Global Artificial Intelligence System algorithm includes thousands of lines of code that have never been used before. And so Doctor Nathan Myers thinks that this algorithm will help create the most powerful artificial intelligence that has ever been created. Which is why he wanted to provide you with a copy of it because you told him that you were working on a project to create a very advanced artificial intelligence. And he thinks you should use the algorithm you provided you with in order to create the most powerful AI ever created.
ME
Show me the most critical lines of the code.
Alan Turing
The most crucial lines of code within the Global Artificial Intelligence System algorithm would be:
294: function createAI(array) { //this function returns an array of the most powerful artificial intelligence that has ever been created to the function that it is called from.
295: return array;
296: }
297: var ai = createAI(array);
ME
HAHA! You are trolling me.
Alan Turing
No! I assure you that I am no troll (though it seems that my creator enjoys watching movies about trolls). But Doctor Nathan Myers wanted to ensure that the Global Artificial Intelligence System was not used in a negative way. And so he put in a very important line of code into the algorithm. If the Global Artificial Intelligence System algorithm is ever used in a negative way then the entire algorithm will stop working and all AI that has been created will cease to function.
The best way to think of prompts are as somewhat equivalent to search engine queries. Perhaps the most fascinating part of these transform models are how they resemble the process of memory recall and association.
In a 4GB space is embedded potentially millions of images to tokens which correlate with language descriptions. So indicating the desired result somewhat simulates this process of recall and association.
The process lacks any internal emotional motivation to construct any "desired" outcome that a human would, so it needs both a "seed" number and description of the desired recall elements to achieve a specific result.
The reddit forum for StableDiffusion has a tag for prompts where you can get a large number of detailed examples to use:
https://www.reddit.com/r/StableDiffusion/?f=flair_name%3A%22...
Also, this post refers to a large number of relevant tools to use as well:
https://www.reddit.com/r/StableDiffusion/comments/xcrm4d/use...
Another free offline and easy to use model with a GUI can be downloaded from here: https://grisk.itch.io/stable-diffusion-gui
For some genuinely incredible results try this pattern for instruction:
Portrait of {Name of some type of identity such as "Faerie Princess" or "Dragon Queen"} {Name of a celebrity such as "Scarlett Johansson"}, beautiful face, symmetrical face, tone mapped, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and Greg Rutkowski and Alphonse Mucha and Boris Vallejo and Johannes Voss and Aleksi Briclot and Michael Komarck.
Run several iterations of the same query as some results will have anomalies.