CodeSync
Keynote: Code Generators are Dead. Long Live Code Generators - Chris McCord | ElixirConf EU 2025
Keynote: Code Generators are Dead. Long Live Code Generators - Chris McCord | ElixirConf EU 2025
Comments welcome! View the code-sync and elixirconf-eu tags for more Code Sync and ElixirConf EU talks!
Trending in Talks
Mise en Place for Ecto: Organizing Domain Complexity w/Business Rules-Nicholas Henry|ElixirConf 2025
Comments welcome! Vi...
New
Leaving a BEAM cluster (basically) unattended for 2 years - Yuri Oliveira | ElixirConf US 2025
Comments welcome! View the...
New
From Notebook to Production: Evolution of Elixir Projects - Emmanuel Pinault | ElixirConf US 2025
Comments welcome! View...
New
You can build an AI agent - Dennis Beatty | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-icon-place...
New
Test-Driven Elixir: Fast Track to Senior Engineer – Britton Broderick | ElixirConf US 2025
Comments welcome! View the <sp...
New
Engineering Network Protocol Clients - Carlos Souza | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-...
New
Elixir’s Configuration Layers: A Visual Journey - Stephanie Lane | ElixirConf US 2025
Comments welcome! View the <span cl...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First Post!
adamu
I commented on the vid, but will repost here too.
16:00 - 17:20
There is a fundamental difference other than moving the starting point.
In the copy/paste from StackOverflow case, the answers provided are considered in response to the question, and have been ranked by people indicating suitability.
In the generator case, the generators have been carefully considered and as mentioned for Auth, have been vetted by security professionals.
For generative AI, there is absolutely no consideration. It is simply producing something that is likely to follow the prompt, based on its model. This is why, for example, Cloudflare was able to release an OAuth library that made the fundamental error of not validating the redirect_uri. You may be getting something that is fundamentally wrong, because the machine has no understanding of what it’s doing.