• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
1 / 2
Filters
29 results tagged ai

Stop Building AI Tools Backwards | Hazel Weakly

QRCode

My favorite (evidence backed) theory on how humans learn is Retrieval Practice.
https://www.learningscientists.org/blog/2024/3/7/how-does-retrieval-improve-new-learning

Humans don’t really learn when we download info into our brain, we learn when we expend effort to pull that info out. This has some big implications for designing collaborative tooling!

The “thing” that we learn most effectively is not knowledge as we typically think of it, it’s process. This should be intuitive, if we put into a bit of a more natural context. Imaging learning baking for a moment: Do you teach someone to bake a cake by spitting out a fact sheet of ingredients and having them memorize it? Or do you teach them the process?

https://hazelweakly.me/blog/stop-building-ai-tools-backwards/#stop-building-ai-tools-backwards
July 25, 2025 at 9:09:13 AM EDT *
ai learning
FILLER

Sot GameTorch

QRCode
https://gametorch.app/blog/software-engineering-talent
July 10, 2025 at 11:28:16 AM EDT *
ai programming lifehacks career
FILLER

How did *thinking* reasoning LLM's go from a github experiment 4 months ago, to every major company offering super advanced thinking models only 4 months later, that can iterate code, internally plan code, it seems a bit fast? Was it already developed by major companies, but unreleased? : MLQuestions

QRCode

It was like a revelation when chain-of-thought AI became viral news as a GitHub project that supposedly competed with SOTA's with only 2 developers and some nifty prompting...
Did all the companies just jump on the bandwagon an weave it into GPT/ Gemini / Claude in a hurry?
Did those companies already have e.g. Gemini 2.5 PRO thinking in development 4 months ago and we didn't know?

https://old.reddit.com/r/MLQuestions/comments/1kmg8ne/how_did_thinking_reasoning_llms_go_from_a_github/
June 10, 2025 at 2:49:19 PM EDT *
reddit ai llm
FILLER

Why the Coolest Job in Tech Might Actually Be in a Bank

QRCode

For tech and AI talent, jobs at financial services companies are more desirable than they have ever been. Banks have been working hard to make it happen.

https://www.wsj.com/articles/why-the-coolest-job-in-tech-might-actually-be-in-a-bank-274330c5
April 5, 2025 at 10:30:26 AM EDT *
career llm ai
FILLER

Personal Software: The Unbundling of the Programmer?

QRCode

Why LLMs will transform development but not how you think

it's about how AI tools are enabling a new category of software that simply couldn't exist before.

When someone can describe their specific needs conversationally and receive working code in response, the economics of personal software development shift dramatically.

Think of it this way: just as spreadsheets enabled non-programmers to perform complex calculations and data analysis, AI-assisted development tools are enabling non-programmers to create personal software solutions.

https://addyo.substack.com/p/personal-software-the-unbundling
March 6, 2025 at 3:53:20 PM EST *
ai llm webdesign career mobile
FILLER

Which AI to Use Now: An Updated Opinionated Guide

QRCode

Picking your general-purpose AI

Also:

https://www.oneusefulthing.org/p/doing-stuff-with-ai-opinionated-midyear

https://www.oneusefulthing.org/p/which-ai-to-use-now-an-updated-opinionated
February 3, 2025 at 3:02:24 PM EST *
ai llm
FILLER

Magic Color Picker

QRCode

The Text2Color API allows you to convert text descriptions of colors in any language into their corresponding color codes. This API uses advanced language processing to interpret color descriptions and return accurate color representations in various formats including HEX, RGB and CMYK.

https://text2color.com/picker.html
August 2, 2024 at 9:00:57 AM EDT *
api color colorscheme ai
FILLER

GraphRAG: The Most Incredible RAG Strategy Revealed

QRCode

Today, we dive into the revolutionary Graph RAG from Microsoft, an advanced retrieval-augmented generation system that enhances AI responses by providing relevant context. GraphRAG: The Most Incredible RAG Strategy Revealed

📌 In this video, you will learn:

What is RAG (Retrieval-Augmented Generation)?
Differences between Basic RAG and Graph RAG
How to implement Graph RAG in your application
Step-by-step guide on setting up Graph RAG
Advantages of using Graph RAG over traditional methods

https://youtu.be/f7Puiilv5Tw?si=XwJLmxB9JwoEW-BW
July 10, 2024 at 1:42:15 PM EDT *
ai chatgpt rag
FILLER

Losing the imitation game

QRCode

AI cannot develop software for you, but that's not going to stop people from trying to make it happen anyway. And that is going to turn all of the easy software development problems into hard problems.

  • A computer can never be held accountable. Therefore, a computer must never make a management decision.

Programming as Theory Building

Non-trivial software changes over time. The requirements evolve, flaws need to be corrected, the world itself changes and violates assumptions we made in the past, or it just takes longer than one working session to finish. And all the while, that software is running in the real world. All of the design choices taken and not taken throughout development; all of the tradeoffs; all of the assumptions; all of the expected and unexpected situations the software encounters form a hugely complex system that includes both the software itself and the people building it. And that system is continuously changing.

To circle back to AI like ChatGPT, recall what it actually does and doesn't do. It doesn't know things. It doesn't learn, or understand, or reason about things. What it does is probabilistically generate text in response to a prompt.

https://jenniferplusplus.com/losing-the-imitation-game/
April 2, 2024 at 11:40:51 AM EDT *
coding ai software career
FILLER

14islands | The art of prompting: An introduction to Midjourney

QRCode

