• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4478 shaares
3 / 4
Filters
61 results tagged ai

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 *
coding 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

How to build a Chatbot with ChatGPT API and a Conversational Memory in Python | by Avra | Mar, 2023 | Medium

QRCode

https://levelup.gitconnected.com/its-time-to-create-a-private-chatgpt-for-yourself-today-6503649e7bb6

🧠 Memory Bot 🤖 — An easy up-to-date implementation of ChatGPT API, the GPT-3.5-Turbo model, with LangChain AI's 🦜 — ConversationChain memory module with Streamlit front-end. With the emergence of…

https://github.com/avrabyt

https://medium.com/@avra42/how-to-build-a-chatbot-with-chatgpt-api-and-a-conversational-memory-in-python-8d856cda4542
April 11, 2023 at 9:19:55 AM EDT *
chatgpt ai
FILLER

How To Master Lighting In Midjourney V5 | by Paul DelSignore | The Generator | Mar, 2023 | Medium

QRCode

Amazing Lighting Effects Introduced In MidJourney V5. “How To Master Lighting In Midjourney V5” is published by Paul DelSignore in The Generator.

https://medium.com/the-generator/how-to-master-lighting-in-midjourney-v5-944d9b82a9
March 29, 2023 at 10:12:22 AM EDT *
photography ai stablediffusion midjourney
FILLER

How to Create a Style or Character in Midjourney, That you can Then Prompt with a Single Word. | by John Walter 📣 | AI Art Creators | Feb, 2023 | Medium

QRCode

How to Create a Style or Character in Midjourney, That you can Then Prompt with a Single Word.. A hack you won’t find in the official documentation.

https://medium.com/ai-art-creators/how-to-create-a-style-or-character-in-midjourney-that-you-can-then-prompt-with-a-single-word-39d0c2d2ecfe
March 25, 2023 at 10:50:44 AM EDT *
ai midjourney
FILLER

Free Catchy Title Generator Tool: Boost Your Content Marketing with Creative Headlines

QRCode

Looking for a free and easy way to come up with catchy titles for your content? Try our free catchy title generator tool! Our tool uses AI and natural language processing to generate unique and engaging titles for your blog posts, articles, social media posts, and more. With our tool, you can save time and boost your content's visibility and engagement. Try it now and see the difference it can make for your content marketing strategy!

https://www.theperrincollective.com/tech-tools/catchy-title-generator
March 24, 2023 at 8:09:28 AM EDT *
ai blog
FILLER

Building Icons / Icon Sets with ChatGPT | by aruva - empowering ideas | Feb, 2023 | Medium

QRCode

Prompt: Let's create an icon set for design patterns. Here are the parameters for building individual icons in the icon set

  • the icon will be used on a website and even in an app
  • the icon needs to be square in shape
  • the icon needs to represent the design pattern in context
  • Use a minimalist design style
  • use stroke size as 1 for all lines
  • use complementary colours; probably pastel colour shades
  • use colours in a way that they can be adapted to the entire set
  • define a consistent and uniform style that we can propagate to other icons in the set
    I need you to create this icon in SVG format and provide the SVG code for the icon

https://github.com/aruva-xyz/svg-icons-by-chatgpt.git

https://aruva.medium.com/building-icon-sets-with-chatgpt-df327c60e4be
February 28, 2023 at 10:06:09 AM EST *
chatgpt ai icons
FILLER

How to Generate Images with Stable Diffusion in Seconds, for Pennies

QRCode

The authors of Stable Diffusion, a latent text-to-image diffusion model, have released the weights of the model and it runs quite easily and cheaply on standard GPUs. This article shows you how you can generate images for pennies (it costs about 65c to generate 30–50 images).

https://towardsdatascience.com/how-to-generate-images-with-stable-diffusion-for-pennies-and-the-limitations-of-this-approach-d1cd4b4a4166
September 15, 2022 at 2:28:42 PM EDT *
ai stablediffusion
FILLER

DALL-E 2 Prompt book

QRCode
http://dallery.gallery/wp-content/uploads/2022/07/The-DALL%C2%B7E-2-prompt-book.pdf
August 17, 2022 at 2:47:08 PM EDT *
ai drawing art inspiration
FILLER

My Advice To Machine Learning Newbies After 3 Years In The Game

QRCode
  • Stay away from unsupervised learning
  • Skip neural networks
    Plugging an on off-the-shelf model from sklearn is often enough for an MVP. While weeks of tuning a neural net might provide a couple extra points of f1, it’s often not worth it in the beginning.
  • Frame all problems as binary classification
  • Tune your hyper-parameters
https://towardsdatascience.com/my-advice-to-machine-learning-newbies-after-3-years-in-the-game-6eef381f540
September 1, 2021 at 8:00:45 AM EDT *
machinelearning ai
FILLER
3 / 4
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