llms

Tag

Cards List
#llms

@Hesamation: this PhD student had 47 interviews and 4 offers before she was hired at OpenAI. she practiced with her “notes on LLMs” …

X AI KOLs Timeline · yesterday Cached

PhD student Alisa Liu shared her study notes on LLMs and math, which helped her get hired at OpenAI after 47 interviews and 4 offers.

0 favorites 0 likes
#llms

Grounded Inference: Principles for Deterministically Encapsulated Generative Models

arXiv cs.AI · 3d ago Cached

This paper establishes foundational principles for deterministic encapsulation of generative models in traditional computational systems, defining four primitives and two anti-patterns to de-risk AI integration.

0 favorites 0 likes
#llms

Quoting Charity Majors

Simon Willison's Blog · 6d ago Cached

Charity Majors discusses how AI flipped the economics of code production, making code generation cheap and instant, transforming code from a treasured asset into a disposable, regenerable resource.

0 favorites 0 likes
#llms

LLMs Will Replace 8-Track Duplication Engineers

Lobsters Hottest · 2026-06-16 Cached

A blog post exploring the NP-hard problem of partitioning songs for 8-track tapes and humorously suggesting that LLMs could replace the human engineers who once solved this problem manually, while criticizing the use of Mechanical Turk workers for similar tasks.

0 favorites 0 likes
#llms

No Resource, No Benchmarks, No Problem? Evaluating and Improving LLMs for Code Generation in No-Resource Languages

Hugging Face Daily Papers · 2026-06-15 Cached

This paper tackles code generation for no-resource programming languages by building benchmarks and proposing a method that combines further pre-training with weight difference transfer to create specialized instruction-following models at reduced cost.

0 favorites 0 likes
#llms

@Sumanth_077: 10 GitHub Repositories you should definitely check as an AI Engineer! 1. Hands on AI Engineering Curated repository of …

X AI KOLs Timeline · 2026-06-13 Cached

A tweet thread lists 10 must-check GitHub repositories for AI engineers, covering hands-on AI engineering, LLMs, AI agents, ML deployment, and more.

0 favorites 0 likes
#llms

LLMs Can Better Capture Human Judgments--With the Right Prompts

arXiv cs.CL · 2026-06-12 Cached

This paper presents simple prompting strategies that help large language models better capture the full distribution of human judgments, improving alignment on moral scenarios and beliefs. The authors show that asking models to report standard deviations and response proportions, along with ensuring scenario clarity, yields better agreement with human responses.

0 favorites 0 likes
#llms

The Environmental Cost of LLMs in AIED: Reporting and Practices

arXiv cs.AI · 2026-06-11 Cached

This paper investigates the lack of standardized reporting on computational and environmental costs of LLMs in AIED research, reviewing 396 AIED 2025 papers and proposing an open-source method to measure and report these impacts.

0 favorites 0 likes
#llms

Position: Hippocampal Explicit Memory Is the Cornerstone for AGI

arXiv cs.AI · 2026-06-11 Cached

This position paper argues that integrating explicit memory, analogous to human hippocampal memory, is essential for advancing LLMs toward AGI. It draws on neuroscience to propose that higher-order cognitive functions require explicit memory beyond implicit statistical learning.

0 favorites 0 likes
#llms

Without open source LLMs, US AI companies could have already monopoled the technology

Reddit r/LocalLLaMA · 2026-06-10

An opinion piece arguing that open-source LLMs, particularly from China, have prevented US AI companies from monopolizing the technology, and advocating for open-source as an ethical duty.

0 favorites 0 likes
#llms

Have we reached the point where open-source LLMs are “just good enough”?

Reddit r/LocalLLaMA · 2026-06-09

A discussion on whether open-source LLMs are now 'just good enough' for most use cases, questioning the added value of proprietary models and the cost-benefit tradeoffs.

0 favorites 0 likes
#llms

LLMs are eroding my software engineering career and I don't know what to do

Hacker News Top · 2026-06-07 Cached

A software engineer with 10 years of experience in finance and payment systems reflects on how LLMs like ChatGPT and Claude are eroding the value of his domain-specific knowledge, as AI can now handle complex design tasks that previously required years of expertise.

0 favorites 0 likes
#llms

What's in a Name? Morphological Shortcuts by LLMs in Pharmacology

arXiv cs.CL · 2026-06-05 Cached

This paper investigates how LLMs rely on morphological cues (affixes) to make pharmacological inferences, demonstrating that models can confidently generate plausible content for fictitious drug names based solely on affix heuristics, which poses a subtle safety risk.

0 favorites 0 likes
#llms

Empirical Study on the Characteristics and Evolution of AI-usage in GitHub Repositories: Evidence from Code Comments

Hugging Face Daily Papers · 2026-06-05 Cached

This paper analyzes 35,361 GitHub code comments referencing AI use to develop a taxonomy of AI-assisted development activities, finding that developers primarily use LLMs for code implementation and enhancement, with subsequent human refactoring and bug fixes, and a temporal shift toward conceptual support over direct code generation.

0 favorites 0 likes
#llms

Computational conceptual history of scientific concepts: From early digital methods to LLMs

arXiv cs.CL · 2026-06-04 Cached

This paper situates large language models within the broader history of computational approaches to concept analysis in the history, philosophy, and sociology of science (HPSS), reviewing methodological challenges and LLM-based case studies for lexical semantic change detection. It covers corpus construction, operationalization, and evaluation across both pre-LLM and LLM-era workflows.

0 favorites 0 likes
#llms

@juleslogs: Want to understand modern AI? Start here: 1. Transformers → Illustrated Transformer 2. LLMs → Build a Large Language Mo…

X AI KOLs Timeline · 2026-06-03 Cached

A tweet curating foundational resources for understanding modern AI, covering topics from transformers to physical AI, including key papers and models.

0 favorites 0 likes
#llms

Decomposing how prompting steers behavior

arXiv cs.AI · 2026-06-03 Cached

This paper introduces a nested geometric decomposition framework to analyze how prompting reorganizes internal representations in large language and vision-language models. The authors show that affine transformations, particularly cross-dimensional linear mixing, are key to explaining prompt-induced behavioral changes.

0 favorites 0 likes
#llms

California Brown Pelican

Simon Willison's Blog · 2026-06-02 Cached

A monthly briefing from Simon Willison summarizing important developments in LLMs, sponsored by Microsoft.

0 favorites 0 likes
#llms

On Wednesdays, We Ask Questions: Optimizing "Active Listening" in Automated Legal Triage and Referral

arXiv cs.AI · 2026-06-02 Cached

This paper presents the FETCH classifier, which uses an ensemble of LLMs to generate follow-up questions for automated legal intake, evaluating question quality and cost trade-offs. It finds that high-cost models like GPT-5 are needed for effective plain-language questions, and proposes a rubric for evaluating such questions.

0 favorites 0 likes
#llms

@MatthieuWyart: LLMs learn by predicting tokens. World models (JEPA, data2vec) learn by predicting their own abstractions. Which needs …

X AI KOLs Timeline · 2026-06-01 Cached

This paper proves that learning by predicting latent representations (as in world models like JEPA and data2vec) requires exponentially less data than predicting tokens (as in LLMs) for hierarchical data with hidden structure.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback