├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 Subomi Oluwalana 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # llmjournal 2 | llmjournal is a project dedicated to curating stories about how people are using Large Language Models (LLMs) in their daily lives. 3 | 4 | ## Motivation 5 | AI and LLMs are the future—there’s no turning back. We are experiencing a profound paradigm shift, and I firmly believe that what AI can do, AI will (eventually) do. Lately, I’ve been deliberately exploring ways to integrate these tools into my workflow to enhance productivity. 6 | 7 | This curiosity has led me to actively seek out and collect posts about how others are leveraging LLMs in their work. My goal with llmjournal is to gather these insights in one place, creating a central reference for anyone interested in real-life applications of LLMs. 8 | These curated blog posts document use cases, essential tools, and workflows shared by individuals delibrating using LLMs at work. 9 | 10 | ## Goals 11 | llmjournal serves two primary objectives: 12 | 13 | - **Curate Insights**: Aggregate and organize posts from across the internet that showcase how engineers and professionals use LLMs to optimize their work. 14 | - **Encourage Contributions**: Inspire more people to share their experiences and insights on using LLMs to 10x their output. 15 | 16 | ## Posts 17 | |Blog Post|Author|Profession|Publication Date| 18 | |:-------|:----------|:----------:|:----------:| 19 | [How I program with LLMs](https://crawshaw.io/blog/programming-with-llms)|[David Crawshaw](https://x.com/davidcrawshaw)|Software Engineering|06-01-2025 20 | [How I Use AI: Meet My Promptly Hired Model Intern](https://lucumr.pocoo.org/2025/1/30/how-i-ai/)|[Armin Ronacher](https://x.com/mitsuhiko)|Software Engineering|30-01-2025 21 | [How I use LLMs and ChatGPT](https://simonwillison.net/series/using-llms/)|[Simon Willison](https://x.com/simonw)|Software Engineering|19-12-2024 22 | [LLMs and Programming in the first days of 2024](https://antirez.com/news/140)|[Salvatore Sanfilippo](https://x.com/antirez)|Software Engineering|03-01-2024 23 | 24 | ## Get Involved 25 | - If you’ve written about how you use LLMs in your work, share your post with us! 26 | - If you come across valuable articles or blog posts, contribute by submitting them to the repository. 27 | - If you’re interested in documenting your journey with LLMs, consider writing and sharing your insights. 28 | 29 | ## License 30 | This project is released under the [MIT License](https://github.com/subomi/llmjournal/blob/main/LICENSE). 31 | --------------------------------------------------------------------------------