Filter
Exclude
Time range
-
Near
codewriting is my meditation – but sometimes i find myself getting lost in the thought patterns and need to reboot
17
My first project is :The Rise of Artificial Intelligence. #artificialintelligence #AI #reading #books #future #technology #algorithms #codewriting Available worldwide, amzn.eu/d/4LgQl85
1
4
Replying to @CyHollander @yishan
Multiple codewriting LLMs have encountered issues, currently under attack by AI cos, where if you hand the LLM a hard-enough problem, it will write wrong code with special cases to specially pass the function tests. That is to say, cheat in contrast to clear user preference.
2
8
263
Microsoft's decision to use Anthropic's AI in Office 365 comes as the company continues to diversify its AI offerings. • Microsoft previously said its GitHub Copilot codewriting tools would rely on Anthropic's models for advanced "agent" features. • Microsoft has also been exploring models from xAI and its own models for its consumer Copilot. Learn more: bit.ly/4me9o0b
2
6
3,270
2 Jul 2025
do people still not think human codewriting will be essentially replaced by the end of the year? the way claude code took over i think we're still one better ui/ux for programming away from really getting rid of it ides will always exist, but codex/jules/claude code will stick.
2
75
15 Apr 2025
Replying to @ludwigABAP
this has always been true, but microsoft / github have been struggling so hard to get their act together. the copilot products are still pretty bad compared to alternatives (across the ide extension, reviewer, and agentic codewriting). if anything, I'd consider cursor's real competition to be: - other startups (windsurf, devin) - open source projects (cline) - frontier labs who want to completely shift the paradigm
2
7
1,258
Yes. Somebody had to put the number in the group. We cant have independent government communications? Sounds like some codewriting needs to be done to me.
1
2
5
Replying to @christopherrufo
Innovation wins that one easily. Every work flow done the old way can be redone from scratch using modern codewriting AIs without worrying about any sunk costs or imaginary value of old code. Nobody needs to support legacy stuff anymore, once replacing it is basically free.
1
2
107
Qwen 2.5 Coder 32B model making waves for being on par codewriting with legacy models, but @danielhanchen at @UnslothAI had to fix it anyhow (Thanks Dan!). Note that <tool_call> and </tool_call> are NOT trained on either base or instruct models.
Bug fixes & analysis for Qwen 2.5: 1. Pad_token should NOT be <|endoftext|> Inf gens 2. Base <|im_start|> <|im_end|> are untrained 3. PCA on embeddings has a BPE hierarchy 4. YaRN 128K extended context from 32B 5. Fixed versions 128K GGUFs: huggingface.co/unsloth Details: 1. Pad token bug - for finetuning, never use pad_token = EOS - this will result in infinite generations since finetuning will ignore them. Base model also has a chat template - remove this. @UnslothAI versions fixed them 2. Untrained tokens issues. Do NOT use the Qwen 2.5 chat template for the base version - <|im_start|>, <|im_end|> are untrained since Norm(<im_x>, pad_token) is close to 0. Instruct version have them trained. 3. PCA on embeddings for Base and Instruct show a BPE hierarchy. Less frequent tokens are obvious since they're ordered by ID. PCA shows <|im_x|> moving away from being untrained. Same phenomenon for Llama & more models. 4. Uploaded native 128K extended YaRN GGUFs for Coder 0.5B all the way until 32B to huggingface.co/collections/u…. Use the 128K version for long contexts. Use the 32B native version for general chats. Also, Unsloth can finetune 14B in a free Colab! Conversational style finetuning: colab.research.google.com/dr… Kaggle 14B notebook: kaggle.com/code/danielhanche… Unsloth can also finetune the 72B variants in a 48GB card!
3
191
what happens to libraries when codewriting and reading too cheap to meter-ish
thinking about what "libraries" might look like in a future where agents do most coding: first, coding and taking action probably won't have a hard line between them. we already see the start of this with code interpreter where the code is just some ephemeral thing. pre llms, these are separate because humans write code slowly; we work on the order of multiple minutes for even the simplest of code, but agents will write at hundreds, maybe thousands of tokens/s. for agents coding will be like moving a muscle okay that was kind of a side point. more interestingly, what happens to libraries? currently big libraries serve as schelling points for functionality. if i need to do some data analysis thing, i don't have to search through all code that's ever been published, i can trust that it's probably in pandas. this is better because my search bandwidth is limited: i only have so many apm, and can only parse so many tokens per second. however, we're good at semantic chunking, so we package a bunch of related functionality into one shortcut chunk that we integrate into our knowledge--a library that's not a limitation for agents though. or rather, to an agent it probably doesn't matter as much if there's a shortcut to the search via a big library, versus a flat index of a bunch of granular functionality. so for example, imagine if we had a "component index" where instead of indexing at the level of a library, we index at the level of a function or data structure. we still have dependencies, and each individual function or structure is arbitrarily complex. i can imagine that some future agent empowered with search can find any relevant functionality they need this way in seconds is this "better" for agents? i think there are advantages. dependency management would be way easier--a component would only have the exact dependencies it specifically needs, rather than the dependencies for the whole library it's packaged with. you can get the stuff you need a la carte. migration to new versions can be done for an individual component rather than all components that are part of a library i'm not sure if this will happen though. libraries are certainly a local optimum currently, and the simple fact that the big libraries are well represented in training data means that they're "good enough" but suppose we progress far enough along where the management of libraries are done by agents. i can see a world where at some point work on existing libraries gradually wind down and they become effectively frozen, and only minor non-breaking changes are allowed on them. and around them, an array of single-component libraries pop up, built on top of these artifacts. maybe over time specific components within the old libraries are reimplemented outside of the library as standalone components
1
8
344
5 Jul 2024
#GenerativeAI has changed how we write code, offering tools that can boost productivity. But with various models available, how do you determine which one best meets your needs? Which model provides the most effective assistance in #codewriting ?
1
1
4
257
I played around a bit with ChatGPT nearly a year ago and found it useful for some tasks. My codewriting eldest son tells me it is very useful for the more routine bits of coding. Image AI is fun and, realistically, can provide generic sorts of illustrations. 2/
1
1
33
Replying to @selflathing
that would work, it's just not even that more convenient :/ basically don't want it to be O(n) in codewriting to have access to n icons
1
3
23
Replying to @isaakfreeman
I think copilot is great for learning, as well as a productivity tool. Teaches you about methods you might not have been aware of, and usually can suggest close-to-best-practice implementations. Found full-ai codewriting to be a hinderance to learning at a certain point.
4
143
20 Dec 2023
Check out the video of the talk "The Future is Malleable" by @aleksandrasays who explores how #AI is revolutionizing code writing and development, making it more accessible to a wider audience youtu.be/KHLHiLnVn_Q #WeyWeyWeb20 #development #codewriting #tech #app
1
4
796
11 Dec 2023
While this is mostly a demo, I wanted to use this project to learn how to deploy and manage AI agents in the cloud. There are so many cool things AI agents can do (research, codewriting, VA replacements, etc) but they're all built on deploying and using them online
1
1
165
27 Nov 2023
Introducing DUET AI: A powerful AI-powered code-writing tool from Google. 🤖💻 #DUETAI #GoogleAI #CodeWriting #AI #DeveloperTools
2
3
217