A great deal of my learnings and inspiration comes from the great content from Yubin Ma at AiTuts, where you can learn more about prompting and view a myriad of examples.

https://www.14islands.com/journal/the-art-of-prompting
January 13, 2024 at 11:16:15 AM EST *
midjourney llm ai
FILLER

Ask HN: Tutorial on LLM / already grasp neural nets | Hacker News

QRCode

I've watched the 4 videos from 3blue1brown on neural nets. The web and youtube are awash with mediocre videos on Large Language Models. I'm looking for a good one.

This is part of a longer series but is maybe the single best video I know of on the topic:
https://youtu.be/kCc8FmEb1nY?si=zmBleKwlpV06O3Mw

I thought this video from Steven Wolfram was also quite good:
https://www.youtube.com/live/flXrLGPY3SU?si=SrP1EJFMPJqVCFPL

https://news.ycombinator.com/item?id=38438202
January 13, 2024 at 11:12:32 AM EST *
llm chatgpt ai
FILLER

What are embeddings?

QRCode

A deep-dive into machine learning embeddings.

https://vickiboykis.com/what_are_embeddings/
August 11, 2023 at 2:42:02 PM EDT *
ai llm machinelearning
FILLER

How to Use AI to Do Stuff: An Opinionated Guide

QRCode

Covering the state of play as of Summer, 2023

https://www.oneusefulthing.org/p/how-to-use-ai-to-do-stuff-an-opinionated
August 11, 2023 at 2:24:24 PM EDT *
ai llm
FILLER

The Illustrated Stable Diffusion – Jay Alammar – Visualizing machine learning one concept at a time.

QRCode

This is a gentle introduction to how Stable Diffusion works.

https://jalammar.github.io/illustrated-stable-diffusion/
May 22, 2023 at 3:18:27 PM EDT *
ai stablediffusion
FILLER

How to use AI to do practical stuff: A new guide

QRCode

People often ask me how to use AI. Here's an overview with lots of links.

  • The Six Large Language Models
  • Write stuff
  • Make Images
  • Come up with ideas
  • Make videos
  • Coding
https://www.oneusefulthing.org/p/how-to-use-ai-to-do-practical-stuff
May 22, 2023 at 3:13:17 PM EDT *
chatgpt ai
FILLER

GPT-4: We Are in a Major Technological Change – Don Norman's JND.org

QRCode

Yes, there has been much hype over the imagined powers and flaws of the new Large Language Models (e.g., Chat GPT-4), but the recent advances (that is, as of today in April 2023) indicate that ther…

https://arxiv.org/pdf/2303.12712.pdf

A talk by the lead author, Sebastian Bubeck, at MIT on March 22, 2023: Sparks of AGI: Early experiments with GPT-4.
https://www.youtube.com/watch?v=qbIk7-JPB2c

https://jnd.org/gpt-4-we-are-in-a-major-technological-change/
May 22, 2023 at 3:11:14 PM EDT *
ai chatgpt
FILLER

What Is ChatGPT Doing … and Why Does It Work?—Stephen Wolfram Writings

QRCode

Stephen Wolfram explores the broader picture of what's going on inside ChatGPT and why it produces meaningful text. Discusses models, training neural nets, embeddings, tokens, transformers, language syntax.

https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/
May 22, 2023 at 3:05:32 PM EDT *
wolfram ai chatgpt toread
FILLER

Camera obscura: the case against AI in classrooms: Matthew Butterick

QRCode

Research means more than fact-checking

When I first used GitHub Copilot, I said it “essen­tially tasks you with correcting a 12-year-old’s home­work … I have no idea how this is prefer­able to just doing the home­work your­self.” What I meant is that often, the focus of program­ming is not merely producing code that solves a problem. Rather, the code tends to be the side effect of a deeper process, which is to learn and under­stand enough about the problem to write the code. The authors of the famous MIT program­ming text­book Struc­ture and Inter­pre­ta­tion of Computer Programs call this virtuous cycle proce­dural epis­te­mology. We could also call it by its less exotic name: research.

https://matthewbutterick.com/chron/camera-obscura-the-case-against-ai-in-classrooms.html
April 26, 2023 at 11:40:50 AM EDT *
programming ai
FILLER

The Ultimate Beginner’s Guide to Midjourney

QRCode

Also:

https://bootcamp.uxdesign.cc/20-incredible-midjourney-prompts-that-will-blow-your-mind-part-2-463ae919b6c3

https://bootcamp.uxdesign.cc/easy-beginners-guide-to-mid-journey-the-revolutionary-ai-art-tool-3b4de95bd4ca
April 11, 2023 at 10:10:42 AM EDT *
midjourney ai images
FILLER

Chat with Document(s) using OpenAI ChatGPT API and Text Embedding

QRCode

The short answer is that they convert documents that are over 100 or even 1,000 pages long into a numeric representation of data and related context (vector embedding) and store them in a vector search engine.

https://betterprogramming.pub/how-to-build-your-own-custom-chatgpt-with-custom-knowledge-base-4e61ad82427e

  1. Extending ChatGPT With LlamaIndex (GPT Index)
    LlamaIndex, also known as the GPT Index, is a project that provides a central interface to connect your LLMs with external data. Yeah, you read that correctly. With LlamaIndex, we can build something that looks like the illustration below:
https://blog.devgenius.io/chat-with-document-s-using-openai-chatgpt-api-and-text-embedding-6a0ce3dc8bc8
April 11, 2023 at 9:28:42 AM EDT *
chatgpt ai
FILLER
1 / 2
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community