Growing Expert Generalists π
To grow Expert Generalists we need to focus attention on fundamentals rather tools. As an example, Unmesh, Gitanjali, and I describe a workshop [...]
a collection of dev rss feeds - blogroll
Posts
To grow Expert Generalists we need to focus attention on fundamentals rather tools. As an example, Unmesh, Gitanjali, and I describe a workshop [...]
Like most loudmouths in this field, Iβve been paying a lot of attention to the role that generative AI systems may play in software development. [...]
We have two crucial checkpoints for spotting β and then nurturing β expert generalists. Unmesh, Gitanjali, and I look at hiring and career [...]
Unmesh, Gitanjali, and I finish our list of characteristics of an Expert Generalist by describing how these folks favor fundamental knowle [...]
As computer systems get more sophisticated we've seen a growing trend to value deep specialists. But we've found that our most effective c [...]
In the past few weeks, multiple βautonomous background coding agentsβ have been released. Birgitta BΓΆckeler tried out giving a task to Ope [...]
I set up Google Analytics on my site in 2010, and since then use it to track page views to my site. I only care about page views, which I find useful [...]
Here's one of the best tips I know for writers, which was told to me by Bruce Eckel. Once you've got a reasonable draft, read it out loud. By doing [...]
At goto copenhagen last year, my friend James Lewis interviewed me and Goto have just released the video. I talk about when I learned abou [...]
Threat modeling is a systems engineering practice where teams examine how data flows through systems to identify what can go wrong - a dec [...]
Tools that treat diagrams as code, such as PlantUML, are invaluable for communicating complex system behavior. But Unmesh Joshi often wi [...]
We have long recognized that developer environments represent a weak point in the software supply chain. Jim Gumbley and Lilly Ryan expl [...]
While LLMs excel at generating cogent text based on their training data, they may also need to interact with external systems. Kiran Praka [...]
Creating a user interface that visualizes a real-world structure β like the Thirty Meter Telescope's mirror β might seem like a task that [...]
A couple of months ago, my colleague Shayan Mohanty published a technical overview of the series of papers describing the deepseek AI mode [...]
AI editors like Cursor can generate code with remarkable speed using LLMs, handling boilerplate and providing functional snippets for various [...]
Some people asked about how many people clicked through the links on these social media posts. I've added some more to the article, partly to [...]
A few years ago, whenever I published a new article here, I would just announce it on Twitter, but since the Muskover its importance has d [...]
I've always enjoyed reading, and for most of my life I've particularly enjoyed reading history. I've head many great things about Robert C [...]
As agentic coding assistants get more capable, Birgitta BΓΆckeler is trying them to change existing codebases. This has led to some impres [...]
The new US administration has decided to eliminate the βXβ option for gender/sex on passports. I have several non-binary friends, and I donβt see why [...]
While RAG is the most common way to focus a foundation model on material outside its training set, Bharani Subramaniam and I now finish ou [...]
Gen AI systems are gullible, and can easily be tricked into responding in ways that are contrary to an enterprise's policies or leak confi [...]
Recent LLM models have provided βreasoningβ capabilities. Birgitta BΓΆckeler asks what role these play with coding tasks. She doesn't have [...]
LLMs struggle with large amounts of context. Bharani Subramaniam and I explain how to mitigate this common RAG problem with a Reranker whi [...]
Users often have difficulty writing the most effective queries. Bharani Subramaniam and I explain Query Rewriting: getting an LLM to formu [...]
The appearance of DeepSeek Large-Language Models has caused a lot of discussion and angst since their latest versions appeared at the beginning [...]
Today Bharani Subramaniam and I outline four limitations to the simple RAG from yesterday, and the pattern that addresses the first of the [...]
was on a panel at goto Copenhagen last September with Holly Cummings, Trisha Gee, Dave Farley, and Daniel Terhorst-North. We discussed the [...]
A pre-trained GenAI model lacks recent and specific information about a domain. Bharani Subramaniam and I explain how Retrieval Augmented [...]