| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/research-brief", |
| 5 |
"title": "Research Brief", |
| 6 |
"description": "Academic or industry research summary: study details, findings with significance, limitations, and key takeaways.", |
| 7 |
"category": "bkbg-blog", |
| 8 |
"icon": "analytics", |
| 9 |
"keywords": [ |
| 10 |
"research", |
| 11 |
"study", |
| 12 |
"academic", |
| 13 |
"findings", |
| 14 |
"brief" |
| 15 |
], |
| 16 |
"editorScript": "bkbg-research-brief-editor", |
| 17 |
"editorStyle": "bkbg-research-brief-style", |
| 18 |
"style": "bkbg-research-brief-style", |
| 19 |
"viewScript": "bkbg-research-brief-frontend", |
| 20 |
"supports": { |
| 21 |
"html": false, |
| 22 |
"anchor": true, |
| 23 |
"className": true, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"studyTitle": { |
| 31 |
"type": "string", |
| 32 |
"default": "AI Coding Tools & Developer Productivity: A Systematic Review" |
| 33 |
}, |
| 34 |
"authors": { |
| 35 |
"type": "string", |
| 36 |
"default": "Chen, Liu, Patel & Okonkwo" |
| 37 |
}, |
| 38 |
"publication": { |
| 39 |
"type": "string", |
| 40 |
"default": "Journal of Software Engineering Research" |
| 41 |
}, |
| 42 |
"publicationYear": { |
| 43 |
"type": "string", |
| 44 |
"default": "2026" |
| 45 |
}, |
| 46 |
"studyType": { |
| 47 |
"type": "string", |
| 48 |
"default": "meta-analysis" |
| 49 |
}, |
| 50 |
"sampleSize": { |
| 51 |
"type": "string", |
| 52 |
"default": "n = 4,200 developers across 60 companies in 18 countries" |
| 53 |
}, |
| 54 |
"methodology": { |
| 55 |
"type": "string", |
| 56 |
"default": "Systematic review of 38 peer-reviewed studies (2020–2025) evaluating AI-assisted coding tools. Included randomized controlled trials, observational studies, and longitudinal cohort analyses measuring productivity, code quality, and developer experience outcomes." |
| 57 |
}, |
| 58 |
"showMethodology": { |
| 59 |
"type": "boolean", |
| 60 |
"default": true |
| 61 |
}, |
| 62 |
"findings": { |
| 63 |
"type": "array", |
| 64 |
"default": [ |
| 65 |
{ |
| 66 |
"finding": "Developers using AI coding tools completed tasks 26–40% faster on average compared to control groups, with the largest gains observed in boilerplate-heavy codebases.", |
| 67 |
"significance": "high" |
| 68 |
}, |
| 69 |
{ |
| 70 |
"finding": "Code review time increased by 15% in teams that adopted AI tools without explicit review guidelines, suggesting AI-generated code requires additional scrutiny.", |
| 71 |
"significance": "high" |
| 72 |
}, |
| 73 |
{ |
| 74 |
"finding": "Junior developers (< 2 years experience) showed greater productivity gains than seniors but also produced code with significantly higher defect rates when using AI without oversight.", |
| 75 |
"significance": "high" |
| 76 |
}, |
| 77 |
{ |
| 78 |
"finding": "AI tool adoption had no statistically significant effect on overall developer job satisfaction scores across 14 of 18 sub-scales.", |
| 79 |
"significance": "medium" |
| 80 |
}, |
| 81 |
{ |
| 82 |
"finding": "Teams that trained developers on effective prompting strategies saw 18% better outcomes than teams with unguided adoption.", |
| 83 |
"significance": "medium" |
| 84 |
}, |
| 85 |
{ |
| 86 |
"finding": "Usage patterns stabilized after 6–8 weeks, with a bimodal split between high-adopters (> 60% of tasks with AI) and low-adopters (< 20%).", |
| 87 |
"significance": "low" |
| 88 |
} |
| 89 |
] |
| 90 |
}, |
| 91 |
"findingsLabel": { |
| 92 |
"type": "string", |
| 93 |
"default": "Key Findings" |
| 94 |
}, |
| 95 |
"showFindings": { |
| 96 |
"type": "boolean", |
| 97 |
"default": true |
| 98 |
}, |
| 99 |
"limitations": { |
| 100 |
"type": "array", |
| 101 |
"default": [ |
| 102 |
"High heterogeneity across included studies limits the precision of pooled estimates", |
| 103 |
"Most studies used self-reported productivity metrics rather than objective output measures", |
| 104 |
"Generalizability may be limited given over-representation of tech companies in samples", |
| 105 |
"Publication bias toward positive findings cannot be ruled out" |
| 106 |
] |
| 107 |
}, |
| 108 |
"limitationsLabel": { |
| 109 |
"type": "string", |
| 110 |
"default": "Limitations" |
| 111 |
}, |
| 112 |
"showLimitations": { |
| 113 |
"type": "boolean", |
| 114 |
"default": true |
| 115 |
}, |
| 116 |
"takeaways": { |
| 117 |
"type": "array", |
| 118 |
"default": [ |
| 119 |
"Establish explicit AI review guidelines before team-wide adoption to prevent quality regression", |
| 120 |
"Invest in prompting and AI-literacy training — unguided adoption underperforms by ~18%", |
| 121 |
"Monitor junior developer code quality separately when AI tools are introduced; pair with mentorship", |
| 122 |
"Expect a 6–8 week stabilization period; set realistic expectations with leadership during this window" |
| 123 |
] |
| 124 |
}, |
| 125 |
"takeawaysLabel": { |
| 126 |
"type": "string", |
| 127 |
"default": "Practical Takeaways" |
| 128 |
}, |
| 129 |
"showTakeaways": { |
| 130 |
"type": "boolean", |
| 131 |
"default": true |
| 132 |
}, |
| 133 |
"doi": { |
| 134 |
"type": "string", |
| 135 |
"default": "10.1016/j.jser.2026.01.008" |
| 136 |
}, |
| 137 |
"sourceUrl": { |
| 138 |
"type": "string", |
| 139 |
"default": "#" |
| 140 |
}, |
| 141 |
"showSource": { |
| 142 |
"type": "boolean", |
| 143 |
"default": true |
| 144 |
}, |
| 145 |
"fontSize": { |
| 146 |
"type": "number", |
| 147 |
"default": 14 |
| 148 |
}, |
| 149 |
"titleFontSize": { |
| 150 |
"type": "number", |
| 151 |
"default": 22 |
| 152 |
}, |
| 153 |
"lineHeight": { |
| 154 |
"type": "number", |
| 155 |
"default": 168 |
| 156 |
}, |
| 157 |
"titleTypo": { |
| 158 |
"type": "object", |
| 159 |
"default": {} |
| 160 |
}, |
| 161 |
"bodyTypo": { |
| 162 |
"type": "object", |
| 163 |
"default": {} |
| 164 |
}, |
| 165 |
"borderRadius": { |
| 166 |
"type": "number", |
| 167 |
"default": 12 |
| 168 |
}, |
| 169 |
"bgColor": { |
| 170 |
"type": "string", |
| 171 |
"default": "#ffffff" |
| 172 |
}, |
| 173 |
"borderColor": { |
| 174 |
"type": "string", |
| 175 |
"default": "#e5e7eb" |
| 176 |
}, |
| 177 |
"headerBg": { |
| 178 |
"type": "string", |
| 179 |
"default": "#0f172a" |
| 180 |
}, |
| 181 |
"headerColor": { |
| 182 |
"type": "string", |
| 183 |
"default": "#f8fafc" |
| 184 |
}, |
| 185 |
"accentColor": { |
| 186 |
"type": "string", |
| 187 |
"default": "#0284c7" |
| 188 |
}, |
| 189 |
"metaColor": { |
| 190 |
"type": "string", |
| 191 |
"default": "#94a3b8" |
| 192 |
}, |
| 193 |
"typeBadgeBg": { |
| 194 |
"type": "string", |
| 195 |
"default": "#e0f2fe" |
| 196 |
}, |
| 197 |
"typeBadgeColor": { |
| 198 |
"type": "string", |
| 199 |
"default": "#0c4a6e" |
| 200 |
}, |
| 201 |
"methodBg": { |
| 202 |
"type": "string", |
| 203 |
"default": "#f0f9ff" |
| 204 |
}, |
| 205 |
"methodColor": { |
| 206 |
"type": "string", |
| 207 |
"default": "#374151" |
| 208 |
}, |
| 209 |
"highBg": { |
| 210 |
"type": "string", |
| 211 |
"default": "#dcfce7" |
| 212 |
}, |
| 213 |
"highColor": { |
| 214 |
"type": "string", |
| 215 |
"default": "#14532d" |
| 216 |
}, |
| 217 |
"medBg": { |
| 218 |
"type": "string", |
| 219 |
"default": "#fef9c3" |
| 220 |
}, |
| 221 |
"medColor": { |
| 222 |
"type": "string", |
| 223 |
"default": "#713f12" |
| 224 |
}, |
| 225 |
"lowBg": { |
| 226 |
"type": "string", |
| 227 |
"default": "#f1f5f9" |
| 228 |
}, |
| 229 |
"lowColor": { |
| 230 |
"type": "string", |
| 231 |
"default": "#374151" |
| 232 |
}, |
| 233 |
"limitColor": { |
| 234 |
"type": "string", |
| 235 |
"default": "#7c3aed" |
| 236 |
}, |
| 237 |
"takeawayBg": { |
| 238 |
"type": "string", |
| 239 |
"default": "#f0fdf4" |
| 240 |
}, |
| 241 |
"takeawayBorder": { |
| 242 |
"type": "string", |
| 243 |
"default": "#16a34a" |
| 244 |
}, |
| 245 |
"takeawayColor": { |
| 246 |
"type": "string", |
| 247 |
"default": "#166534" |
| 248 |
} |
| 249 |
} |
| 250 |
} |
| 251 |
|